Files
wireless-docs/assets/minecraft/models/block/lodestone.json
2026-07-04 11:10:04 -04:00

18 lines
383 B
JSON

{
"parent": "block/cube",
"textures": {
"east": "block/lodestone_east",
"north": "block/lodestone_north",
"south": "block/lodestone_south",
"up": "block/lodestone_top",
"down": "block/lodestone_top",
"west": "block/lodestone_west",
"particle": "block/lodestone_east"
},
"display": {
"gui": {
"rotation": [30, 135, 0],
"scale": [0.625, 0.625, 0.625]
}
}
}