Fix cracked light blue bricks and meat models
This commit is contained in:
parent
f29f4daf80
commit
89d822a045
12 changed files with 63 additions and 4 deletions
|
@ -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
|
||||
},
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"parent": "new_soviet:block/cracked_light_blue_bricks_slab"
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"parent": "new_soviet:block/cracked_light_blue_bricks_stairs"
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue