Bamboo, initial version

This commit is contained in:
Emmanuel BENOîT 2016-07-09 22:32:32 +02:00
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

View file

@ -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" }
}
}

View file

@ -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"
}
}
}

View file

@ -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" }
}
}

View file

@ -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" }
}
}
]
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/leaves",
"textures": {
"all": "mmm:blocks/materials/leaves/bamboo"
}
}

View file

@ -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" }
}
}
]
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cross",
"textures": {
"cross": "mmm:blocks/materials/sapling/bamboo"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "mmm:block/materials/leaves/bamboo"
}

View file

@ -0,0 +1,3 @@
{
"parent": "mmm:block/materials/log/bamboo"
}

View file

@ -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