First commit
This commit is contained in:
24
models/forge.json
Normal file
24
models/forge.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"__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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user