SangeFault/assets/minecraft/models/block/template_trapdoor_top.json
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 a50683c84e Updated to 1.18.1 Vanilla Assets
basically starting over... this is gonna be fun!
2022-01-20 17:44:06 +01:00

18 lines
760 B
JSON

{
"textures": {
"particle": "#texture"
},
"elements": [
{ "from": [ 0, 13, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" },
"north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" },
"south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" },
"west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" },
"east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" }
}
}
]
}