Bamboo / hevea thrones

This commit is contained in:
Emmanuel BENOîT 2016-07-11 10:06:42 +02:00
parent ccdb7ab5e0
commit 3d9be8923d
50 changed files with 408 additions and 1 deletions

View file

@ -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
-------------------------------------------------------------------------------------------------------

Binary file not shown.

View file

@ -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 );
}

View file

@ -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" } }
}
}
}

View file

@ -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" } }
}
}
}

View file

@ -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" } }
}
}
}

View file

@ -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" } }
}
}
}

View file

@ -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)

View 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"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_black"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_blue"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_brown"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_cyan"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_gray"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_green"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_light_blue"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_lime"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_magenta"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_orange"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_pink"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_purple"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_red"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_silver"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_white"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/bamboo",
"textures": {
"wool" : "minecraft:blocks/wool_colored_yellow"
}
}

View 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"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_black"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_blue"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_brown"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_cyan"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_gray"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_green"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_light_blue"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_lime"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_magenta"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_orange"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_pink"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_purple"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_red"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_silver"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_white"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/throne/hevea",
"textures": {
"wool" : "minecraft:blocks/wool_colored_yellow"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B