Hevea / bamboo chairs

This commit is contained in:
Emmanuel BENOîT 2016-07-11 09:37:48 +02:00
parent 7410640d4b
commit ccdb7ab5e0
21 changed files with 60 additions and 25 deletions

View file

@ -9,7 +9,7 @@ deco No Stone - Smooth + stairs + slabs
Limestone Limestone
Slate Slate
Basalt Basalt
deco No Wood - Doors + fences + chairs + thrones deco No Wood - Doors + fences + thrones
Hevea Hevea
Bamboo Bamboo
------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------

View file

@ -36,6 +36,8 @@ public class DecorativeBlocks
public static final DChair CHAIR_JUNGLE; public static final DChair CHAIR_JUNGLE;
public static final DChair CHAIR_DARK_OAK; public static final DChair CHAIR_DARK_OAK;
public static final DChair CHAIR_ACACIA; public static final DChair CHAIR_ACACIA;
public static final DChair CHAIR_HEVEA;
public static final DChair CHAIR_BAMBOO;
public static final DThrone THRONE_OAK; public static final DThrone THRONE_OAK;
public static final DThrone THRONE_BIRCH; public static final DThrone THRONE_BIRCH;
@ -80,6 +82,8 @@ public class DecorativeBlocks
URegistry.addBlock( CHAIR_JUNGLE = new DChair( DWoodType.JUNGLE ) ); URegistry.addBlock( CHAIR_JUNGLE = new DChair( DWoodType.JUNGLE ) );
URegistry.addBlock( CHAIR_DARK_OAK = new DChair( DWoodType.DARK_OAK ) ); URegistry.addBlock( CHAIR_DARK_OAK = new DChair( DWoodType.DARK_OAK ) );
URegistry.addBlock( CHAIR_ACACIA = new DChair( DWoodType.ACACIA ) ); URegistry.addBlock( CHAIR_ACACIA = new DChair( DWoodType.ACACIA ) );
URegistry.addBlock( CHAIR_HEVEA = new DChair( DWoodType.HEVEA ) );
URegistry.addBlock( CHAIR_BAMBOO = new DChair( DWoodType.BAMBOO ) );
// Thrones // Thrones
THRONE_OAK = new DThrone( DWoodType.OAK ); THRONE_OAK = new DThrone( DWoodType.OAK );

View file

@ -0,0 +1,8 @@
{
"variants" : {
"facing=north": { "model": "mmm:deco/chair/bamboo" } ,
"facing=east": { "model": "mmm:deco/chair/bamboo" , "y": 90 } ,
"facing=south": { "model": "mmm:deco/chair/bamboo" , "y": 180 } ,
"facing=west": { "model": "mmm:deco/chair/bamboo" , "y": 270 }
}
}

View file

@ -0,0 +1,8 @@
{
"variants" : {
"facing=north": { "model": "mmm:deco/chair/hevea" } ,
"facing=east": { "model": "mmm:deco/chair/hevea" , "y": 90 } ,
"facing=south": { "model": "mmm:deco/chair/hevea" , "y": 180 } ,
"facing=west": { "model": "mmm:deco/chair/hevea" , "y": 270 }
}
}

View file

@ -160,6 +160,8 @@ tile.mmm.deco.chair.spruce.name=Spruce Chair
tile.mmm.deco.chair.acacia.name=Acacia Chair tile.mmm.deco.chair.acacia.name=Acacia Chair
tile.mmm.deco.chair.jungle.name=Jungle Wood Chair tile.mmm.deco.chair.jungle.name=Jungle Wood Chair
tile.mmm.deco.chair.dark_oak.name=Dark Oak Chair tile.mmm.deco.chair.dark_oak.name=Dark Oak Chair
tile.mmm.deco.chair.hevea.name=Hevea Chair
tile.mmm.deco.chair.bamboo.name=Bamboo Chair
tile.mmm.deco.throne.oak.black.name=Oak Throne (Black) tile.mmm.deco.throne.oak.black.name=Oak Throne (Black)
tile.mmm.deco.throne.oak.blue.name=Oak Throne (Blue) tile.mmm.deco.throne.oak.blue.name=Oak Throne (Blue)

View file

@ -1,7 +1,6 @@
{ {
"parent": "mmm:block/deco/chair", "parent": "mmm:block/deco/chair",
"textures": { "textures": {
"body": "minecraft:blocks/planks_acacia", "body": "minecraft:blocks/planks_acacia"
"leg": "minecraft:blocks/log_acacia"
} }
} }

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:block/deco/chair",
"textures": {
"body": "mmm:blocks/materials/planks/bamboo"
}
}

