Created the BlockRitualStone and had it implement IRitualStone. Created .json files necessary

Created PropertyRuneType.
This commit is contained in:
WayofTime 2015-11-06 21:41:15 -05:00
parent 8f623de469
commit bf912ae03f
19 changed files with 332 additions and 1 deletions

View file

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