BloodMagic/src/main/resources/assets/bloodmagic/models/item/BlockTeleposer.json
Nick 34dee6447b A whole lot of formatting cleanup
Also changes NBTHolder to a standard Constants class with subclasses for each category
2015-11-28 18:25:46 -08:00

10 lines
211 B
JSON

{
"parent": "bloodmagic:block/BlockTeleposer",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
}