View file

@ -1,7 +1,6 @@
{ {
"parent": "mmm:block/deco/chair", "parent": "mmm:block/deco/chair",
"textures": { "textures": {
"body": "minecraft:blocks/planks_birch", "body": "minecraft:blocks/planks_birch"
"leg": "minecraft:blocks/log_birch"
} }
} }

View file

@ -1,7 +1,6 @@
{ {
"parent": "mmm:block/deco/chair", "parent": "mmm:block/deco/chair",
"textures": { "textures": {
"body": "minecraft:blocks/planks_big_oak", "body": "minecraft:blocks/planks_big_oak"
"leg": "minecraft:blocks/log_big_oak"
} }
} }

View file

@ -0,0 +1,7 @@
{
"parent": "mmm:block/deco/chair",
"textures": {
"body": "mmm:blocks/materials/planks/hevea",
"leg": "mmm:blocks/materials/log/side/hevea"
}
}

View file

@ -1,7 +1,6 @@
{ {
"parent": "mmm:block/deco/chair", "parent": "mmm:block/deco/chair",
"textures": { "textures": {
"body": "minecraft:blocks/planks_jungle", "body": "minecraft:blocks/planks_jungle"
"leg": "minecraft:blocks/log_jungle"
} }
} }

View file

@ -1,7 +1,6 @@
{ {
"parent": "mmm:block/deco/chair", "parent": "mmm:block/deco/chair",
"textures": { "textures": {
"body": "minecraft:blocks/planks_oak", "body": "minecraft:blocks/planks_oak"
"leg": "minecraft:blocks/log_oak"
} }
} }

View file

@ -1,7 +1,6 @@
{ {
"parent": "mmm:block/deco/chair", "parent": "mmm:block/deco/chair",
"textures": { "textures": {
"body": "minecraft:blocks/planks_spruce", "body": "minecraft:blocks/planks_spruce"
"leg": "minecraft:blocks/log_spruce"
} }
} }

View file

@ -1,7 +1,6 @@
{ {
"parent": "mmm:item/deco/chair", "parent": "mmm:item/deco/chair",
"textures": { "textures": {
"body": "minecraft:blocks/planks_acacia", "body": "minecraft:blocks/planks_acacia"
"legs": "minecraft:blocks/log_acacia"
} }
} }

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/chair",
"textures": {
"body": "mmm:blocks/materials/planks/bamboo"
}
}

View file

@ -1,7 +1,6 @@
{ {
"parent": "mmm:item/deco/chair", "parent": "mmm:item/deco/chair",
"textures": { "textures": {
"body": "minecraft:blocks/planks_birch", "body": "minecraft:blocks/planks_birch"
"legs": "minecraft:blocks/log_birch"
} }
} }

View file

@ -1,7 +1,6 @@
{ {
"parent": "mmm:item/deco/chair", "parent": "mmm:item/deco/chair",
"textures": { "textures": {
"body": "minecraft:blocks/planks_big_oak", "body": "minecraft:blocks/planks_big_oak"
"legs": "minecraft:blocks/log_big_oak"
} }
} }

View file

@ -0,0 +1,6 @@
{
"parent": "mmm:item/deco/chair",
"textures": {
"body": "mmm:blocks/materials/planks/hevea"
}
}

View file

@ -1,7 +1,6 @@
{ {
"parent": "mmm:item/deco/chair", "parent": "mmm:item/deco/chair",
"textures": { "textures": {
"body": "minecraft:blocks/planks_jungle", "body": "minecraft:blocks/planks_jungle"
"legs": "minecraft:blocks/log_jungle"
} }
} }

View file

@ -1,7 +1,6 @@
{ {
"parent": "mmm:item/deco/chair", "parent": "mmm:item/deco/chair",
"textures": { "textures": {
"body": "minecraft:blocks/planks_oak", "body": "minecraft:blocks/planks_oak"
"legs": "minecraft:blocks/log_oak"
} }
} }

View file

@ -1,7 +1,6 @@
{ {
"parent": "mmm:item/deco/chair", "parent": "mmm:item/deco/chair",
"textures": { "textures": {
"body": "minecraft:blocks/planks_spruce", "body": "minecraft:blocks/planks_spruce"
"legs": "minecraft:blocks/log_spruce"
} }
} }