Added some rudimentary path blocks for the tranquility altar - textures pending.

This commit is contained in:
WayofTime 2016-01-26 19:39:39 -05:00
parent f4d0b18521
commit cc1e11f09f
17 changed files with 216 additions and 23 deletions

View file

@ -0,0 +1,28 @@
{
"forge_marker": 1,
"defaults": {
"textures": { },
"model": "cube_all",
"uvlock": true
},
"variants": {
"type": {
"wood": {
"textures": {
"all": "bloodmagic:blocks/LargeBloodStoneBrick"
}
},
"stone": {
"textures": {
"all": "bloodmagic:blocks/BloodStoneBrick"
}
},
"wornStone": {
"textures": {
"all": "bloodmagic:blocks/BloodStoneBrick"
}
}
}
}
}