Added more blocks for Yulife to bang his head against
This commit is contained in:
parent
4174be42b0
commit
bafbd0b076
3 changed files with 92 additions and 1 deletions
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"textures": { },
|
||||
"model": "cube_all",
|
||||
"uvlock": true
|
||||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"smallbrick_raw": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_smallbrick"
|
||||
}
|
||||
},
|
||||
"smallbrick_corrosive": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_smallbrick_c"
|
||||
}
|
||||
},
|
||||
"smallbrick_destructive": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_smallbrick_d"
|
||||
}
|
||||
},
|
||||
"smallbrick_vengeful": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_smallbrick_v"
|
||||
}
|
||||
},
|
||||
"smallbrick_steadfast": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_smallbrick_s"
|
||||
}
|
||||
},
|
||||
"tile_raw": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_tile"
|
||||
}
|
||||
},
|
||||
"tile_corrosive": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_tile_c"
|
||||
}
|
||||
},
|
||||
"tile_destructive": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_tile_d"
|
||||
}
|
||||
},
|
||||
"tile_vengeful": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_tile_v"
|
||||
}
|
||||
},
|
||||
"tile_steadfast": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_tile_s"
|
||||
}
|
||||
},
|
||||
"tilespecial_raw": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_tilespecial"
|
||||
}
|
||||
},
|
||||
"tilespecial_corrosive": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_tilespecial_c"
|
||||
}
|
||||
},
|
||||
"tilespecial_destructive": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_tilespecial_d"
|
||||
}
|
||||
},
|
||||
"tilespecial_vengeful": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_tilespecial_v"
|
||||
}
|
||||
},
|
||||
"tilespecial_steadfast": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_tilespecial_s"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue