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"
}
}
}

View file

@ -177,6 +177,10 @@ tile.BloodMagic.outputRouting.name=Output Routing Node
tile.BloodMagic.inputRouting.name=Input Routing Node
tile.BloodMagic.itemRouting.name=Routing Node
tile.BloodMagic.path.wood.name=Wooden Path
tile.BloodMagic.path.stone.name=Stone Tile Path
tile.BloodMagic.path.wornstone.name=Stone Brick Path
# Tooltips
tooltip.BloodMagic.orb.desc=Stores raw Life Essence
tooltip.BloodMagic.orb.owner=Added by: %s

View file

@ -1,7 +1,7 @@
{
"parent": "block/cube_all",
"textures": {
"all": "bloodmagic:blocks/LargeBloodStoneBrick"
"all": "bloodmagic:blocks/WoodPath"
}
}

View file

@ -1,7 +1,7 @@
{
"parent": "block/cube_all",
"textures": {
"all": "bloodmagic:blocks/BloodStoneBrick"
"all": "bloodmagic:blocks/StoneTilePath"
}
}

View file

@ -1,7 +1,7 @@
{
"parent": "block/cube_all",
"textures": {
"all": "bloodmagic:blocks/BloodStoneBrick"
"all": "bloodmagic:blocks/StoneBrickPath"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 669 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 B