Implement new path blocks

This commit is contained in:
Nick 2016-02-08 00:57:02 -08:00
parent c72da5c024
commit 4e1de51cf8
27 changed files with 150 additions and 12 deletions

View file

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

View file

@ -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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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 ]
}
}
}

View file

@ -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 ]
}
}
}

View file

@ -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 ]
}
}
}

View file

@ -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 ]
}
}
}

View file

@ -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 ]
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 669 B

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 685 B

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB