added missing textures for fence and fence gate

This commit is contained in:
Justin Parsell 2021-03-20 00:29:51 -04:00
parent c5ffcaeeda
commit 83fa41f982
11 changed files with 34 additions and 28 deletions

View File

@ -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
}

View File

@ -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"
}
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate",
"textures": {
"texture": "minecraft:block/oak_planks"
"texture": "cherry:block/cherry_planks"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_open",
"textures": {
"texture": "minecraft:block/oak_planks"
"texture": "cherry:block/cherry_planks"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_wall",
"textures": {
"texture": "minecraft:block/oak_planks"
"texture": "cherry:block/cherry_planks"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_wall_open",
"textures": {
"texture": "minecraft:block/oak_planks"
"texture": "cherry:block/cherry_planks"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "minecraft:block/fence_inventory",
"textures": {
"texture": "minecraft:block/oak_planks"
"texture": "cherry:block/cherry_planks"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "minecraft:block/fence_post",
"textures": {
"texture": "minecraft:block/oak_planks"
"texture": "cherry:block/cherry_planks"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "minecraft:block/fence_side",
"textures": {
"texture": "minecraft:block/oak_planks"
"texture": "cherry:block/cherry_planks"
}
}

View File

@ -0,0 +1,3 @@
{
"parent": "cherry:block/cherry_fence_inventory"
}

View File

@ -0,0 +1,3 @@
{
"parent": "cherry:block/cherry_fence_gate"
}