Files
Wizardry/src/main/resources/assets/ebwizardry/models/block/magic_light.json
T
2018-03-16 18:07:37 +01:00

17 lines
581 B
JSON

{
"parent": "block/block",
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 0, 0, 0 ],
"faces": {
"down": { "texture": "#down", "cullface": "down" },
"up": { "texture": "#up", "cullface": "up" },
"north": { "texture": "#north", "cullface": "north" },
"south": { "texture": "#south", "cullface": "south" },
"west": { "texture": "#west", "cullface": "west" },
"east": { "texture": "#east", "cullface": "east" }
}
}
]
}