Started working on new materials
+ iron nuggets + copper ore
This commit is contained in:
parent
04b59c76e0
commit
c9c0a6e31e
13 changed files with 262 additions and 6 deletions
src/resources/assets/mmm
blockstates/materials/ores
lang
models
textures
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/ores/copper" }
|
||||
}
|
||||
}
|
|
@ -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
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/ores/copper"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/materials/iron_nugget"
|
||||
}
|
||||
}
|
|
@ -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 |
Reference in a new issue