Bamboo and hevea stairs and slabs
This commit is contained in:
parent
07fc30e06f
commit
b6c259e4ac
28 changed files with 293 additions and 16 deletions
src/resources/assets/mmm
blockstates/deco
lang
models
block/deco
slabs
stairs
item/deco
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"variants": {
|
||||
"half=bottom,variant=default": { "model": "mmm:deco/slabs/bamboo/bottom" },
|
||||
"half=top,variant=default": { "model": "mmm:deco/slabs/bamboo/top" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"variant=default": { "model": "mmm:deco/slabs/bamboo/double" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"variants": {
|
||||
"half=bottom,variant=default": { "model": "mmm:deco/slabs/hevea/bottom" },
|
||||
"half=top,variant=default": { "model": "mmm:deco/slabs/hevea/top" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"variant=default": { "model": "mmm:deco/slabs/hevea/double" }
|
||||
}
|
||||
}
|
44
src/resources/assets/mmm/blockstates/deco/stairs/bamboo.json
Normal file
44
src/resources/assets/mmm/blockstates/deco/stairs/bamboo.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "mmm:deco/stairs/bamboo/straight" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "mmm:deco/stairs/bamboo/straight", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "mmm:deco/stairs/bamboo/straight", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "mmm:deco/stairs/bamboo/straight", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "mmm:deco/stairs/bamboo/outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "mmm:deco/stairs/bamboo/outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "mmm:deco/stairs/bamboo/outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "mmm:deco/stairs/bamboo/outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "mmm:deco/stairs/bamboo/outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "mmm:deco/stairs/bamboo/outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "mmm:deco/stairs/bamboo/outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "mmm:deco/stairs/bamboo/outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "mmm:deco/stairs/bamboo/inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "mmm:deco/stairs/bamboo/inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "mmm:deco/stairs/bamboo/inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "mmm:deco/stairs/bamboo/inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "mmm:deco/stairs/bamboo/inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "mmm:deco/stairs/bamboo/inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "mmm:deco/stairs/bamboo/inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "mmm:deco/stairs/bamboo/inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "mmm:deco/stairs/bamboo/straight", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "mmm:deco/stairs/bamboo/straight", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "mmm:deco/stairs/bamboo/straight", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "mmm:deco/stairs/bamboo/straight", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "mmm:deco/stairs/bamboo/outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "mmm:deco/stairs/bamboo/outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "mmm:deco/stairs/bamboo/outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "mmm:deco/stairs/bamboo/outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "mmm:deco/stairs/bamboo/outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "mmm:deco/stairs/bamboo/outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "mmm:deco/stairs/bamboo/outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "mmm:deco/stairs/bamboo/outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "mmm:deco/stairs/bamboo/inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "mmm:deco/stairs/bamboo/inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "mmm:deco/stairs/bamboo/inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "mmm:deco/stairs/bamboo/inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "mmm:deco/stairs/bamboo/inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "mmm:deco/stairs/bamboo/inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "mmm:deco/stairs/bamboo/inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "mmm:deco/stairs/bamboo/inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
44
src/resources/assets/mmm/blockstates/deco/stairs/hevea.json
Normal file
44
src/resources/assets/mmm/blockstates/deco/stairs/hevea.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "mmm:deco/stairs/hevea/straight" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "mmm:deco/stairs/hevea/straight", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "mmm:deco/stairs/hevea/straight", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "mmm:deco/stairs/hevea/straight", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "mmm:deco/stairs/hevea/outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "mmm:deco/stairs/hevea/outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "mmm:deco/stairs/hevea/outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "mmm:deco/stairs/hevea/outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "mmm:deco/stairs/hevea/outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "mmm:deco/stairs/hevea/outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "mmm:deco/stairs/hevea/outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "mmm:deco/stairs/hevea/outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "mmm:deco/stairs/hevea/inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "mmm:deco/stairs/hevea/inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "mmm:deco/stairs/hevea/inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "mmm:deco/stairs/hevea/inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "mmm:deco/stairs/hevea/inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "mmm:deco/stairs/hevea/inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "mmm:deco/stairs/hevea/inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "mmm:deco/stairs/hevea/inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "mmm:deco/stairs/hevea/straight", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "mmm:deco/stairs/hevea/straight", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "mmm:deco/stairs/hevea/straight", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "mmm:deco/stairs/hevea/straight", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "mmm:deco/stairs/hevea/outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "mmm:deco/stairs/hevea/outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "mmm:deco/stairs/hevea/outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "mmm:deco/stairs/hevea/outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "mmm:deco/stairs/hevea/outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "mmm:deco/stairs/hevea/outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "mmm:deco/stairs/hevea/outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "mmm:deco/stairs/hevea/outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "mmm:deco/stairs/hevea/inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "mmm:deco/stairs/hevea/inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "mmm:deco/stairs/hevea/inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "mmm:deco/stairs/hevea/inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "mmm:deco/stairs/hevea/inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "mmm:deco/stairs/hevea/inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "mmm:deco/stairs/hevea/inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "mmm:deco/stairs/hevea/inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
|
@ -136,10 +136,14 @@ item.mmm.food.milk.donkey.name=Donkey milk
|
|||
tile.mmm.deco.stairs.granite.name=Granite Stairs
|
||||
tile.mmm.deco.stairs.diorite.name=Diorite Stairs
|
||||
tile.mmm.deco.stairs.andesite.name=Andesite Stairs
|
||||
tile.mmm.deco.stairs.hevea.name=Hevea Wood Stairs
|
||||
tile.mmm.deco.stairs.bamboo.name=Bamboo Wood Stairs
|
||||
|
||||
tile.mmm.deco.slabs.granite.name=Granite Slab
|
||||
tile.mmm.deco.slabs.diorite.name=Diorite Slab
|
||||
tile.mmm.deco.slabs.andesite.name=Andesite Slab
|
||||
tile.mmm.deco.slabs.hevea.name=Hevea Wood Slab
|
||||
tile.mmm.deco.slabs.bamboo.name=Bamboo Wood Slab
|
||||
|
||||
tile.mmm.deco.table.oak.name=Oak Table
|
||||
tile.mmm.deco.table.birch.name=Birch Table
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/half_slab",
|
||||
"textures": {
|
||||
"bottom": "mmm:blocks/materials/planks/bamboo",
|
||||
"top": "mmm:blocks/materials/planks/bamboo",
|
||||
"side": "mmm:blocks/materials/planks/bamboo"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "mmm:blocks/materials/planks/bamboo",
|
||||
"side": "mmm:blocks/materials/planks/bamboo"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/upper_slab",
|
||||
"textures": {
|
||||
"bottom": "mmm:blocks/materials/planks/bamboo",
|
||||
"top": "mmm:blocks/materials/planks/bamboo",
|
||||
"side": "mmm:blocks/materials/planks/bamboo"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/half_slab",
|
||||
"textures": {
|
||||
"bottom": "mmm:blocks/materials/planks/hevea",
|
||||
"top": "mmm:blocks/materials/planks/hevea",
|
||||
"side": "mmm:blocks/materials/planks/hevea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "mmm:blocks/materials/planks/hevea",
|
||||
"side": "mmm:blocks/materials/planks/hevea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/upper_slab",
|
||||
"textures": {
|
||||
"bottom": "mmm:blocks/materials/planks/hevea",
|
||||
"top": "mmm:blocks/materials/planks/hevea",
|
||||
"side": "mmm:blocks/materials/planks/hevea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "mmm:blocks/materials/planks/bamboo",
|
||||
"top": "mmm:blocks/materials/planks/bamboo",
|
||||
"side": "mmm:blocks/materials/planks/bamboo"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "mmm:blocks/materials/planks/bamboo",
|
||||
"top": "mmm:blocks/materials/planks/bamboo",
|
||||
"side": "mmm:blocks/materials/planks/bamboo"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/stairs",
|
||||
"textures": {
|
||||
"bottom": "mmm:blocks/materials/planks/bamboo",
|
||||
"top": "mmm:blocks/materials/planks/bamboo",
|
||||
"side": "mmm:blocks/materials/planks/bamboo"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "mmm:blocks/materials/planks/hevea",
|
||||
"top": "mmm:blocks/materials/planks/hevea",
|
||||
"side": "mmm:blocks/materials/planks/hevea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "mmm:blocks/materials/planks/hevea",
|
||||
"top": "mmm:blocks/materials/planks/hevea",
|
||||
"side": "mmm:blocks/materials/planks/hevea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/stairs",
|
||||
"textures": {
|
||||
"bottom": "mmm:blocks/materials/planks/hevea",
|
||||
"top": "mmm:blocks/materials/planks/hevea",
|
||||
"side": "mmm:blocks/materials/planks/hevea"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/deco/slabs/bamboo/bottom"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/deco/slabs/hevea/bottom"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/deco/stairs/bamboo/straight"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/deco/stairs/hevea/straight"
|
||||
}
|
Reference in a new issue