Added the .jsons for the base runes and added the BlockStates to it.

This commit is contained in:
WayofTime 2015-07-29 22:07:13 -04:00
parent aed8436204
commit 8241c3cbd1
4 changed files with 77 additions and 4 deletions

View file

@ -0,0 +1,44 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"all": "alchemicalwizardry:blocks/BlankRune"
},
"model": "cube_all",
"uvlock": true
},
"variants": {
"rune": {
0: {
"textures": {
"all": "alchemicalwizardry:blocks/AltarCapacityRune"
}
},
1: {
"textures": {
"all": "alchemicalwizardry:blocks/AltarCapacityRune"
}
},
2: {
"textures": {
"all": "alchemicalwizardry:blocks/DislocationRune"
}
},
3: {
"textures": {
"all": "alchemicalwizardry:blocks/OrbCapacityRune"
}
},
4: {
"textures": {
"all": "alchemicalwizardry:blocks/BetterCapacityRune"
}
},
5: {
"textures": {
"all": "alchemicalwizardry:blocks/AccelerationRune"
}
}
}
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "alchemicalwizardry:soul_armour_forge" }
}
}