This commit is contained in:
Emmanuel BENOîT 2016-07-07 16:06:04 +02:00
parent 3a5ba9fbfd
commit b79698d65e
9 changed files with 58 additions and 2 deletions
src/resources/assets/mmm
blockstates/materials/ore
lang
models
block/materials/ore
item/materials/ore
textures/blocks/materials/ore

View file

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

View file

@ -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

View file

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

View file

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

Binary file not shown.

After

(image error) Size: 397 B