Initial push of the Inversion Pillars - this is before full implementation of features and before fixing the item model.

This commit is contained in:
WayofTime 2016-09-11 10:02:06 -04:00
parent 540e6941ef
commit 5c627d123c
10 changed files with 306 additions and 26 deletions

View file

@ -1,16 +1,54 @@
{
"forge_marker": 1,
"defaults": {
"textures": { },
"model": "cube_all",
"uvlock": true
"textures": {
"texture": "bloodmagic:models/pillar_mid",
"particle": "#texture"
},
"transform" : "forge:default-block",
"model": "bloodmagic:pillar_mid"
},
"variants": {
"type": {
"raw": {
"textures": {
"all": "bloodmagic:blocks/WoodBrickPath"
}
},
"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 ]
}
}
}
}

View file

@ -0,0 +1,72 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"texture": "bloodmagic:models/pillar_base",
"particle": "#texture"
},
"transform" : "forge:default-block",
"model": "bloodmagic:pillar_bottom"
},
"variants": {
"type": {
"raw_bottom": {
"textures": {
}
},
"raw_top": {
"textures": {
},
"model": "bloodmagic:pillar_top"
},
"corrosive_bottom": {
"textures": {
"texture": "bloodmagic:models/pillar_base_c"
}
},
"corrosive_top": {
"textures": {
"texture": "bloodmagic:models/pillar_base_c"
},
"model": "bloodmagic:pillar_top"
},
"destructive_bottom": {
"textures": {
"texture": "bloodmagic:models/pillar_base_d"
}
},
"destructive_top": {
"textures": {
"texture": "bloodmagic:models/pillar_base_d"
},
"model": "bloodmagic:pillar_top"
},
"vengeful_bottom": {
"textures": {
"texture": "bloodmagic:models/pillar_base_v"
}
},
"vengeful_top": {
"textures": {
"texture": "bloodmagic:models/pillar_base_v"
},
"model": "bloodmagic:pillar_top"
},
"steadfast_bottom": {
"textures": {
"texture": "bloodmagic:models/pillar_base_s"
}
},
"steadfast_top": {
"textures": {
"texture": "bloodmagic:models/pillar_base_s"
},
"model": "bloodmagic:pillar_top"
}
}
}
}