Mud trap for swamps and tropical swamps

This commit is contained in:
Emmanuel BENOîT 2016-07-10 14:43:58 +02:00
parent d1aa93b171
commit ae03058d20
12 changed files with 103 additions and 9 deletions
src/resources/assets/mmm
blockstates/materials/trap
lang
models
block/materials/trap
item/materials/trap
textures/blocks/materials/trap

View file

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

View file

@ -76,6 +76,7 @@ tile.mmm.materials.planks.bamboo.name=Bamboo Wood Planks
tile.mmm.materials.trap.sand.name=Quicksand
tile.mmm.materials.trap.red_sand.name=Red Quicksand
tile.mmm.materials.trap.mud.name=Mud
tile.mmm.tech.base.alloy_furnace.inactive.name=Alloy Furnace

View file

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

View file

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

Binary file not shown.

After

(image error) Size: 422 B