Quicksand

This commit is contained in:
Emmanuel BENOîT 2016-07-10 12:56:45 +02:00
parent bba4e3f3b1
commit cffe5b6728
13 changed files with 141 additions and 1 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/red_sand" }
}
}

View file

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

View file

@ -74,6 +74,9 @@ tile.mmm.materials.log.bamboo.name=Bamboo
tile.mmm.materials.leaves.bamboo.name=Bamboo Leaves
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.tech.base.alloy_furnace.inactive.name=Alloy Furnace
container.mmm.alloy_furnace.contents=Furnace Contents

View file

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

View file

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

View file

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

View file

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

Binary file not shown.

After

(image error) Size: 794 B

Binary file not shown.

After

(image error) Size: 791 B