SangeFault/assets/minecraft/models/block/pressure_plate_down.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
692 B
JSON

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