Galena
This commit is contained in:
parent
3a5ba9fbfd
commit
b79698d65e
9 changed files with 58 additions and 2 deletions
src/resources/assets/mmm
blockstates/materials/ore
lang
models
textures/blocks/materials/ore
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/ore/galena" }
|
||||
}
|
||||
}
|
|
@ -17,6 +17,8 @@ item.mmm.materials.stone.rock_salt.name=Salt Crystals
|
|||
|
||||
tile.mmm.materials.ore.bauxite.name=Bauxite
|
||||
|
||||
tile.mmm.materials.ore.galena.name=Galena
|
||||
|
||||
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/galena"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/ore/galena"
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 397 B |
Reference in a new issue