Added recipes and block textures to the path blocks.

This commit is contained in:
WayofTime 2016-01-30 07:58:08 -05:00
parent 8d854a5b69
commit 690cf6c4f3
11 changed files with 21 additions and 8 deletions

View file

@ -9,17 +9,17 @@
"type": {
"wood": {
"textures": {
"all": "bloodmagic:blocks/LargeBloodStoneBrick"
"all": "bloodmagic:blocks/WoodPath"
}
},
"stone": {
"textures": {
"all": "bloodmagic:blocks/BloodStoneBrick"
"all": "bloodmagic:blocks/StoneTilePath"
}
},
"wornStone": {
"wornstone": {
"textures": {
"all": "bloodmagic:blocks/BloodStoneBrick"
"all": "bloodmagic:blocks/StoneBrickPath"
}
}
}