mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-13 00:52:43 +00:00
a50683c84e
basically starting over... this is gonna be fun!
51 lines
2 KiB
JSON
51 lines
2 KiB
JSON
{
|
|
"parent": "block/block",
|
|
"textures": {
|
|
"texture": "block/powder_snow",
|
|
"particle": "#texture"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 0, 15.998, 0 ],
|
|
"to": [ 16, 16, 16 ],
|
|
"faces": {
|
|
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "up" },
|
|
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }
|
|
}
|
|
},
|
|
{ "from": [ 0, 0, 0 ],
|
|
"to": [ 16, 0.002, 16 ],
|
|
"faces": {
|
|
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" },
|
|
"up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "down" }
|
|
}
|
|
},
|
|
{ "from": [ 0, 0, 0 ],
|
|
"to": [ 16, 16, 0.002 ],
|
|
"faces": {
|
|
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "north" },
|
|
"south": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "cullface": "north" }
|
|
}
|
|
},
|
|
{ "from": [ 0, 0, 15.998 ],
|
|
"to": [ 16, 16, 16 ],
|
|
"faces": {
|
|
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "cullface": "south" },
|
|
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }
|
|
}
|
|
},
|
|
{ "from": [ 0, 0, 0 ],
|
|
"to": [ 0.002, 16, 16 ],
|
|
"faces": {
|
|
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "cullface": "west" },
|
|
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }
|
|
}
|
|
},
|
|
{ "from": [ 15.998, 0, 0 ],
|
|
"to": [ 16, 16, 16 ],
|
|
"faces": {
|
|
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "east" },
|
|
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "cullface": "east" }
|
|
}
|
|
}
|
|
]
|
|
}
|