Bamboo / hevea thrones
2
TODO.txt
|
@ -9,7 +9,7 @@ deco No Stone - Smooth + stairs + slabs
|
|||
Limestone
|
||||
Slate
|
||||
Basalt
|
||||
deco No Wood - Doors + fences + thrones
|
||||
deco No Wood - Doors + fences
|
||||
Hevea
|
||||
Bamboo
|
||||
-------------------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -45,6 +45,8 @@ public class DecorativeBlocks
|
|||
public static final DThrone THRONE_JUNGLE;
|
||||
public static final DThrone THRONE_DARK_OAK;
|
||||
public static final DThrone THRONE_ACACIA;
|
||||
public static final DThrone THRONE_HEVEA;
|
||||
public static final DThrone THRONE_BAMBOO;
|
||||
|
||||
static {
|
||||
final BlockStone.EnumType granite = BlockStone.EnumType.GRANITE_SMOOTH;
|
||||
|
@ -92,6 +94,8 @@ public class DecorativeBlocks
|
|||
THRONE_JUNGLE = new DThrone( DWoodType.JUNGLE );
|
||||
THRONE_DARK_OAK = new DThrone( DWoodType.DARK_OAK );
|
||||
THRONE_ACACIA = new DThrone( DWoodType.ACACIA );
|
||||
THRONE_HEVEA = new DThrone( DWoodType.HEVEA);
|
||||
THRONE_BAMBOO = new DThrone( DWoodType.BAMBOO );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"forge_marker": 1 ,
|
||||
"defaults" : {
|
||||
"model": "mmm:deco/throne/bottom" ,
|
||||
"textures": {
|
||||
"wood": "mmm:blocks/deco/throne/bamboo/wood" ,
|
||||
"front" : "mmm:blocks/deco/throne/bamboo/front-bottom" ,
|
||||
"top" : "mmm:blocks/deco/throne/bamboo/bottom"
|
||||
}
|
||||
} ,
|
||||
"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" } }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"forge_marker": 1 ,
|
||||
"defaults" : {
|
||||
"model": "mmm:deco/throne/top" ,
|
||||
"textures": {
|
||||
"wood": "mmm:blocks/deco/throne/bamboo/wood" ,
|
||||
"front" : "mmm:blocks/deco/throne/bamboo/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" } }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"forge_marker": 1 ,
|
||||
"defaults" : {
|
||||
"model": "mmm:deco/throne/bottom" ,
|
||||
"textures": {
|
||||
"wood": "mmm:blocks/deco/throne/hevea/wood" ,
|
||||
"front" : "mmm:blocks/deco/throne/hevea/front-bottom" ,
|
||||
"top" : "mmm:blocks/deco/throne/hevea/bottom"
|
||||
}
|
||||
} ,
|
||||
"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" } }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"forge_marker": 1 ,
|
||||
"defaults" : {
|
||||
"model": "mmm:deco/throne/top" ,
|
||||
"textures": {
|
||||
"wood": "mmm:blocks/deco/throne/hevea/wood" ,
|
||||
"front" : "mmm:blocks/deco/throne/hevea/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" } }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
|
@ -259,3 +259,36 @@ tile.mmm.deco.throne.acacia.red.name=Acacia Throne (Red)
|
|||
tile.mmm.deco.throne.acacia.silver.name=Acacia Throne (Silver)
|
||||
tile.mmm.deco.throne.acacia.white.name=Acacia Throne (White)
|
||||
tile.mmm.deco.throne.acacia.yellow.name=Acacia Throne (Yellow)
|
||||
tile.mmm.deco.throne.bamboo.black.name=Bamboo Throne (Black)
|
||||
tile.mmm.deco.throne.bamboo.blue.name=Bamboo Throne (Blue)
|
||||
tile.mmm.deco.throne.bamboo.brown.name=Bamboo Throne (Brown)
|
||||
tile.mmm.deco.throne.bamboo.cyan.name=Bamboo Throne (Cyan)
|
||||
tile.mmm.deco.throne.bamboo.gray.name=Bamboo Throne (Gray)
|
||||
tile.mmm.deco.throne.bamboo.green.name=Bamboo Throne (Green)
|
||||
tile.mmm.deco.throne.bamboo.lightBlue.name=Bamboo Throne (Light Blue)
|
||||
tile.mmm.deco.throne.bamboo.lime.name=Bamboo Throne (Lime)
|
||||
tile.mmm.deco.throne.bamboo.magenta.name=Bamboo Throne (Magenta)
|
||||
tile.mmm.deco.throne.bamboo.orange.name=Bamboo Throne (Orange)
|
||||
tile.mmm.deco.throne.bamboo.pink.name=Bamboo Throne (Pink)
|
||||
tile.mmm.deco.throne.bamboo.purple.name=Bamboo Throne (Purple)
|
||||
tile.mmm.deco.throne.bamboo.red.name=Bamboo Throne (Red)
|
||||
tile.mmm.deco.throne.bamboo.silver.name=Bamboo Throne (Silver)
|
||||
tile.mmm.deco.throne.bamboo.white.name=Bamboo Throne (White)
|
||||
tile.mmm.deco.throne.bamboo.yellow.name=Bamboo Throne (Yellow)
|
||||
tile.mmm.deco.throne.hevea.black.name=Hevea Throne (Black)
|
||||
tile.mmm.deco.throne.hevea.blue.name=Hevea Throne (Blue)
|
||||
tile.mmm.deco.throne.hevea.brown.name=Hevea Throne (Brown)
|
||||
tile.mmm.deco.throne.hevea.cyan.name=Hevea Throne (Cyan)
|
||||
tile.mmm.deco.throne.hevea.gray.name=Hevea Throne (Gray)
|
||||
tile.mmm.deco.throne.hevea.green.name=Hevea Throne (Green)
|
||||
tile.mmm.deco.throne.hevea.lightBlue.name=Hevea Throne (Light Blue)
|
||||
tile.mmm.deco.throne.hevea.lime.name=Hevea Throne (Lime)
|
||||
tile.mmm.deco.throne.hevea.magenta.name=Hevea Throne (Magenta)
|
||||
tile.mmm.deco.throne.hevea.orange.name=Hevea Throne (Orange)
|
||||
tile.mmm.deco.throne.hevea.pink.name=Hevea Throne (Pink)
|
||||
tile.mmm.deco.throne.hevea.purple.name=Hevea Throne (Purple)
|
||||
tile.mmm.deco.throne.hevea.red.name=Hevea Throne (Red)
|
||||
tile.mmm.deco.throne.hevea.silver.name=Hevea Throne (Silver)
|
||||
tile.mmm.deco.throne.hevea.white.name=Hevea Throne (White)
|
||||
tile.mmm.deco.throne.hevea.yellow.name=Hevea Throne (Yellow)
|
||||
|
||||
|
|
10
src/resources/assets/mmm/models/item/deco/throne/bamboo.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne",
|
||||
"textures": {
|
||||
"wood" : "mmm:blocks/deco/throne/bamboo/wood" ,
|
||||
"frontbottom" : "mmm:blocks/deco/throne/bamboo/front-bottom" ,
|
||||
"fronttop" : "mmm:blocks/deco/throne/bamboo/front-top" ,
|
||||
"top" : "mmm:blocks/deco/throne/bamboo/bottom" ,
|
||||
"wool" : "#wool"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_black"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_blue"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_brown"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_cyan"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_gray"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_green"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_light_blue"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_lime"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_magenta"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_orange"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_pink"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_purple"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_red"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_silver"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_white"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/bamboo",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_yellow"
|
||||
}
|
||||
}
|
10
src/resources/assets/mmm/models/item/deco/throne/hevea.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne",
|
||||
"textures": {
|
||||
"wood" : "mmm:blocks/deco/throne/hevea/wood" ,
|
||||
"frontbottom" : "mmm:blocks/deco/throne/hevea/front-bottom" ,
|
||||
"fronttop" : "mmm:blocks/deco/throne/hevea/front-top" ,
|
||||
"top" : "mmm:blocks/deco/throne/hevea/bottom" ,
|
||||
"wool" : "#wool"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_black"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_blue"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_brown"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_cyan"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_gray"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_green"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_light_blue"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_lime"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_magenta"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_orange"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_pink"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_purple"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_red"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_silver"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_white"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "mmm:item/deco/throne/hevea",
|
||||
"textures": {
|
||||
"wool" : "minecraft:blocks/wool_colored_yellow"
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 587 B |
After Width: | Height: | Size: 601 B |
After Width: | Height: | Size: 630 B |
After Width: | Height: | Size: 571 B |
After Width: | Height: | Size: 606 B |
After Width: | Height: | Size: 634 B |
After Width: | Height: | Size: 618 B |
After Width: | Height: | Size: 598 B |