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,47 @@
{
"forge_marker": 1,
"defaults": {
"textures": { },
"model": "cube_all",
"uvlock": true
},
"variants": {
"type": {
"blank": {
"textures": {
"all": "bloodmagic:blocks/RitualStone"
}
},
"water": {
"textures": {
"all": "bloodmagic:blocks/WaterRitualStone"
}
},
"fire": {
"textures": {
"all": "bloodmagic:blocks/FireRitualStone"
}
},
"earth": {
"textures": {
"all": "bloodmagic:blocks/EarthRitualStone"
}
},
"air": {
"textures": {
"all": "bloodmagic:blocks/AirRitualStone"
}
},
"dusk": {
"textures": {
"all": "bloodmagic:blocks/DuskRitualStone"
}
},
"dawn": {
"textures": {
"all": "bloodmagic:blocks/LightRitualStone"
}
}
}
}
}