Malachite

This commit is contained in:
Emmanuel BENOîT 2016-06-16 14:12:11 +02:00
parent a868bd4b5b
commit a03ec70140
11 changed files with 91 additions and 2 deletions
src/resources/assets/mmm
blockstates/materials/ore
lang
models
block/materials/ore
item/materials
textures
blocks/materials/ore
items/materials/ore

View file

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

View file

@ -26,3 +26,6 @@ item.mmm.materials.nugget.iron.name=Iron Nugget
item.mmm.materials.ingot.copper.name=Copper Ingot
item.mmm.materials.nugget.copper.name=Copper Nugget
tile.mmm.materials.ore.copper.name=Native Copper
item.mmm.materials.stone.malachite.name=Malachite
tile.mmm.materials.ore.malachite.name=Malachite

View file

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

View file

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

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "mmm:items/materials/ore/malachite"
}
}

Binary file not shown.

After

(image error) Size: 264 B

Binary file not shown.

After

(image error) Size: 338 B