Added recipes and block textures to the path blocks.
This commit is contained in:
parent
8d854a5b69
commit
690cf6c4f3
11 changed files with 21 additions and 8 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/LargeBloodStoneBrick"
|
||||
"all": "bloodmagic:blocks/WoodPath"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/BloodStoneBrick"
|
||||
"all": "bloodmagic:blocks/StoneTilePath"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue