Copper tools
This commit is contained in:
parent
34a807e027
commit
284e7479f3
16 changed files with 214 additions and 2 deletions
src/resources/assets/mmm
lang
models/item/tech/tools
textures/items/tech/tools
|
@ -32,3 +32,8 @@ tile.mmm.materials.ore.malachite.name=Malachite Ore
|
|||
|
||||
item.mmm.materials.stone.cuprite.name=Cuprite
|
||||
tile.mmm.materials.ore.cuprite.name=Cuprite Ore
|
||||
|
||||
item.mmm.tech.tools.shovel.copper.name=Copper Shovel
|
||||
item.mmm.tech.tools.axe.copper.name=Copper Axe
|
||||
item.mmm.tech.tools.pickaxe.copper.name=Copper Pickaxe
|
||||
item.mmm.tech.tools.sword.copper.name=Copper Sword
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/axe/copper"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/pickaxe/copper"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/shovel/copper"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/sword/copper"
|
||||
}
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 171 B |
Binary file not shown.
After ![]() (image error) Size: 181 B |
Binary file not shown.
After ![]() (image error) Size: 154 B |
Binary file not shown.
After ![]() (image error) Size: 182 B |
Reference in a new issue