[Feature] SmithingTemplates for Armor/Tool/Anvil and Elytra upgrades

This commit is contained in:
Frank 2023-06-07 18:50:51 +02:00
parent ff17a9ad3c
commit 4e2b2737aa
35 changed files with 272 additions and 34 deletions

View file

@ -784,6 +784,38 @@
"item.betterend.shadow_berry_raw": "Shadow Berry",
"item.betterend.silk_fiber": "Silk Fiber",
"item.betterend.silk_moth_matrix": "Silk Moth Matrix",
"item.betterend.smithing_template.aeternium_upgrade.additions_slot_description": "Add Aeternium Ingot",
"item.betterend.smithing_template.aeternium_upgrade.applies_to": "Elytra or Terminite Anvils",
"item.betterend.smithing_template.aeternium_upgrade.base_slot_description": "Add Elytra or Terminite Anvil",
"item.betterend.smithing_template.aeternium_upgrade.ingredients": "Aeternium Ingots",
"item.betterend.smithing_template.handle_attachment.additions_slot_description": "Add a Stick",
"item.betterend.smithing_template.handle_attachment.applies_to": "Thallasium or Terminite Tool Heads",
"item.betterend.smithing_template.handle_attachment.base_slot_description": "Add Thallasium or Terminite Tool Heads",
"item.betterend.smithing_template.handle_attachment.ingredients": "Sticks",
"item.betterend.smithing_template.leather_handle_attachment.additions_slot_description": "Add a Leather Wrapped Stick",
"item.betterend.smithing_template.leather_handle_attachment.applies_to": "Aeternium Tool Heads",
"item.betterend.smithing_template.leather_handle_attachment.base_slot_description": "Add a Aeternium Tool Head",
"item.betterend.smithing_template.leather_handle_attachment.ingredients": "Leather Wrapped Sticks",
"item.betterend.smithing_template.netherite_upgrade.additions_slot_description": "Add a Netehrite Ingot",
"item.betterend.smithing_template.netherite_upgrade.applies_to": "Diamond Hammer",
"item.betterend.smithing_template.netherite_upgrade.base_slot_description": "Add a Diamond Hammer",
"item.betterend.smithing_template.netherite_upgrade.ingredients": "Netherite Ingots",
"item.betterend.smithing_template.plate_upgrade.additions_slot_description": "Add a forged Aeternium Plate",
"item.betterend.smithing_template.plate_upgrade.applies_to": "Terminite Armor",
"item.betterend.smithing_template.plate_upgrade.base_slot_description": "Add a Terminite Piece",
"item.betterend.smithing_template.plate_upgrade.ingredients": "Forged Aeternium Plates",
"item.betterend.smithing_template.terminite_upgrade.additions_slot_description": "Add a Terminite Ingot",
"item.betterend.smithing_template.terminite_upgrade.applies_to": "Stick or Thalasium Anvil",
"item.betterend.smithing_template.terminite_upgrade.base_slot_description": "Add a Stick or a Thalasium Anvil ",
"item.betterend.smithing_template.terminite_upgrade.ingredients": "Terminite Ingots",
"item.betterend.smithing_template.thallasium_upgrade.additions_slot_description": "Add a Thallasium Ingot",
"item.betterend.smithing_template.thallasium_upgrade.applies_to": "Stick",
"item.betterend.smithing_template.thallasium_upgrade.base_slot_description": "Add a Stick",
"item.betterend.smithing_template.thallasium_upgrade.ingredients": "Thallasium Ingots",
"item.betterend.smithing_template.tool_assembly.additions_slot_description": "Add a Sword Handle",
"item.betterend.smithing_template.tool_assembly.applies_to": "Sword Blades",
"item.betterend.smithing_template.tool_assembly.base_slot_description": "Add a Sword Blade",
"item.betterend.smithing_template.tool_assembly.ingredients": "Sword Handles",
"item.betterend.spawn_egg_cubozoa": "Cubozoa Spawn Egg",
"item.betterend.spawn_egg_dragonfly": "Dragonfly Spawn Egg",
"item.betterend.spawn_egg_end_fish": "End Fish Spawn Egg",
@ -839,8 +871,9 @@
"item.minecraft.splash_potion.effect.long_end_veil": "Splash Potion Of End Veil",
"item.minecraft.tipped_arrow.effect.end_veil": "Arrow Of End Veil",
"item.minecraft.tipped_arrow.effect.long_end_veil": "Arrow Of End Veil",
"itemGroup.betterend.end_blocks": "Better End: Blocks",
"itemGroup.betterend.end_items": "Better End: Items",
"itemGroup.betterend.blocks": "BetterEnd: Blocks",
"itemGroup.betterend.items": "BetterEnd: Items",
"itemGroup.betterend.plants": "BetterEnd: Plants",
"message.betterend.anvil_damage": "§cDamage",
"message.betterend.fail_spawn": "§c§lYou need to hold 6 Amber Gems to set your spawn point",
"message.betterend.set_spawn": "§b§lYour spawn point is set here",
@ -860,5 +893,13 @@
"tag.betterend.umbrella_tree_logs": "Umbrella Logs",
"tooltip.armor.crystalite_boots": "Effect: Swiftness I",
"tooltip.armor.crystalite_chest": "Effect: Dig Speed I",
"tooltip.armor.crystalite_set": "Set bonus: Regeneration I"
"tooltip.armor.crystalite_set": "Set bonus: Regeneration I",
"upgrade.betterend.aeternium_upgrade": "Aeternium Upgrade",
"upgrade.betterend.handle_attachment": "Combine with Handle",
"upgrade.betterend.leather_handle_attachment": "Combine with Leather Handle",
"upgrade.betterend.netherite_upgrade": "Netehrite Hammer Upgrade",
"upgrade.betterend.plate_upgrade": "Aeternium Plating",
"upgrade.betterend.terminite_upgrade": "Terminite Upgrade",
"upgrade.betterend.thallasium_upgrade": "Thallasium Sword Handle",
"upgrade.betterend.tool_assembly": "Assemble Sword"
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betterend:item/aeternium_upgrade_smithing_template"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betterend:item/handle_attachment_smithing_template"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betterend:item/leather_handle_attachment_smithing_template"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betterend:item/netherite_upgrade_smithing_template"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betterend:item/plate_upgrade_smithing_template"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betterend:item/terminite_upgrade_smithing_template"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betterend:item/thallasium_upgrade_smithing_template"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betterend:item/tool_assembly_smithing_template"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B