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": [ "multipart": [
{ {
"apply": { "apply": {
"model": "minecraft:block/acacia_fence_post" "model": "cherry:block/cherry_fence_post"
} }
}, },
{ {
@ -10,7 +10,7 @@
"north": "true" "north": "true"
}, },
"apply": { "apply": {
"model": "minecraft:block/acacia_fence_side", "model": "cherry:block/cherry_fence_side",
"uvlock": true "uvlock": true
} }
}, },
@ -19,7 +19,7 @@
"east": "true" "east": "true"
}, },
"apply": { "apply": {
"model": "minecraft:block/acacia_fence_side", "model": "cherry:block/cherry_fence_side",
"y": 90, "y": 90,
"uvlock": true "uvlock": true
} }
@ -29,7 +29,7 @@
"south": "true" "south": "true"
}, },
"apply": { "apply": {
"model": "minecraft:block/acacia_fence_side", "model": "cherry:block/cherry_fence_side",
"y": 180, "y": 180,
"uvlock": true "uvlock": true
} }
@ -39,7 +39,7 @@
"west": "true" "west": "true"
}, },
"apply": { "apply": {
"model": "minecraft:block/acacia_fence_side", "model": "cherry:block/cherry_fence_side",
"y": 270, "y": 270,
"uvlock": true "uvlock": true
} }

View File

@ -3,78 +3,78 @@
"facing=east,in_wall=false,open=false": { "facing=east,in_wall=false,open=false": {
"uvlock": true, "uvlock": true,
"y": 270, "y": 270,
"model": "minecraft:block/acacia_fence_gate" "model": "cherry:block/cherry_fence_gate"
}, },
"facing=east,in_wall=false,open=true": { "facing=east,in_wall=false,open=true": {
"uvlock": true, "uvlock": true,
"y": 270, "y": 270,
"model": "minecraft:block/acacia_fence_gate_open" "model": "cherry:block/cherry_fence_gate_open"
}, },
"facing=east,in_wall=true,open=false": { "facing=east,in_wall=true,open=false": {
"uvlock": true, "uvlock": true,
"y": 270, "y": 270,
"model": "minecraft:block/acacia_fence_gate_wall" "model": "cherry:block/cherry_fence_gate_wall"
}, },
"facing=east,in_wall=true,open=true": { "facing=east,in_wall=true,open=true": {
"uvlock": true, "uvlock": true,
"y": 270, "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": { "facing=north,in_wall=false,open=false": {
"uvlock": true, "uvlock": true,
"y": 180, "y": 180,
"model": "minecraft:block/acacia_fence_gate" "model": "cherry:block/cherry_fence_gate"
}, },
"facing=north,in_wall=false,open=true": { "facing=north,in_wall=false,open=true": {
"uvlock": true, "uvlock": true,
"y": 180, "y": 180,
"model": "minecraft:block/acacia_fence_gate_open" "model": "cherry:block/cherry_fence_gate_open"
}, },
"facing=north,in_wall=true,open=false": { "facing=north,in_wall=true,open=false": {
"uvlock": true, "uvlock": true,
"y": 180, "y": 180,
"model": "minecraft:block/acacia_fence_gate_wall" "model": "cherry:block/cherry_fence_gate_wall"
}, },
"facing=north,in_wall=true,open=true": { "facing=north,in_wall=true,open=true": {
"uvlock": true, "uvlock": true,
"y": 180, "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": { "facing=south,in_wall=false,open=false": {
"uvlock": true, "uvlock": true,
"model": "minecraft:block/acacia_fence_gate" "model": "cherry:block/cherry_fence_gate"
}, },
"facing=south,in_wall=false,open=true": { "facing=south,in_wall=false,open=true": {
"uvlock": true, "uvlock": true,
"model": "minecraft:block/acacia_fence_gate_open" "model": "cherry:block/cherry_fence_gate_open"
}, },
"facing=south,in_wall=true,open=false": { "facing=south,in_wall=true,open=false": {
"uvlock": true, "uvlock": true,
"model": "minecraft:block/acacia_fence_gate_wall" "model": "cherry:block/cherry_fence_gate_wall"
}, },
"facing=south,in_wall=true,open=true": { "facing=south,in_wall=true,open=true": {
"uvlock": 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": { "facing=west,in_wall=false,open=false": {
"uvlock": true, "uvlock": true,
"y": 90, "y": 90,
"model": "minecraft:block/acacia_fence_gate" "model": "cherry:block/cherry_fence_gate"
}, },
"facing=west,in_wall=false,open=true": { "facing=west,in_wall=false,open=true": {
"uvlock": true, "uvlock": true,
"y": 90, "y": 90,
"model": "minecraft:block/acacia_fence_gate_open" "model": "cherry:block/cherry_fence_gate_open"
}, },
"facing=west,in_wall=true,open=false": { "facing=west,in_wall=true,open=false": {
"uvlock": true, "uvlock": true,
"y": 90, "y": 90,
"model": "minecraft:block/acacia_fence_gate_wall" "model": "cherry:block/cherry_fence_gate_wall"
}, },
"facing=west,in_wall=true,open=true": { "facing=west,in_wall=true,open=true": {
"uvlock": true, "uvlock": true,
"y": 90, "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", "parent": "minecraft:block/template_fence_gate",
"textures": { "textures": {
"texture": "minecraft:block/oak_planks" "texture": "cherry:block/cherry_planks"
} }
} }

View File

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

View File

@ -1,6 +1,6 @@
{ {
"parent": "minecraft:block/template_fence_gate_wall", "parent": "minecraft:block/template_fence_gate_wall",
"textures": { "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", "parent": "minecraft:block/template_fence_gate_wall_open",
"textures": { "textures": {
"texture": "minecraft:block/oak_planks" "texture": "cherry:block/cherry_planks"
} }
} }

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"parent": "minecraft:block/fence_side", "parent": "minecraft:block/fence_side",
"textures": { "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"
}