Bauxite
This commit is contained in:
parent
42a455d4c0
commit
3a5ba9fbfd
9 changed files with 53 additions and 1 deletions
src/resources/assets/mmm
blockstates/materials/ore
lang
models
textures/blocks/materials/ore
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/ore/bauxite" }
|
||||
}
|
||||
}
|
|
@ -15,6 +15,8 @@ tile.mmm.materials.rock.slate.name=Slate
|
|||
tile.mmm.materials.ore.rock_salt.name=Rock Salt
|
||||
item.mmm.materials.stone.rock_salt.name=Salt Crystals
|
||||
|
||||
tile.mmm.materials.ore.bauxite.name=Bauxite
|
||||
|
||||
item.mmm.materials.stone.coke.name=Coke
|
||||
item.mmm.materials.stone.slag.name=Slag
|
||||
item.mmm.materials.nugget.iron.name=Iron Nugget
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/ore/bauxite"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/ore/bauxite"
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 434 B |
Reference in a new issue