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

@ -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.jungle.name=Jungle Wood 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.blue.name=Oak Throne (Blue)

View file

@ -1,7 +1,6 @@
{
"parent": "mmm:block/deco/chair",
"textures": {
"body": "minecraft:blocks/planks_acacia",
"leg": "minecraft:blocks/log_acacia"
"body": "minecraft:blocks/planks_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",
"textures": {
"body": "minecraft:blocks/planks_birch",
"leg": "minecraft:blocks/log_birch"
"body": "minecraft:blocks/planks_birch"
}
}

View file

@ -1,7 +1,6 @@
{
"parent": "mmm:block/deco/chair",
"textures": {
"body": "minecraft:blocks/planks_big_oak",
"leg": "minecraft:blocks/log_big_oak"
"body": "minecraft:blocks/planks_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",
"textures": {
"body": "minecraft:blocks/planks_jungle",
"leg": "minecraft:blocks/log_jungle"
"body": "minecraft:blocks/planks_jungle"
}
}

View file

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

View file

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

View file

@ -1,7 +1,6 @@
{
"parent": "mmm:item/deco/chair",
"textures": {
"body": "minecraft:blocks/planks_acacia",
"legs": "minecraft:blocks/log_acacia"
"body": "minecraft:blocks/planks_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",
"textures": {
"body": "minecraft:blocks/planks_birch",
"legs": "minecraft:blocks/log_birch"
"body": "minecraft:blocks/planks_birch"
}
}

View file

@ -1,7 +1,6 @@
{
"parent": "mmm:item/deco/chair",
"textures": {
"body": "minecraft:blocks/planks_big_oak",
"legs": "minecraft:blocks/log_big_oak"
"body": "minecraft:blocks/planks_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",
"textures": {
"body": "minecraft:blocks/planks_jungle",
"legs": "minecraft:blocks/log_jungle"
"body": "minecraft:blocks/planks_jungle"
}
}

View file

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

View file

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