BloodMagic/src/main/resources/assets/bloodmagic/models/item/alchemytable.json
WayofTime bf6250272c Readded the Alchemy Table
Finished adding the Alchemy Table with JEI compatability. Also added recipes for the ARC block and the Alchemy Table.
2020-10-31 13:42:28 -04:00

10 lines
212 B
JSON

{
"parent": "bloodmagic:block/alchemytable",
"display": {
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ -2.5, -1, 0 ],
"scale":[ 0.4, 0.4, 0.4 ]
}
}
}