Additional work on the Alchemy Table, as well as the Elytra upgrade.
This commit is contained in:
parent
d10d6e6275
commit
d3379ff69b
14 changed files with 1429 additions and 1120 deletions
|
@ -4,10 +4,46 @@
|
|||
"textures": { },
|
||||
"model": "bloodmagic:ModelAlchemyTable.obj",
|
||||
"custom": { "flip-v": true },
|
||||
"transform" : "forge:default-block"
|
||||
"transform" : "forge:default-block",
|
||||
"uvlock": true
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{
|
||||
"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": [{
|
||||
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue