First pass on Pedestal/Plinth
I just want this out of my uncommitted file list...
This commit is contained in:
parent
a12c72092a
commit
cbd4f8c75f
7 changed files with 257 additions and 13 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue