Begin rituals + some refactoring

This commit is contained in:
Nick 2015-10-31 13:47:43 -07:00
parent 07b1f36594
commit 3a7e0a3a8c
25 changed files with 392 additions and 35 deletions

View file

@ -0,0 +1,24 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"all": "alchemicalwizardry:blocks/MasterRitualStone"
},
"model": "cube_all",
"uvlock": true
},
"variants": {
"meta": {
"0": {
"textures": {
"all": "alchemicalwizardry:blocks/MasterRitualStone"
}
},
"1": {
"textures": {
"all": "alchemicalwizardry:blocks/ImperfectRitualStone"
}
}
}
}
}

View file

@ -1,6 +0,0 @@
{
"variants": {
"meta=0": { "model": "alchemicalwizardry:BlockRitualHome0" },
"meta=1": { "model": "alchemicalwizardry:BlockRitualHome1" }
}
}

View file

@ -1,5 +1,5 @@
{
"parent": "alchemicalwizardry:block/BlockRitualHome0",
"parent": "alchemicalwizardry:block/BlockRitualController0",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],

View file

@ -1,5 +1,5 @@
{
"parent": "alchemicalwizardry:block/BlockRitualHome1",
"parent": "alchemicalwizardry:block/BlockRitualController1",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],