MineAssets/1.8.9/assets/minecraft/models/block/pressure_plate_inventory.json
2024-12-17 02:08:01 +03:00

19 lines
653 B
JSON

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