BloodMagic/src/main/resources/assets/bloodmagic/blockstates/alchemy_table.json
2017-08-15 23:01:37 -07:00

50 lines
875 B
JSON

{
"forge_marker": 1,
"defaults": {
"textures": { },
"model": "bloodmagic:ModelAlchemyTable.obj",
"custom": { "flip-v": true },
"transform" : "forge:default-block",
"uvlock": true
},
"variants": {
"direction": {
"down": {
},
"up": {
},
"north": {
"transform": {
"rotation": {"y": -90}
}
},
"south": {
"transform": {
"rotation": {"y": 90}
}
},
"east": {
"transform": {
"rotation": {"y": 180}
}
},
"west": {
}
},
"invisible": {
"true": {
"model": "cube_all",
"textures": {
"all": "bloodmagic:blocks/empty"
}
},
"false": {
}
},
"inventory": [{
}]
}
}