Started working on new materials

+ iron nuggets
+ copper ore
This commit is contained in:
Emmanuel BENOîT 2016-06-15 20:45:36 +02:00
parent 04b59c76e0
commit c9c0a6e31e
13 changed files with 262 additions and 6 deletions
src/resources/assets/mmm
blockstates/materials/ores
lang
models
block/materials/ores
item/materials
textures
blocks/materials/ores
items/materials

View file

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

View file

@ -19,3 +19,8 @@ tile.mmm.deco.chair.spruce.name=Spruce Chair
tile.mmm.deco.chair.acacia.name=Acacia Chair
tile.mmm.deco.chair.jungle.name=Jungle Wood Chair
tile.mmm.deco.chair.dark_oak.name=Dark Oak Chair
tile.mmm.materials.ores.copper.name=Native Copper
item.mmm.materials.iron_nugget.name=Iron Nugget

View file

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

View file

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

View file

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

Binary file not shown.

After

(image error) Size: 294 B

Binary file not shown.

After

(image error) Size: 134 B