Implement new path blocks
|
@ -9,17 +9,42 @@
|
|||
"type": {
|
||||
"wood": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/WoodPath"
|
||||
"all": "bloodmagic:blocks/WoodBrickPath"
|
||||
}
|
||||
},
|
||||
"woodtile": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/WoodTilePath"
|
||||
}
|
||||
},
|
||||
"stone": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/StoneBrickPath"
|
||||
}
|
||||
},
|
||||
"stonetile": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/StoneTilePath"
|
||||
}
|
||||
},
|
||||
"wornstone": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/StoneBrickPath"
|
||||
"all": "bloodmagic:blocks/WornStoneBrickPath"
|
||||
}
|
||||
},
|
||||
"wornstonetile": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/WornStoneTilePath"
|
||||
}
|
||||
},
|
||||
"obsidian": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/ObsidianBrickPath"
|
||||
}
|
||||
},
|
||||
"obsidiantile": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/ObsidianTilePath"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -182,8 +182,13 @@ 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
|
||||
tile.BloodMagic.path.woodTile.name=Tiled Wooden Path
|
||||
tile.BloodMagic.path.stone.name=Stone Brick Path
|
||||
tile.BloodMagic.path.stoneTile.name=Tiled Stone Path
|
||||
tile.BloodMagic.path.wornstone.name=Worn Stone Brick Path
|
||||
tile.BloodMagic.path.wornstoneTile.name=Tiled Worn Stone Path
|
||||
tile.BloodMagic.path.obsidian.name=Obsidian Brick Path
|
||||
tile.BloodMagic.path.obsidianTile.name=Tiled Obsidian Path
|
||||
|
||||
# Tooltips
|
||||
tooltip.BloodMagic.orb.desc=Stores raw Life Essence
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/WoodPath"
|
||||
"all": "bloodmagic:blocks/WoodBrickPath"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/StoneTilePath"
|
||||
"all": "bloodmagic:blocks/WoodTilePath"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/StoneTilePath"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/WornStoneBrickPath"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/WornStoneTilePath"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/ObsidianBrickPath"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/ObsidianTilePath"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"parent": "bloodmagic:block/BlockPath3",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"parent": "bloodmagic:block/BlockPath4",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"parent": "bloodmagic:block/BlockPath5",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"parent": "bloodmagic:block/BlockPath6",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"parent": "bloodmagic:block/BlockPath7",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 669 B After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB |