Add more jeremium items

This commit is contained in:
RyanTLG
2022-04-05 19:04:49 +02:00
parent 0775acf2d0
commit 04c7e396e4
35 changed files with 425 additions and 10 deletions

View File

@@ -53,6 +53,18 @@
"item.gamermod.jeremium_ingot": "Jeremium Ingot",
"item.gamermod.raw_jeremium": "Raw Jeremium",
"block.gamermod.jeremium_ore": "Jeremium Ore",
"block.gamermod.jeremium_block": "Jeremium Block"
"block.gamermod.jeremium_block": "Jeremium Block",
"item.gamermod.jeremium_helmet": "Jeremium Helmet",
"item.gamermod.jeremium_chestplate": "Jeremium Chestplate",
"item.gamermod.jeremium_leggings": "Jeremium Leggings",
"item.gamermod.jeremium_boots": "Jeremium Boots",
"block.gamermod.jeremium.tooltip": "Heavy, but emits light.",
"all.gamermod.jeremium.tooltiptwo": "Less able to fit in a stack because it's heavy",
"item.gamermod.jeremium_sword": "Jeremium Sword",
"item.gamermod.jeremium_axe": "Jeremium Axe",
"item.gamermod.jeremium_hoe": "Jeremium Hoe",
"item.gamermod.jeremium_shovel": "Jeremium Shovel",
"item.gamermod.jeremium_pickaxe": "Jeremium Pickaxe",
"item.gamermod.jeremium_sword.tooltip": "Kinda heavy"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "gamermod:item/jeremium_axe"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "gamermod:item/jeremium_hoe"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "gamermod:item/jeremium_pickaxe"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "gamermod:item/jeremium_shovel"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "gamermod:item/jeremium_sword"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B