Hevea / bamboo fence gates
This commit is contained in:
parent
c1635ea943
commit
b9ea3aaebd
29 changed files with 344 additions and 79 deletions
src/resources/assets/mmm
blockstates/deco/fence/gate
lang
models
block/deco/fence
bamboo
hevea
item/deco/fence/gate
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=south,in_wall=false,open=false": { "model": "mmm:deco/fence/bamboo/gate_closed", "uvlock": true },
|
||||
"facing=west,in_wall=false,open=false": { "model": "mmm:deco/fence/bamboo/gate_closed", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=false,open=false": { "model": "mmm:deco/fence/bamboo/gate_closed", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=false,open=false": { "model": "mmm:deco/fence/bamboo/gate_closed", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=false,open=true": { "model": "mmm:deco/fence/bamboo/gate_open", "uvlock": true },
|
||||
"facing=west,in_wall=false,open=true": { "model": "mmm:deco/fence/bamboo/gate_open", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=false,open=true": { "model": "mmm:deco/fence/bamboo/gate_open", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=false,open=true": { "model": "mmm:deco/fence/bamboo/gate_open", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=true,open=false": { "model": "mmm:deco/fence/bamboo/wall_closed", "uvlock": true },
|
||||
"facing=west,in_wall=true,open=false": { "model": "mmm:deco/fence/bamboo/wall_closed", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=true,open=false": { "model": "mmm:deco/fence/bamboo/wall_closed", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=true,open=false": { "model": "mmm:deco/fence/bamboo/wall_closed", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=true,open=true": { "model": "mmm:deco/fence/bamboo/wall_open", "uvlock": true },
|
||||
"facing=west,in_wall=true,open=true": { "model": "mmm:deco/fence/bamboo/wall_open", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=true,open=true": { "model": "mmm:deco/fence/bamboo/wall_open", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=true,open=true": { "model": "mmm:deco/fence/bamboo/wall_open", "uvlock": true, "y": 270 }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=south,in_wall=false,open=false": { "model": "mmm:deco/fence/hevea/gate_closed", "uvlock": true },
|
||||
"facing=west,in_wall=false,open=false": { "model": "mmm:deco/fence/hevea/gate_closed", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=false,open=false": { "model": "mmm:deco/fence/hevea/gate_closed", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=false,open=false": { "model": "mmm:deco/fence/hevea/gate_closed", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=false,open=true": { "model": "mmm:deco/fence/hevea/gate_open", "uvlock": true },
|
||||
"facing=west,in_wall=false,open=true": { "model": "mmm:deco/fence/hevea/gate_open", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=false,open=true": { "model": "mmm:deco/fence/hevea/gate_open", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=false,open=true": { "model": "mmm:deco/fence/hevea/gate_open", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=true,open=false": { "model": "mmm:deco/fence/hevea/wall_closed", "uvlock": true },
|
||||
"facing=west,in_wall=true,open=false": { "model": "mmm:deco/fence/hevea/wall_closed", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=true,open=false": { "model": "mmm:deco/fence/hevea/wall_closed", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=true,open=false": { "model": "mmm:deco/fence/hevea/wall_closed", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=true,open=true": { "model": "mmm:deco/fence/hevea/wall_open", "uvlock": true },
|
||||
"facing=west,in_wall=true,open=true": { "model": "mmm:deco/fence/hevea/wall_open", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=true,open=true": { "model": "mmm:deco/fence/hevea/wall_open", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=true,open=true": { "model": "mmm:deco/fence/hevea/wall_open", "uvlock": true, "y": 270 }
|
||||
}
|
||||
}
|
|
@ -179,6 +179,7 @@ tile.mmm.deco.throne.oak.red.name=Oak Throne (Red)
|
|||
tile.mmm.deco.throne.oak.silver.name=Oak Throne (Silver)
|
||||
tile.mmm.deco.throne.oak.white.name=Oak Throne (White)
|
||||
tile.mmm.deco.throne.oak.yellow.name=Oak Throne (Yellow)
|
||||
|
||||
tile.mmm.deco.throne.birch.black.name=Birch Throne (Black)
|
||||
tile.mmm.deco.throne.birch.blue.name=Birch Throne (Blue)
|
||||
tile.mmm.deco.throne.birch.brown.name=Birch Throne (Brown)
|
||||
|
@ -195,6 +196,7 @@ tile.mmm.deco.throne.birch.red.name=Birch Throne (Red)
|
|||
tile.mmm.deco.throne.birch.silver.name=Birch Throne (Silver)
|
||||
tile.mmm.deco.throne.birch.white.name=Birch Throne (White)
|
||||
tile.mmm.deco.throne.birch.yellow.name=Birch Throne (Yellow)
|
||||
|
||||
tile.mmm.deco.throne.spruce.black.name=Spruce Throne (Black)
|
||||
tile.mmm.deco.throne.spruce.blue.name=Spruce Throne (Blue)
|
||||
tile.mmm.deco.throne.spruce.brown.name=Spruce Throne (Brown)
|
||||
|
@ -211,6 +213,7 @@ tile.mmm.deco.throne.spruce.red.name=Spruce Throne (Red)
|
|||
tile.mmm.deco.throne.spruce.silver.name=Spruce Throne (Silver)
|
||||
tile.mmm.deco.throne.spruce.white.name=Spruce Throne (White)
|
||||
tile.mmm.deco.throne.spruce.yellow.name=Spruce Throne (Yellow)
|
||||
|
||||
tile.mmm.deco.throne.jungle.black.name=Jungle Wood Throne (Black)
|
||||
tile.mmm.deco.throne.jungle.blue.name=Jungle Wood Throne (Blue)
|
||||
tile.mmm.deco.throne.jungle.brown.name=Jungle Wood Throne (Brown)
|
||||
|
@ -227,6 +230,7 @@ tile.mmm.deco.throne.jungle.red.name=Jungle Wood Throne (Red)
|
|||
tile.mmm.deco.throne.jungle.silver.name=Jungle Wood Throne (Silver)
|
||||
tile.mmm.deco.throne.jungle.white.name=Jungle Wood Throne (White)
|
||||
tile.mmm.deco.throne.jungle.yellow.name=Jungle Wood Throne (Yellow)
|
||||
|
||||
tile.mmm.deco.throne.dark_oak.black.name=Dark Oak Throne (Black)
|
||||
tile.mmm.deco.throne.dark_oak.blue.name=Dark Oak Throne (Blue)
|
||||
tile.mmm.deco.throne.dark_oak.brown.name=Dark Oak Throne (Brown)
|
||||
|
@ -243,6 +247,7 @@ tile.mmm.deco.throne.dark_oak.red.name=Dark Oak Throne (Red)
|
|||
tile.mmm.deco.throne.dark_oak.silver.name=Dark Oak Throne (Silver)
|
||||
tile.mmm.deco.throne.dark_oak.white.name=Dark Oak Throne (White)
|
||||
tile.mmm.deco.throne.dark_oak.yellow.name=Dark Oak Throne (Yellow)
|
||||
|
||||
tile.mmm.deco.throne.acacia.black.name=Acacia Throne (Black)
|
||||
tile.mmm.deco.throne.acacia.blue.name=Acacia Throne (Blue)
|
||||
tile.mmm.deco.throne.acacia.brown.name=Acacia Throne (Brown)
|
||||
|
@ -259,6 +264,7 @@ 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)
|
||||
|
@ -275,6 +281,7 @@ 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)
|
||||
|
@ -293,4 +300,6 @@ tile.mmm.deco.throne.hevea.white.name=Hevea Throne (White)
|
|||
tile.mmm.deco.throne.hevea.yellow.name=Hevea Throne (Yellow)
|
||||
|
||||
tile.mmm.deco.fence.hevea.name=Hevea Fence
|
||||
tile.mmm.deco.fence.gate.hevea.name=Hevea Fence Gate
|
||||
tile.mmm.deco.fence.bamboo.name=Bamboo Fence
|
||||
tile.mmm.deco.fence.gate.bamboo.name=Bamboo Fence Gate
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/fence_gate_closed",
|
||||
"textures": {
|
||||
"texture": "mmm:blocks/materials/planks/bamboo"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "mmm:blocks/materials/planks/bamboo"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/wall_gate_closed",
|
||||
"textures": {
|
||||
"texture": "mmm:blocks/materials/planks/bamboo"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/wall_gate_open",
|
||||
"textures": {
|
||||
"texture": "mmm:blocks/materials/planks/bamboo"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/fence_gate_closed",
|
||||
"textures": {
|
||||
"texture": "mmm:blocks/materials/planks/hevea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "mmm:blocks/materials/planks/hevea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/wall_gate_closed",
|
||||
"textures": {
|
||||
"texture": "mmm:blocks/materials/planks/hevea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/wall_gate_open",
|
||||
"textures": {
|
||||
"texture": "mmm:blocks/materials/planks/hevea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/deco/fence/bamboo/gate_closed"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/deco/fence/hevea/gate_closed"
|
||||
}
|
Reference in a new issue