BloodMagic/src/generated/resources/assets/bloodmagic/blockstates/dungeon_pillar_center.json
WayofTime ddadbef425 Added a bunch of the dungeon blocks to the mod.
Mainly only the "Raw" variants right now. No recipes have been added yet.
2020-11-14 16:15:26 -05:00

13 lines
No EOL
263 B
JSON

{
"variants": {
"axis=x": {
"model": "bloodmagic:block/dungeon_pillar_center_x"
},
"axis=y": {
"model": "bloodmagic:block/dungeon_pillar_center"
},
"axis=z": {
"model": "bloodmagic:block/dungeon_pillar_center_z"
}
}
}