Copper hoe
This commit is contained in:
parent
cc5c7ad790
commit
9d04941b7f
5 changed files with 45 additions and 0 deletions
src/resources/assets/mmm
|
@ -35,6 +35,7 @@ tile.mmm.materials.ore.cuprite.name=Cuprite Ore
|
|||
item.mmm.tech.tools.copper.shovel.name=Copper Shovel
|
||||
item.mmm.tech.tools.copper.axe.name=Copper Axe
|
||||
item.mmm.tech.tools.copper.pickaxe.name=Copper Pickaxe
|
||||
item.mmm.tech.tools.copper.hoe.name=Copper Hoe
|
||||
item.mmm.tech.tools.copper.sword.name=Copper Sword
|
||||
item.mmm.tech.tools.copper.armor.feet.name=Copper Boots
|
||||
item.mmm.tech.tools.copper.armor.legs.name=Copper Leggings
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/copper/hoe"
|
||||
}
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 150 B |
Reference in a new issue