Bamboo, initial version
This commit is contained in:
parent
76e75957f5
commit
967017631c
22 changed files with 295 additions and 1 deletions
src/resources/assets/mmm
blockstates/materials
models
block/materials
item/materials
textures/blocks/materials
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"check_decay=false,decayable=false": { "model": "mmm:materials/leaves/bamboo" } ,
|
||||
"check_decay=false,decayable=true": { "model": "mmm:materials/leaves/bamboo" } ,
|
||||
"check_decay=true,decayable=false": { "model": "mmm:materials/leaves/bamboo" } ,
|
||||
"check_decay=true,decayable=true": { "model": "mmm:materials/leaves/bamboo" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"variants":
|
||||
{
|
||||
"axis=y":
|
||||
{
|
||||
"model": "mmm:materials/log/bamboo"
|
||||
},
|
||||
|
||||
"axis=z":
|
||||
{
|
||||
"model": "mmm:materials/log/bamboo",
|
||||
"x": 90
|
||||
},
|
||||
|
||||
"axis=x":
|
||||
{
|
||||
"model": "mmm:materials/log/bamboo",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
|
||||
"axis=none":
|
||||
{
|
||||
"model": "mmm:materials/bark/bamboo"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"variants": {
|
||||
"stage=0": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=1": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=2": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=3": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=4": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=5": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=6": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=7": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=8": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=9": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=10": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=11": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=12": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=13": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=14": { "model": "mmm:materials/sapling/bamboo" },
|
||||
"stage=15": { "model": "mmm:materials/sapling/bamboo" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "mmm:blocks/materials/log/side/bamboo",
|
||||
"end": "mmm:blocks/materials/log/end/bamboo"
|
||||
} ,
|
||||
|
||||
"elements": [
|
||||
{
|
||||
"from": [ 4 , 4 , 4 ] ,
|
||||
"to": [ 12 , 12 , 12 ] ,
|
||||
"faces": {
|
||||
"down": { "texture": "#end" },
|
||||
"up": { "texture": "#end" },
|
||||
"north": { "texture": "#end" } ,
|
||||
"east": { "texture": "#end" } ,
|
||||
"south": { "texture": "#end" } ,
|
||||
"west": { "texture": "#end" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/leaves",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/leaves/bamboo"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "mmm:blocks/materials/log/side/bamboo",
|
||||
"side": "mmm:blocks/materials/log/side/bamboo" ,
|
||||
"end": "mmm:blocks/materials/log/end/bamboo"
|
||||
} ,
|
||||
|
||||
"elements": [
|
||||
{
|
||||
"from": [ 4 , 0 , 4 ] ,
|
||||
"to": [ 12 , 16 , 12 ] ,
|
||||
"faces": {
|
||||
"down": { "texture": "#end", "cullface": "down" },
|
||||
"up": { "texture": "#end", "cullface": "up" },
|
||||
"north": { "texture": "#side" } ,
|
||||
"east": { "texture": "#side" } ,
|
||||
"south": { "texture": "#side" } ,
|
||||
"west": { "texture": "#side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cross",
|
||||
"textures": {
|
||||
"cross": "mmm:blocks/materials/sapling/bamboo"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/leaves/bamboo"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/log/bamboo"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:blocks/materials/sapling/bamboo"
|
||||
}
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 544 B |
Binary file not shown.
After ![]() (image error) Size: 376 B |
Binary file not shown.
After ![]() (image error) Size: 477 B |
Binary file not shown.
After ![]() (image error) Size: 535 B |
Reference in a new issue