Copper blocks
+ mostly-automatic handling of the metal block stuff
This commit is contained in:
parent
0f5b02aea6
commit
a4f21d38a1
9 changed files with 89 additions and 19 deletions
src/resources/assets/mmm
blockstates/materials/block
lang
models
textures/blocks/materials/block
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/block/copper" }
|
||||
}
|
||||
}
|
|
@ -25,11 +25,10 @@ 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.block.copper.name=Copper Block
|
||||
tile.mmm.materials.ore.copper.name=Native Copper
|
||||
|
||||
item.mmm.materials.stone.malachite.name=Malachite
|
||||
tile.mmm.materials.ore.malachite.name=Malachite Ore
|
||||
|
||||
item.mmm.materials.stone.cuprite.name=Cuprite
|
||||
tile.mmm.materials.ore.cuprite.name=Cuprite Ore
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/block/copper"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/block/copper"
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 371 B |
Reference in a new issue