EasySurvivalMod/models/forge.json
2024-03-07 14:10:21 +01:00

24 lines
704 B
JSON

{
"__comment": "Designed by Netquick with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "white",
"ForgeFront": "white",
"forgeTop": "forge",
"ForgeSide": "forge"
},
"elements": [
{
"__comment": "Box2",
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#forgeTop" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#forgeTop" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#ForgeFront" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#ForgeSide" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#ForgeSide" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#ForgeSide" }
}
}
]
}