Remove the Pedestal

It's unused and probably won't ever be used.
This commit is contained in:
Nicholas Ignoffo 2016-09-10 13:19:11 -07:00
parent 4b54f6d94c
commit f244f2c053
7 changed files with 2 additions and 369 deletions

View file

@ -1,24 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"textures": { },
"model": "bloodmagic:BlockPedestal1",
"uvlock": true
},
"variants": {
"type": {
"pedestal": {
"model": "bloodmagic:BlockPedestal0",
"textures": {
"all": "bloodmagic:models/Plinth"
}
},
"plinth": {
"model": "bloodmagic:BlockPedestal1",
"textures": {
"all": "bloodmagic:models/Plinth"
}
}
}
}
}