added missing textures for fence and fence gate
This commit is contained in:
parent
c5ffcaeeda
commit
83fa41f982
|
@ -2,7 +2,7 @@
|
|||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/acacia_fence_post"
|
||||
"model": "cherry:block/cherry_fence_post"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -10,7 +10,7 @@
|
|||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"model": "cherry:block/cherry_fence_side",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
|
@ -19,7 +19,7 @@
|
|||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"model": "cherry:block/cherry_fence_side",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
|||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"model": "cherry:block/cherry_fence_side",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
|
@ -39,7 +39,7 @@
|
|||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"model": "cherry:block/cherry_fence_side",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
|
|
|
@ -3,78 +3,78 @@
|
|||
"facing=east,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_fence_gate"
|
||||
"model": "cherry:block/cherry_fence_gate"
|
||||
},
|
||||
"facing=east,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_fence_gate_open"
|
||||
"model": "cherry:block/cherry_fence_gate_open"
|
||||
},
|
||||
"facing=east,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall"
|
||||
"model": "cherry:block/cherry_fence_gate_wall"
|
||||
},
|
||||
"facing=east,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open"
|
||||
"model": "cherry:block/cherry_fence_gate_wall_open"
|
||||
},
|
||||
"facing=north,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_fence_gate"
|
||||
"model": "cherry:block/cherry_fence_gate"
|
||||
},
|
||||
"facing=north,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_fence_gate_open"
|
||||
"model": "cherry:block/cherry_fence_gate_open"
|
||||
},
|
||||
"facing=north,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall"
|
||||
"model": "cherry:block/cherry_fence_gate_wall"
|
||||
},
|
||||
"facing=north,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open"
|
||||
"model": "cherry:block/cherry_fence_gate_wall_open"
|
||||
},
|
||||
"facing=south,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate"
|
||||
"model": "cherry:block/cherry_fence_gate"
|
||||
},
|
||||
"facing=south,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_open"
|
||||
"model": "cherry:block/cherry_fence_gate_open"
|
||||
},
|
||||
"facing=south,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall"
|
||||
"model": "cherry:block/cherry_fence_gate_wall"
|
||||
},
|
||||
"facing=south,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open"
|
||||
"model": "cherry:block/cherry_fence_gate_wall_open"
|
||||
},
|
||||
"facing=west,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_fence_gate"
|
||||
"model": "cherry:block/cherry_fence_gate"
|
||||
},
|
||||
"facing=west,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_fence_gate_open"
|
||||
"model": "cherry:block/cherry_fence_gate_open"
|
||||
},
|
||||
"facing=west,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall"
|
||||
"model": "cherry:block/cherry_fence_gate_wall"
|
||||
},
|
||||
"facing=west,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open"
|
||||
"model": "cherry:block/cherry_fence_gate_wall_open"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/template_fence_gate",
|
||||
"textures": {
|
||||
"texture": "minecraft:block/oak_planks"
|
||||
"texture": "cherry:block/cherry_planks"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/template_fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "minecraft:block/oak_planks"
|
||||
"texture": "cherry:block/cherry_planks"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/template_fence_gate_wall",
|
||||
"textures": {
|
||||
"texture": "minecraft:block/oak_planks"
|
||||
"texture": "cherry:block/cherry_planks"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/template_fence_gate_wall_open",
|
||||
"textures": {
|
||||
"texture": "minecraft:block/oak_planks"
|
||||
"texture": "cherry:block/cherry_planks"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/fence_inventory",
|
||||
"textures": {
|
||||
"texture": "minecraft:block/oak_planks"
|
||||
"texture": "cherry:block/cherry_planks"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/fence_post",
|
||||
"textures": {
|
||||
"texture": "minecraft:block/oak_planks"
|
||||
"texture": "cherry:block/cherry_planks"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/fence_side",
|
||||
"textures": {
|
||||
"texture": "minecraft:block/oak_planks"
|
||||
"texture": "cherry:block/cherry_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "cherry:block/cherry_fence_inventory"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "cherry:block/cherry_fence_gate"
|
||||
}
|
Loading…
Reference in New Issue