Deleted unused resources, added a test .json for the armour forge.

This commit is contained in:
WayofTime 2015-07-29 21:45:19 -04:00
parent b14f2898e8
commit aed8436204
65 changed files with 21 additions and 1529 deletions

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "alchemicalwizardry:blocks/SoulForge"
}
}

View file

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