Pig iron
This commit is contained in:
parent
d979339ee9
commit
82db0f476d
5 changed files with 25 additions and 1 deletions
src/resources/assets/mmm
|
@ -13,6 +13,7 @@ tile.mmm.materials.rock.limestone.name=Limestone
|
|||
item.mmm.materials.stone.coke.name=Coke
|
||||
item.mmm.materials.stone.slag.name=Slag
|
||||
item.mmm.materials.nugget.iron.name=Iron Nugget
|
||||
item.mmm.materials.ingot.pig_iron.name=Pig Iron Ingot
|
||||
|
||||
item.mmm.materials.ingot.copper.name=Copper Ingot
|
||||
item.mmm.materials.nugget.copper.name=Copper Nugget
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/materials/ingots/pig_iron"
|
||||
}
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 404 B |
Reference in a new issue