Fix cracked light blue bricks and meat models

This commit is contained in:
Andrew-71 2023-09-30 17:26:30 +03:00
parent f29f4daf80
commit 89d822a045
12 changed files with 63 additions and 4 deletions

View file

@ -17,7 +17,7 @@
"model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "new_soviet:block/cracked_light_blue_bricks_stairs_stairs"
"model": "new_soviet:block/cracked_light_blue_bricks_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner",
@ -42,7 +42,7 @@
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "new_soviet:block/cracked_light_blue_bricks_stairs_stairs",
"model": "new_soviet:block/cracked_light_blue_bricks_stairs",
"uvlock": true,
"x": 180
},

View file

@ -151,6 +151,7 @@
"block.new_soviet.ceiling_fan": "Ceiling Fan",
"block.new_soviet.siren": "Siren",
"block.new_soviet.siren.set": "Siren sound set to: %s",
"block.new_soviet.siren.instruction": "Right click while sneaking to change sound",
"item.new_soviet.dice_d6": "Die",
"item.new_soviet.dice_d4": "Die",
"item.new_soviet.dice_d20": "Die",

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1",
"side": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1",
"top": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1",
"side": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1",
"top": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/stairs",
"textures": {
"bottom": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1",
"side": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1",
"top": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/inner_stairs",
"textures": {
"bottom": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1",
"side": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1",
"top": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/outer_stairs",
"textures": {
"bottom": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1",
"side": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1",
"top": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1"
}
}

View file

@ -2,6 +2,6 @@
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/meat/meat_eye",
"particle": "new_soviet:block/meat/meat"
"particle": "new_soviet:block/meat/meat_1"
}
}

View file

@ -2,6 +2,6 @@
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/meat/meat_teeth",
"particle": "new_soviet:block/meat/meat"
"particle": "new_soviet:block/meat/meat_1"
}
}

View file

@ -0,0 +1,4 @@
{
"parent": "new_soviet:block/cracked_light_blue_bricks_slab"
}

View file

@ -0,0 +1,4 @@
{
"parent": "new_soviet:block/cracked_light_blue_bricks_stairs"
}