Implement new path blocks
This commit is contained in:
parent
c72da5c024
commit
4e1de51cf8
27 changed files with 150 additions and 12 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue