Mud trap for swamps and tropical swamps
This commit is contained in:
parent
d1aa93b171
commit
ae03058d20
12 changed files with 103 additions and 9 deletions
src/resources/assets/mmm
blockstates/materials/trap
lang
models
textures/blocks/materials/trap
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/trap/mud" }
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/trap/mud"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/trap/mud"
|
||||
}
|
BIN
src/resources/assets/mmm/textures/blocks/materials/trap/mud.png
Normal file
BIN
src/resources/assets/mmm/textures/blocks/materials/trap/mud.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 422 B |
Reference in a new issue