- Merged the three brick variants into one.
- Added the Inversion Pillar models and caps
This commit is contained in:
parent
cfa6979056
commit
3e71ac3496
7 changed files with 104 additions and 165 deletions
|
@ -6,82 +6,30 @@
|
|||
"uvlock": true
|
||||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"brick1_raw": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick1"
|
||||
}
|
||||
},
|
||||
"brick1_corrosive": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick1_c"
|
||||
}
|
||||
},
|
||||
"brick1_destructive": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick1_d"
|
||||
}
|
||||
},
|
||||
"brick1_vengeful": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick1_v"
|
||||
}
|
||||
},
|
||||
"brick1_steadfast": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick1_s"
|
||||
}
|
||||
},
|
||||
"brick2_raw": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick2"
|
||||
}
|
||||
},
|
||||
"brick2_corrosive": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick2_c"
|
||||
}
|
||||
},
|
||||
"brick2_destructive": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick2_d"
|
||||
}
|
||||
},
|
||||
"brick2_vengeful": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick2_v"
|
||||
}
|
||||
},
|
||||
"brick2_steadfast": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick2_s"
|
||||
}
|
||||
},
|
||||
"brick3_raw": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick3"
|
||||
}
|
||||
},
|
||||
"brick3_corrosive": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick3_c"
|
||||
}
|
||||
},
|
||||
"brick3_destructive": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick3_d"
|
||||
}
|
||||
},
|
||||
"brick3_vengeful": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick3_v"
|
||||
}
|
||||
},
|
||||
"brick3_steadfast": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/dungeon/dungeon_brick3_s"
|
||||
}
|
||||
}
|
||||
}
|
||||
"type=brick1_raw": [
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick1"}},
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick2"}},
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick3"}}
|
||||
],
|
||||
"type=brick1_corrosive": [
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick1_c"}},
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick2_c"}},
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick3_c"}}
|
||||
],
|
||||
"type=brick1_destructive": [
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick1_d"}},
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick2_d"}},
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick3_d"}}
|
||||
],
|
||||
"type=brick1_vengeful": [
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick1_v"}},
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick2_v"}},
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick3_v"}}
|
||||
],
|
||||
"type=brick1_steadfast": [
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick1_s"}},
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick2_s"}},
|
||||
{"textures": {"all": "bloodmagic:blocks/dungeon/dungeon_brick3_s"}}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,44 +13,30 @@
|
|||
"raw": {
|
||||
"textures": {
|
||||
|
||||
},
|
||||
"transform": {
|
||||
"translation": [ 0, -0.46875, 0 ]
|
||||
}
|
||||
}
|
||||
},
|
||||
"corrosive": {
|
||||
"textures": {
|
||||
"texture": "bloodmagic:models/pillar_mid_c"
|
||||
},
|
||||
"transform": {
|
||||
"translation": [ 0, -0.46875, 0 ]
|
||||
}
|
||||
}
|
||||
},
|
||||
"vengeful": {
|
||||
"textures": {
|
||||
"texture": "bloodmagic:models/pillar_mid_v"
|
||||
},
|
||||
"transform": {
|
||||
"translation": [ 0, -0.46875, 0 ]
|
||||
}
|
||||
}
|
||||
},
|
||||
"destructive": {
|
||||
"textures": {
|
||||
"texture": "bloodmagic:models/pillar_mid_d"
|
||||
},
|
||||
"transform": {
|
||||
"translation": [ 0, -0.46875, 0 ]
|
||||
}
|
||||
}
|
||||
},
|
||||
"steadfast": {
|
||||
"textures": {
|
||||
"texture": "bloodmagic:models/pillar_mid_s"
|
||||
},
|
||||
"transform": {
|
||||
"translation": [ 0, -0.46875, 0 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": [{}]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue