Thrones - Fuck states, use different blocktypes.
This commit is contained in:
parent
805f041a4a
commit
ba3de96d04
5 changed files with 125 additions and 91 deletions
src/resources/assets/mmm/blockstates/deco/throne/oak
|
@ -1,28 +1,15 @@
|
|||
{
|
||||
"forge_marker": 1 ,
|
||||
"defaults" : {
|
||||
"model": "mmm:deco/throne/bottom" ,
|
||||
"textures": {
|
||||
"wood": "mmm:blocks/deco/throne/oak/wood"
|
||||
"wood": "mmm:blocks/deco/throne/oak/wood" ,
|
||||
"front" : "mmm:blocks/deco/throne/oak/front-bottom" ,
|
||||
"top" : "mmm:blocks/deco/throne/oak/bottom"
|
||||
}
|
||||
} ,
|
||||
"variants" : {
|
||||
|
||||
"is_top" : {
|
||||
"true" : {
|
||||
"model": "mmm:deco/throne/top" ,
|
||||
"textures" : {
|
||||
"front" : "mmm:blocks/deco/throne/oak/front-top"
|
||||
}
|
||||
} ,
|
||||
"false" : {
|
||||
"model": "mmm:deco/throne/bottom" ,
|
||||
"textures" : {
|
||||
"front" : "mmm:blocks/deco/throne/oak/front-bottom" ,
|
||||
"top" : "mmm:blocks/deco/throne/oak/bottom"
|
||||
}
|
||||
}
|
||||
} ,
|
||||
|
||||
"facing" : {
|
||||
"north" : { "y": 0 } ,
|
||||
"east" : { "y": 90 } ,
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"forge_marker": 1 ,
|
||||
"defaults" : {
|
||||
"model": "mmm:deco/throne/top" ,
|
||||
"textures": {
|
||||
"wood": "mmm:blocks/deco/throne/oak/wood" ,
|
||||
"front" : "mmm:blocks/deco/throne/oak/front-top"
|
||||
}
|
||||
} ,
|
||||
"variants" : {
|
||||
|
||||
"facing" : {
|
||||
"north" : { "y": 0 } ,
|
||||
"east" : { "y": 90 } ,
|
||||
"south" : { "y": 180 } ,
|
||||
"west" : { "y": 270 }
|
||||
} ,
|
||||
|
||||
"color" : {
|
||||
"black" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_black" } } ,
|
||||
"blue" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_blue" } } ,
|
||||
"brown" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_brown" } } ,
|
||||
"cyan" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_cyan" } } ,
|
||||
"gray" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_gray" } } ,
|
||||
"green" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_green" } } ,
|
||||
"light_blue" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_light_blue" } } ,
|
||||
"lime" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_lime" } } ,
|
||||
"magenta" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_magenta" } } ,
|
||||
"orange" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_orange" } } ,
|
||||
"pink" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_pink" } } ,
|
||||
"purple" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_purple" } } ,
|
||||
"red" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_red" } } ,
|
||||
"silver" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_silver" } } ,
|
||||
"white" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_white" } } ,
|
||||
"yellow" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_yellow" } }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Reference in a new issue