First pass on Pedestal/Plinth

I just want this out of my uncommitted file list...
This commit is contained in:
Nick 2015-11-22 14:03:51 -08:00
parent a12c72092a
commit cbd4f8c75f
7 changed files with 257 additions and 13 deletions

View file

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