Some models work, some don't

This commit is contained in:
Nicholas Ignoffo 2017-08-15 23:01:36 -07:00
parent 08258fd6ef
commit 3b173ecf17
115 changed files with 72 additions and 80 deletions

View file

@ -1,50 +0,0 @@
{
"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": [{
}]
}
}