Quicksand that can replace dirt or grass

This commit is contained in:
Emmanuel BENOîT 2016-07-10 15:28:59 +02:00
parent ae03058d20
commit 7ba899b576
6 changed files with 119 additions and 0 deletions
src/resources/assets/mmm
blockstates/materials/trap
models
block/materials/trap
item/materials/trap
textures/blocks/materials/trap

View file

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "mmm:materials/trap/swamp_pit" }
}
}

View file

@ -0,0 +1,21 @@
{
"parent": "minecraft:block/grass",
"textures": {
"particle": "minecraft:blocks/dirt",
"all": "mmm:blocks/materials/trap/swamp_pit"
} ,
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "down", "tintindex": 0 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "up", "tintindex": 0 },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "north", "tintindex": 0 },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "south", "tintindex": 0 },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "west", "tintindex": 0 },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "east", "tintindex": 0 }
}
}
]
}

View file

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

Binary file not shown.

After

(image error) Size: 661 B