From 282b197b047765aceec9df4e6a9e17779c9fe757 Mon Sep 17 00:00:00 2001 From: Witherbomb-47 Date: Wed, 17 Sep 2025 18:43:55 -0800 Subject: [PATCH] 1.21 AN + DL Compat --- .../compat/AdvancedNetheriteCompat.java | 313 ++++++++++++++++++ .../simplyswords/compat/DragonLootCompat.java | 122 +++++++ .../config/WeaponAttributesConfig.java | 9 + .../item/AdvancedNetheriteSwordItem.java | 72 ++++ .../simplyswords/item/ModToolMaterial.java | 10 + .../assets/simplyswords/lang/en_us.json | 89 +++++ .../assets/simplyswords/lang/ja_jp.json | 89 +++++ .../assets/simplyswords/lang/ko_kr.json | 89 +++++ .../assets/simplyswords/lang/ru_ru.json | 88 +++++ .../assets/simplyswords/lang/zh_cn.json | 88 +++++ .../netherite-diamond/chakram.json | 6 + .../netherite-diamond/claymore.json | 6 + .../netherite-diamond/cutlass.json | 6 + .../netherite-diamond/glaive.json | 6 + .../netherite-diamond/greataxe.json | 6 + .../netherite-diamond/greathammer.json | 6 + .../netherite-diamond/halberd.json | 6 + .../netherite-diamond/katana.json | 6 + .../netherite-diamond/longsword.json | 6 + .../netherite-diamond/rapier.json | 6 + .../netherite-diamond/sai.json | 6 + .../netherite-diamond/scythe.json | 6 + .../netherite-diamond/spear.json | 6 + .../netherite-diamond/twinblade.json | 6 + .../netherite-diamond/warglaive.json | 6 + .../netherite-emerald/chakram.json | 6 + .../netherite-emerald/claymore.json | 6 + .../netherite-emerald/cutlass.json | 6 + .../netherite-emerald/glaive.json | 6 + .../netherite-emerald/greataxe.json | 6 + .../netherite-emerald/greathammer.json | 6 + .../netherite-emerald/halberd.json | 6 + .../netherite-emerald/katana.json | 6 + .../netherite-emerald/longsword.json | 6 + .../netherite-emerald/rapier.json | 6 + .../netherite-emerald/sai.json | 6 + .../netherite-emerald/scythe.json | 6 + .../netherite-emerald/spear.json | 6 + .../netherite-emerald/twinblade.json | 6 + .../netherite-emerald/warglaive.json | 6 + .../netherite-gold/chakram.json | 6 + .../netherite-gold/claymore.json | 6 + .../netherite-gold/cutlass.json | 6 + .../netherite-gold/glaive.json | 6 + .../netherite-gold/greataxe.json | 6 + .../netherite-gold/greathammer.json | 6 + .../netherite-gold/halberd.json | 6 + .../netherite-gold/katana.json | 6 + .../netherite-gold/longsword.json | 6 + .../netherite-gold/rapier.json | 6 + .../netherite-gold/sai.json | 6 + .../netherite-gold/scythe.json | 6 + .../netherite-gold/spear.json | 6 + .../netherite-gold/twinblade.json | 6 + .../netherite-gold/warglaive.json | 6 + .../netherite-iron/chakram.json | 6 + .../netherite-iron/claymore.json | 6 + .../netherite-iron/cutlass.json | 6 + .../netherite-iron/glaive.json | 6 + .../netherite-iron/greataxe.json | 6 + .../netherite-iron/greathammer.json | 6 + .../netherite-iron/halberd.json | 6 + .../netherite-iron/katana.json | 6 + .../netherite-iron/longsword.json | 6 + .../netherite-iron/rapier.json | 6 + .../netherite-iron/sai.json | 6 + .../netherite-iron/scythe.json | 6 + .../netherite-iron/spear.json | 6 + .../netherite-iron/twinblade.json | 6 + .../netherite-iron/warglaive.json | 6 + .../dragon_scale/chakram.json | 6 + .../dragon_scale/claymore.json | 6 + .../dragon_scale/cutlass.json | 6 + .../dragon_scale/glaive.json | 6 + .../dragon_scale/greataxe.json | 6 + .../dragon_scale/greathammer.json | 6 + .../dragon_scale/halberd.json | 6 + .../dragon_scale/katana.json | 6 + .../dragon_scale/longsword.json | 6 + .../dragon_scale/rapier.json | 6 + .../dragonloot_compat/dragon_scale/sai.json | 6 + .../dragon_scale/scythe.json | 6 + .../dragonloot_compat/dragon_scale/spear.json | 6 + .../dragon_scale/twinblade.json | 6 + .../dragon_scale/warglaive.json | 6 + .../netherite-diamond/chakram.png | Bin 0 -> 547 bytes .../netherite-diamond/claymore.png | Bin 0 -> 606 bytes .../netherite-diamond/cutlass.png | Bin 0 -> 499 bytes .../netherite-diamond/glaive.png | Bin 0 -> 580 bytes .../netherite-diamond/greataxe.png | Bin 0 -> 629 bytes .../netherite-diamond/greathammer.png | Bin 0 -> 1503 bytes .../netherite-diamond/halberd.png | Bin 0 -> 666 bytes .../netherite-diamond/katana.png | Bin 0 -> 572 bytes .../netherite-diamond/longsword.png | Bin 0 -> 554 bytes .../netherite-diamond/rapier.png | Bin 0 -> 547 bytes .../netherite-diamond/sai.png | Bin 0 -> 496 bytes .../netherite-diamond/scythe.png | Bin 0 -> 632 bytes .../netherite-diamond/spear.png | Bin 0 -> 562 bytes .../netherite-diamond/twinblade.png | Bin 0 -> 633 bytes .../netherite-diamond/warglaive.png | Bin 0 -> 598 bytes .../netherite-emerald/chakram.png | Bin 0 -> 547 bytes .../netherite-emerald/claymore.png | Bin 0 -> 606 bytes .../netherite-emerald/cutlass.png | Bin 0 -> 499 bytes .../netherite-emerald/glaive.png | Bin 0 -> 580 bytes .../netherite-emerald/greataxe.png | Bin 0 -> 629 bytes .../netherite-emerald/greathammer.png | Bin 0 -> 1515 bytes .../netherite-emerald/halberd.png | Bin 0 -> 671 bytes .../netherite-emerald/katana.png | Bin 0 -> 573 bytes .../netherite-emerald/longsword.png | Bin 0 -> 554 bytes .../netherite-emerald/rapier.png | Bin 0 -> 549 bytes .../netherite-emerald/sai.png | Bin 0 -> 496 bytes .../netherite-emerald/scythe.png | Bin 0 -> 633 bytes .../netherite-emerald/spear.png | Bin 0 -> 566 bytes .../netherite-emerald/twinblade.png | Bin 0 -> 633 bytes .../netherite-emerald/warglaive.png | Bin 0 -> 598 bytes .../netherite-gold/chakram.png | Bin 0 -> 547 bytes .../netherite-gold/claymore.png | Bin 0 -> 607 bytes .../netherite-gold/cutlass.png | Bin 0 -> 499 bytes .../netherite-gold/glaive.png | Bin 0 -> 548 bytes .../netherite-gold/greataxe.png | Bin 0 -> 629 bytes .../netherite-gold/greathammer.png | Bin 0 -> 1515 bytes .../netherite-gold/halberd.png | Bin 0 -> 666 bytes .../netherite-gold/katana.png | Bin 0 -> 572 bytes .../netherite-gold/longsword.png | Bin 0 -> 554 bytes .../netherite-gold/rapier.png | Bin 0 -> 547 bytes .../netherite-gold/sai.png | Bin 0 -> 496 bytes .../netherite-gold/scythe.png | Bin 0 -> 632 bytes .../netherite-gold/spear.png | Bin 0 -> 533 bytes .../netherite-gold/twinblade.png | Bin 0 -> 633 bytes .../netherite-gold/warglaive.png | Bin 0 -> 598 bytes .../netherite-iron/chakram.png | Bin 0 -> 547 bytes .../netherite-iron/claymore.png | Bin 0 -> 607 bytes .../netherite-iron/cutlass.png | Bin 0 -> 499 bytes .../netherite-iron/glaive.png | Bin 0 -> 580 bytes .../netherite-iron/greataxe.png | Bin 0 -> 629 bytes .../netherite-iron/greathammer.png | Bin 0 -> 1515 bytes .../netherite-iron/halberd.png | Bin 0 -> 666 bytes .../netherite-iron/katana.png | Bin 0 -> 572 bytes .../netherite-iron/longsword.png | Bin 0 -> 554 bytes .../netherite-iron/rapier.png | Bin 0 -> 538 bytes .../netherite-iron/sai.png | Bin 0 -> 496 bytes .../netherite-iron/scythe.png | Bin 0 -> 633 bytes .../netherite-iron/spear.png | Bin 0 -> 576 bytes .../netherite-iron/twinblade.png | Bin 0 -> 633 bytes .../netherite-iron/warglaive.png | Bin 0 -> 598 bytes .../item/dragonloot_compat/dragon_chakram.png | Bin 0 -> 513 bytes .../dragonloot_compat/dragon_claymore.png | Bin 0 -> 650 bytes .../item/dragonloot_compat/dragon_cutlass.png | Bin 0 -> 488 bytes .../item/dragonloot_compat/dragon_glaive.png | Bin 0 -> 555 bytes .../dragonloot_compat/dragon_greataxe.png | Bin 0 -> 608 bytes .../dragonloot_compat/dragon_greathammer.png | Bin 0 -> 1553 bytes .../item/dragonloot_compat/dragon_halberd.png | Bin 0 -> 630 bytes .../item/dragonloot_compat/dragon_katana.png | Bin 0 -> 545 bytes .../dragonloot_compat/dragon_longsword.png | Bin 0 -> 601 bytes .../item/dragonloot_compat/dragon_rapier.png | Bin 0 -> 544 bytes .../item/dragonloot_compat/dragon_sai.png | Bin 0 -> 486 bytes .../item/dragonloot_compat/dragon_scythe.png | Bin 0 -> 629 bytes .../item/dragonloot_compat/dragon_spear.png | Bin 0 -> 559 bytes .../dragonloot_compat/dragon_twinblade.png | Bin 0 -> 596 bytes .../dragonloot_compat/dragon_warglaive.png | Bin 0 -> 580 bytes .../netherite-diamond/chakram.json | 29 ++ .../netherite-diamond/claymore.json | 29 ++ .../netherite-diamond/cutlass.json | 29 ++ .../netherite-diamond/glaive.json | 29 ++ .../netherite-diamond/greataxe.json | 29 ++ .../netherite-diamond/greathammer.json | 29 ++ .../netherite-diamond/halberd.json | 29 ++ .../netherite-diamond/katana.json | 29 ++ .../netherite-diamond/longsword.json | 29 ++ .../netherite-diamond/rapier.json | 29 ++ .../netherite-diamond/sai.json | 29 ++ .../netherite-diamond/scythe.json | 29 ++ .../netherite-diamond/spear.json | 29 ++ .../netherite-diamond/twinblade.json | 29 ++ .../netherite-diamond/warglaive.json | 29 ++ .../netherite-emerald/chakram.json | 29 ++ .../netherite-emerald/claymore.json | 29 ++ .../netherite-emerald/cutlass.json | 29 ++ .../netherite-emerald/glaive.json | 29 ++ .../netherite-emerald/greataxe.json | 29 ++ .../netherite-emerald/greathammer.json | 29 ++ .../netherite-emerald/halberd.json | 29 ++ .../netherite-emerald/katana.json | 29 ++ .../netherite-emerald/longsword.json | 29 ++ .../netherite-emerald/rapier.json | 29 ++ .../netherite-emerald/sai.json | 29 ++ .../netherite-emerald/scythe.json | 29 ++ .../netherite-emerald/spear.json | 29 ++ .../netherite-emerald/twinblade.json | 29 ++ .../netherite-emerald/warglaive.json | 29 ++ .../netherite-gold/chakram.json | 29 ++ .../netherite-gold/claymore.json | 29 ++ .../netherite-gold/cutlass.json | 29 ++ .../netherite-gold/glaive.json | 29 ++ .../netherite-gold/greataxe.json | 29 ++ .../netherite-gold/greathammer.json | 29 ++ .../netherite-gold/halberd.json | 29 ++ .../netherite-gold/katana.json | 29 ++ .../netherite-gold/longsword.json | 29 ++ .../netherite-gold/rapier.json | 29 ++ .../advancednetherite/netherite-gold/sai.json | 29 ++ .../netherite-gold/scythe.json | 29 ++ .../netherite-gold/spear.json | 29 ++ .../netherite-gold/twinblade.json | 29 ++ .../netherite-gold/warglaive.json | 29 ++ .../netherite-iron/chakram.json | 29 ++ .../netherite-iron/claymore.json | 29 ++ .../netherite-iron/cutlass.json | 29 ++ .../netherite-iron/glaive.json | 29 ++ .../netherite-iron/greataxe.json | 29 ++ .../netherite-iron/greathammer.json | 29 ++ .../netherite-iron/halberd.json | 29 ++ .../netherite-iron/katana.json | 29 ++ .../netherite-iron/longsword.json | 29 ++ .../netherite-iron/rapier.json | 29 ++ .../advancednetherite/netherite-iron/sai.json | 29 ++ .../netherite-iron/scythe.json | 29 ++ .../netherite-iron/spear.json | 29 ++ .../netherite-iron/twinblade.json | 29 ++ .../netherite-iron/warglaive.json | 29 ++ .../recipe/dragon_loot/chakram.json | 29 ++ .../recipe/dragon_loot/claymore.json | 29 ++ .../recipe/dragon_loot/cutlass.json | 29 ++ .../recipe/dragon_loot/glaive.json | 29 ++ .../recipe/dragon_loot/greataxe.json | 29 ++ .../recipe/dragon_loot/greathammer.json | 29 ++ .../recipe/dragon_loot/halberd.json | 29 ++ .../recipe/dragon_loot/katana.json | 29 ++ .../recipe/dragon_loot/longsword.json | 29 ++ .../recipe/dragon_loot/rapier.json | 29 ++ .../simplyswords/recipe/dragon_loot/sai.json | 29 ++ .../recipe/dragon_loot/scythe.json | 29 ++ .../recipe/dragon_loot/spear.json | 29 ++ .../recipe/dragon_loot/twinblade.json | 29 ++ .../recipe/dragon_loot/warglaive.json | 29 ++ .../tags/item/netherite_diamond_tools.json | 65 ++++ .../tags/item/netherite_emerald_tools.json | 65 ++++ .../tags/item/netherite_gold_tools.json | 65 ++++ .../tags/item/netherite_iron_tools.json | 65 ++++ .../netherite-diamond/chakram.json | 44 +++ .../netherite-diamond/claymore.json | 8 + .../netherite-diamond/cutlass.json | 7 + .../netherite-diamond/glaive.json | 3 + .../netherite-diamond/greataxe.json | 41 +++ .../netherite-diamond/greathammer.json | 41 +++ .../netherite-diamond/halberd.json | 58 ++++ .../netherite-diamond/katana.json | 8 + .../netherite-diamond/longsword.json | 39 +++ .../netherite-diamond/rapier.json | 3 + .../netherite-diamond/sai.json | 19 ++ .../netherite-diamond/spear.json | 6 + .../netherite-diamond/twinblade.json | 39 +++ .../netherite-diamond/warglaive.json | 42 +++ .../netherite-emerald/chakram.json | 44 +++ .../netherite-emerald/claymore.json | 8 + .../netherite-emerald/cutlass.json | 7 + .../netherite-emerald/glaive.json | 3 + .../netherite-emerald/greataxe.json | 41 +++ .../netherite-emerald/greathammer.json | 41 +++ .../netherite-emerald/halberd.json | 58 ++++ .../netherite-emerald/katana.json | 8 + .../netherite-emerald/longsword.json | 39 +++ .../netherite-emerald/rapier.json | 3 + .../netherite-emerald/sai.json | 19 ++ .../netherite-emerald/spear.json | 6 + .../netherite-emerald/twinblade.json | 39 +++ .../netherite-emerald/warglaive.json | 42 +++ .../netherite-gold/chakram.json | 44 +++ .../netherite-gold/claymore.json | 8 + .../netherite-gold/cutlass.json | 7 + .../netherite-gold/glaive.json | 3 + .../netherite-gold/greataxe.json | 41 +++ .../netherite-gold/greathammer.json | 41 +++ .../netherite-gold/halberd.json | 58 ++++ .../netherite-gold/katana.json | 8 + .../netherite-gold/longsword.json | 39 +++ .../netherite-gold/rapier.json | 3 + .../netherite-gold/sai.json | 19 ++ .../netherite-gold/spear.json | 6 + .../netherite-gold/twinblade.json | 39 +++ .../netherite-gold/warglaive.json | 42 +++ .../netherite-iron/chakram.json | 44 +++ .../netherite-iron/claymore.json | 8 + .../netherite-iron/cutlass.json | 7 + .../netherite-iron/glaive.json | 3 + .../netherite-iron/greataxe.json | 41 +++ .../netherite-iron/greathammer.json | 41 +++ .../netherite-iron/halberd.json | 58 ++++ .../netherite-iron/katana.json | 8 + .../netherite-iron/longsword.json | 39 +++ .../netherite-iron/rapier.json | 3 + .../netherite-iron/sai.json | 19 ++ .../netherite-iron/spear.json | 6 + .../netherite-iron/twinblade.json | 39 +++ .../netherite-iron/warglaive.json | 42 +++ .../dragon-scale/chakram.json | 44 +++ .../dragon-scale/claymore.json | 8 + .../dragon-scale/cutlass.json | 7 + .../dragon-scale/glaive.json | 3 + .../dragon-scale/greataxe.json | 41 +++ .../dragon-scale/greathammer.json | 41 +++ .../dragon-scale/halberd.json | 58 ++++ .../dragon-scale/katana.json | 8 + .../dragon-scale/longsword.json | 39 +++ .../dragon-scale/rapier.json | 3 + .../dragonloot_compat/dragon-scale/sai.json | 19 ++ .../dragonloot_compat/dragon-scale/spear.json | 6 + .../dragon-scale/twinblade.json | 39 +++ .../dragon-scale/warglaive.json | 42 +++ 309 files changed, 5644 insertions(+) create mode 100644 common/src/main/java/net/sweenus/simplyswords/compat/AdvancedNetheriteCompat.java create mode 100644 common/src/main/java/net/sweenus/simplyswords/compat/DragonLootCompat.java create mode 100644 common/src/main/java/net/sweenus/simplyswords/item/AdvancedNetheriteSwordItem.java create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/chakram.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/claymore.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/cutlass.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/glaive.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/greataxe.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/greathammer.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/halberd.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/katana.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/longsword.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/rapier.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/sai.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/scythe.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/spear.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/twinblade.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/warglaive.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/chakram.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/claymore.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/cutlass.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/glaive.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/greataxe.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/greathammer.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/halberd.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/katana.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/longsword.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/rapier.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/sai.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/scythe.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/spear.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/twinblade.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/warglaive.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/chakram.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/claymore.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/cutlass.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/glaive.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/greataxe.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/greathammer.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/halberd.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/katana.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/longsword.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/rapier.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/sai.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/scythe.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/spear.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/twinblade.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/warglaive.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/chakram.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/claymore.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/cutlass.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/glaive.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/greataxe.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/greathammer.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/halberd.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/katana.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/longsword.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/rapier.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/sai.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/scythe.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/spear.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/twinblade.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/warglaive.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/chakram.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/claymore.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/cutlass.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/glaive.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/greataxe.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/greathammer.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/halberd.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/katana.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/longsword.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/rapier.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/sai.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/scythe.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/spear.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/twinblade.json create mode 100644 common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/warglaive.json create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/chakram.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/claymore.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/cutlass.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/glaive.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/greataxe.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/greathammer.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/halberd.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/katana.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/longsword.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/rapier.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/sai.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/scythe.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/spear.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/twinblade.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/warglaive.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/chakram.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/claymore.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/cutlass.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/glaive.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/greataxe.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/greathammer.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/halberd.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/katana.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/longsword.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/rapier.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/sai.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/scythe.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/spear.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/twinblade.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/warglaive.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/chakram.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/claymore.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/cutlass.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/glaive.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/greataxe.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/greathammer.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/halberd.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/katana.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/longsword.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/rapier.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/sai.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/scythe.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/spear.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/twinblade.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/warglaive.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/chakram.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/claymore.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/cutlass.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/glaive.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/greataxe.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/greathammer.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/halberd.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/katana.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/longsword.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/rapier.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/sai.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/scythe.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/spear.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/twinblade.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/warglaive.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_chakram.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_claymore.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_cutlass.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_glaive.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_greataxe.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_greathammer.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_halberd.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_katana.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_longsword.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_rapier.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_sai.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_scythe.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_spear.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_twinblade.png create mode 100644 common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_warglaive.png create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/chakram.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/claymore.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/cutlass.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/glaive.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/greataxe.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/greathammer.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/halberd.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/katana.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/longsword.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/rapier.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/sai.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/scythe.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/spear.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/twinblade.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/warglaive.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/chakram.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/claymore.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/cutlass.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/glaive.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/greataxe.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/greathammer.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/halberd.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/katana.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/longsword.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/rapier.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/sai.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/scythe.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/spear.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/twinblade.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/warglaive.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/chakram.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/claymore.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/cutlass.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/glaive.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/greataxe.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/greathammer.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/halberd.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/katana.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/longsword.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/rapier.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/sai.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/scythe.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/spear.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/twinblade.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/warglaive.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/chakram.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/claymore.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/cutlass.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/glaive.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/greataxe.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/greathammer.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/halberd.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/katana.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/longsword.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/rapier.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/sai.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/scythe.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/spear.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/twinblade.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/warglaive.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/chakram.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/claymore.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/cutlass.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/glaive.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/greataxe.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/greathammer.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/halberd.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/katana.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/longsword.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/rapier.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/sai.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/scythe.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/spear.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/twinblade.json create mode 100644 common/src/main/resources/data/simplyswords/recipe/dragon_loot/warglaive.json create mode 100644 common/src/main/resources/data/simplyswords/tags/item/netherite_diamond_tools.json create mode 100644 common/src/main/resources/data/simplyswords/tags/item/netherite_emerald_tools.json create mode 100644 common/src/main/resources/data/simplyswords/tags/item/netherite_gold_tools.json create mode 100644 common/src/main/resources/data/simplyswords/tags/item/netherite_iron_tools.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/chakram.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/claymore.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/cutlass.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/glaive.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/greataxe.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/greathammer.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/halberd.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/katana.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/longsword.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/rapier.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/sai.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/spear.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/twinblade.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/warglaive.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/chakram.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/claymore.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/cutlass.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/glaive.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/greataxe.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/greathammer.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/halberd.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/katana.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/longsword.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/rapier.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/sai.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/spear.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/twinblade.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/warglaive.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/chakram.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/claymore.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/cutlass.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/glaive.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/greataxe.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/greathammer.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/halberd.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/katana.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/longsword.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/rapier.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/sai.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/spear.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/twinblade.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/warglaive.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/chakram.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/claymore.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/cutlass.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/glaive.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/greataxe.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/greathammer.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/halberd.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/katana.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/longsword.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/rapier.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/sai.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/spear.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/twinblade.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/warglaive.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/chakram.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/claymore.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/cutlass.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/glaive.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/greataxe.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/greathammer.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/halberd.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/katana.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/longsword.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/rapier.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/sai.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/spear.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/twinblade.json create mode 100644 common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/warglaive.json diff --git a/common/src/main/java/net/sweenus/simplyswords/compat/AdvancedNetheriteCompat.java b/common/src/main/java/net/sweenus/simplyswords/compat/AdvancedNetheriteCompat.java new file mode 100644 index 00000000..f78818cd --- /dev/null +++ b/common/src/main/java/net/sweenus/simplyswords/compat/AdvancedNetheriteCompat.java @@ -0,0 +1,313 @@ +package net.sweenus.simplyswords.compat; + +import net.minecraft.item.Item; +import net.minecraft.registry.Registries; +import net.minecraft.registry.Registry; +import net.minecraft.util.Identifier; +import net.sweenus.simplyswords.SimplySwords; +import net.sweenus.simplyswords.config.Config; +import net.sweenus.simplyswords.config.ConfigDefaultValues; +import net.sweenus.simplyswords.item.*; + +public class AdvancedNetheriteCompat { + + //Compat for Advanced Netherite + static float longsword_modifier = Config.weaponAttribute.typeDamageModifier.longsword_damageModifier; + static float twinblade_modifier = Config.weaponAttribute.typeDamageModifier.twinblade_damageModifier; + static float rapier_modifier = Config.weaponAttribute.typeDamageModifier.rapier_damageModifier; + static float katana_modifier = Config.weaponAttribute.typeDamageModifier.katana_damageModifier; + static float sai_modifier = Config.weaponAttribute.typeDamageModifier.sai_damageModifier; + static float spear_modifier = Config.weaponAttribute.typeDamageModifier.spear_damageModifier; + static float glaive_modifier = Config.weaponAttribute.typeDamageModifier.glaive_damageModifier; + static float warglaive_modifier = Config.weaponAttribute.typeDamageModifier.warglaive_damageModifier; + static float cutlass_modifier = Config.weaponAttribute.typeDamageModifier.cutlass_damageModifier; + static float claymore_modifier = Config.weaponAttribute.typeDamageModifier.claymore_damageModifier; + static float greataxe_modifier = Config.weaponAttribute.typeDamageModifier.greataxe_damageModifier; + static float greathammer_modifier = Config.weaponAttribute.typeDamageModifier.greathammer_damageModifier; + static float chakram_modifier = Config.weaponAttribute.typeDamageModifier.chakram_damageModifier; + static float scythe_modifier = Config.weaponAttribute.typeDamageModifier.scythe_damageModifier; + static float halberd_modifier = Config.weaponAttribute.typeDamageModifier.halberd_damageModifier; + + static float longsword_attackspeed = Config.weaponAttribute.typeAttackSpeed.longsword_attackSpeed; + static float twinblade_attackspeed = Config.weaponAttribute.typeAttackSpeed.twinblade_attackSpeed; + static float rapier_attackspeed = Config.weaponAttribute.typeAttackSpeed.rapier_attackSpeed; + static float sai_attackspeed = Config.weaponAttribute.typeAttackSpeed.sai_attackSpeed; + static float spear_attackspeed = Config.weaponAttribute.typeAttackSpeed.spear_attackSpeed; + static float katana_attackspeed = Config.weaponAttribute.typeAttackSpeed.katana_attackSpeed; + static float glaive_attackspeed = Config.weaponAttribute.typeAttackSpeed.glaive_attackSpeed; + static float warglaive_attackspeed = Config.weaponAttribute.typeAttackSpeed.warglaive_attackSpeed; + static float cutlass_attackspeed = Config.weaponAttribute.typeAttackSpeed.cutlass_attackSpeed; + static float claymore_attackspeed = Config.weaponAttribute.typeAttackSpeed.claymore_attackSpeed; + static float greataxe_attackspeed = Config.weaponAttribute.typeAttackSpeed.greataxe_attackSpeed; + static float greathammer_attackspeed = Config.weaponAttribute.typeAttackSpeed.greathammer_attackSpeed; + static float chakram_attackspeed = Config.weaponAttribute.typeAttackSpeed.chakram_attackSpeed; + static float scythe_attackspeed = Config.weaponAttribute.typeAttackSpeed.scythe_attackSpeed; + static float halberd_attackspeed = Config.weaponAttribute.typeAttackSpeed.halberd_attackSpeed; + + static float netherite_iron_modifier = Config.weaponAttribute.materialDamageModifier.netherite_iron_damageModifier.get(); + static float netherite_gold_modifier = Config.weaponAttribute.materialDamageModifier.netherite_gold_damageModifier.get(); + static float netherite_emerald_modifier = Config.weaponAttribute.materialDamageModifier.netherite_emerald_damageModifier.get(); + static float netherite_diamond_modifier = Config.weaponAttribute.materialDamageModifier.netherite_diamond_damageModifier.get(); + + /* 1.21 + + //Netherite-Iron + public static final Item NETHERITE_IRON_LONGSWORD = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_longsword", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + longsword_modifier), longsword_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + public static final Item NETHERITE_IRON_TWINBLADE = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_twinblade", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + twinblade_modifier), twinblade_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + public static final Item NETHERITE_IRON_RAPIER = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_rapier", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + rapier_modifier), rapier_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + public static final Item NETHERITE_IRON_KATANA = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_katana", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + katana_modifier), katana_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + public static final Item NETHERITE_IRON_SAI = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_sai", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + sai_modifier), sai_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + public static final Item NETHERITE_IRON_SPEAR = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_spear", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + spear_modifier), spear_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + public static final Item NETHERITE_IRON_GLAIVE = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_glaive", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + glaive_modifier), glaive_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + public static final Item NETHERITE_IRON_WARGLAIVE = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_warglaive", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + warglaive_modifier), warglaive_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + public static final Item NETHERITE_IRON_CUTLASS = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_cutlass", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + cutlass_modifier), cutlass_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + public static final Item NETHERITE_IRON_CLAYMORE = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_claymore", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + claymore_modifier), claymore_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + public static final Item NETHERITE_IRON_GREATHAMMER = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_greathammer", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + greathammer_modifier), greathammer_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + public static final Item NETHERITE_IRON_GREATAXE = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_greataxe", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + greataxe_modifier), greataxe_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + public static final Item NETHERITE_IRON_CHAKRAM = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_chakram", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + chakram_modifier), chakram_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + public static final Item NETHERITE_IRON_SCYTHE = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_scythe", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + scythe_modifier), scythe_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + public static final Item NETHERITE_IRON_HALBERD = registerItem( "advanced_netherite_compat/netherite_iron/netherite_iron_halberd", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_IRON, (int)(netherite_iron_modifier + halberd_modifier), halberd_attackspeed, + "advancednetherite:netherite_iron_ingot")); + + + //Netherite-Gold + public static final Item NETHERITE_GOLD_LONGSWORD = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_longsword", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + longsword_modifier), longsword_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + public static final Item NETHERITE_GOLD_TWINBLADE = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_twinblade", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + twinblade_modifier), twinblade_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + public static final Item NETHERITE_GOLD_RAPIER = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_rapier", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + rapier_modifier), rapier_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + public static final Item NETHERITE_GOLD_KATANA = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_katana", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + katana_modifier), katana_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + public static final Item NETHERITE_GOLD_SAI = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_sai", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + sai_modifier), sai_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + public static final Item NETHERITE_GOLD_SPEAR = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_spear", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + spear_modifier), spear_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + public static final Item NETHERITE_GOLD_GLAIVE = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_glaive", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + glaive_modifier), glaive_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + public static final Item NETHERITE_GOLD_WARGLAIVE = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_warglaive", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + warglaive_modifier), warglaive_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + public static final Item NETHERITE_GOLD_CUTLASS = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_cutlass", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + cutlass_modifier), cutlass_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + public static final Item NETHERITE_GOLD_CLAYMORE = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_claymore", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + claymore_modifier), claymore_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + public static final Item NETHERITE_GOLD_GREATHAMMER = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_greathammer", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + greathammer_modifier), greathammer_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + public static final Item NETHERITE_GOLD_GREATAXE = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_greataxe", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + greataxe_modifier), greataxe_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + public static final Item NETHERITE_GOLD_CHAKRAM = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_chakram", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + chakram_modifier), chakram_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + public static final Item NETHERITE_GOLD_SCYTHE = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_scythe", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + scythe_modifier), scythe_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + public static final Item NETHERITE_GOLD_HALBERD = registerItem( "advanced_netherite_compat/netherite_gold/netherite_gold_halberd", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_GOLD, (int)(netherite_gold_modifier + halberd_modifier), halberd_attackspeed, + "advancednetherite:netherite_gold_ingot")); + + + //Netherite-Emerald + public static final Item NETHERITE_EMERALD_LONGSWORD = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_longsword", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + longsword_modifier), longsword_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + public static final Item NETHERITE_EMERALD_TWINBLADE = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_twinblade", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + twinblade_modifier), twinblade_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + public static final Item NETHERITE_EMERALD_RAPIER = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_rapier", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + rapier_modifier), rapier_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + public static final Item NETHERITE_EMERALD_KATANA = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_katana", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + katana_modifier), katana_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + public static final Item NETHERITE_EMERALD_SAI = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_sai", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + sai_modifier), sai_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + public static final Item NETHERITE_EMERALD_SPEAR = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_spear", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + spear_modifier), spear_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + public static final Item NETHERITE_EMERALD_GLAIVE = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_glaive", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + glaive_modifier), glaive_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + public static final Item NETHERITE_EMERALD_WARGLAIVE = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_warglaive", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + warglaive_modifier), warglaive_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + public static final Item NETHERITE_EMERALD_CUTLASS = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_cutlass", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + cutlass_modifier), cutlass_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + public static final Item NETHERITE_EMERALD_CLAYMORE = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_claymore", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + claymore_modifier), claymore_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + public static final Item NETHERITE_EMERALD_GREATHAMMER = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_greathammer", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + greathammer_modifier), greathammer_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + public static final Item NETHERITE_EMERALD_GREATAXE = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_greataxe", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + greataxe_modifier), greataxe_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + public static final Item NETHERITE_EMERALD_CHAKRAM = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_chakram", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + chakram_modifier), chakram_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + public static final Item NETHERITE_EMERALD_SCYTHE = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_scythe", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + scythe_modifier), scythe_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + public static final Item NETHERITE_EMERALD_HALBERD = registerItem( "advanced_netherite_compat/netherite_emerald/netherite_emerald_halberd", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_EMERALD, (int)(netherite_emerald_modifier + halberd_modifier), halberd_attackspeed, + "advancednetherite:netherite_emerald_ingot")); + + + //Netherite-Diamond + public static final Item NETHERITE_DIAMOND_LONGSWORD = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_longsword", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + longsword_modifier), longsword_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + public static final Item NETHERITE_DIAMOND_TWINBLADE = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_twinblade", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + twinblade_modifier), twinblade_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + public static final Item NETHERITE_DIAMOND_RAPIER = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_rapier", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + rapier_modifier), rapier_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + public static final Item NETHERITE_DIAMOND_KATANA = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_katana", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + katana_modifier), katana_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + public static final Item NETHERITE_DIAMOND_SAI = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_sai", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + sai_modifier), sai_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + public static final Item NETHERITE_DIAMOND_SPEAR = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_spear", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + spear_modifier), spear_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + public static final Item NETHERITE_DIAMOND_GLAIVE = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_glaive", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + glaive_modifier), glaive_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + public static final Item NETHERITE_DIAMOND_WARGLAIVE = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_warglaive", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + warglaive_modifier), warglaive_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + public static final Item NETHERITE_DIAMOND_CUTLASS = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_cutlass", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + cutlass_modifier), cutlass_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + public static final Item NETHERITE_DIAMOND_CLAYMORE = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_claymore", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + claymore_modifier), claymore_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + public static final Item NETHERITE_DIAMOND_GREATHAMMER = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_greathammer", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + greathammer_modifier), greathammer_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + public static final Item NETHERITE_DIAMOND_GREATAXE = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_greataxe", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + greataxe_modifier), greataxe_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + public static final Item NETHERITE_DIAMOND_CHAKRAM = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_chakram", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + chakram_modifier), chakram_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + public static final Item NETHERITE_DIAMOND_SCYTHE = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_scythe", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + scythe_modifier), scythe_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + public static final Item NETHERITE_DIAMOND_HALBERD = registerItem( "advanced_netherite_compat/netherite_diamond/netherite_diamond_halberd", + new AdvancedNetheriteSwordItem(ModToolMaterial.NETHERITE_DIAMOND, (int)(netherite_diamond_modifier + halberd_modifier), halberd_attackspeed, + "advancednetherite:netherite_diamond_ingot")); + + + private static Item registerItem(String name, Item item) { + return Registry.register(Registries.ITEM, new Identifier.of(SimplySwords.MOD_ID, name), item); + } + + + + public static void registerModItems() { + SimplySwords.LOGGER.info("Registering Advanced Netherite compat Items for " + SimplySwords.MOD_ID); + } + + */ +} \ No newline at end of file diff --git a/common/src/main/java/net/sweenus/simplyswords/compat/DragonLootCompat.java b/common/src/main/java/net/sweenus/simplyswords/compat/DragonLootCompat.java new file mode 100644 index 00000000..0aba67e9 --- /dev/null +++ b/common/src/main/java/net/sweenus/simplyswords/compat/DragonLootCompat.java @@ -0,0 +1,122 @@ +package net.sweenus.simplyswords.compat; + +import net.minecraft.item.Item; +import net.minecraft.registry.Registries; +import net.minecraft.registry.Registry; +import net.minecraft.util.Identifier; +import net.sweenus.simplyswords.SimplySwords; +import net.sweenus.simplyswords.config.Config; +import net.sweenus.simplyswords.config.ConfigDefaultValues; +import net.sweenus.simplyswords.item.*; + +public class DragonLootCompat { + + //Compat for Advanced Netherite + static float longsword_modifier = Config.weaponAttribute.typeDamageModifier.longsword_damageModifier; + static float twinblade_modifier = Config.weaponAttribute.typeDamageModifier.twinblade_damageModifier; + static float rapier_modifier = Config.weaponAttribute.typeDamageModifier.rapier_damageModifier; + static float katana_modifier = Config.weaponAttribute.typeDamageModifier.katana_damageModifier; + static float sai_modifier = Config.weaponAttribute.typeDamageModifier.sai_damageModifier; + static float spear_modifier = Config.weaponAttribute.typeDamageModifier.spear_damageModifier; + static float glaive_modifier = Config.weaponAttribute.typeDamageModifier.glaive_damageModifier; + static float warglaive_modifier = Config.weaponAttribute.typeDamageModifier.warglaive_damageModifier; + static float cutlass_modifier = Config.weaponAttribute.typeDamageModifier.cutlass_damageModifier; + static float claymore_modifier = Config.weaponAttribute.typeDamageModifier.claymore_damageModifier; + static float greataxe_modifier = Config.weaponAttribute.typeDamageModifier.greataxe_damageModifier; + static float greathammer_modifier = Config.weaponAttribute.typeDamageModifier.greathammer_damageModifier; + static float chakram_modifier = Config.weaponAttribute.typeDamageModifier.chakram_damageModifier; + static float scythe_modifier = Config.weaponAttribute.typeDamageModifier.scythe_damageModifier; + static float halberd_modifier = Config.weaponAttribute.typeDamageModifier.halberd_damageModifier; + + static float longsword_attackspeed = Config.weaponAttribute.typeAttackSpeed.longsword_attackSpeed; + static float twinblade_attackspeed = Config.weaponAttribute.typeAttackSpeed.twinblade_attackSpeed; + static float rapier_attackspeed = Config.weaponAttribute.typeAttackSpeed.rapier_attackSpeed; + static float sai_attackspeed = Config.weaponAttribute.typeAttackSpeed.sai_attackSpeed; + static float spear_attackspeed = Config.weaponAttribute.typeAttackSpeed.spear_attackSpeed; + static float katana_attackspeed = Config.weaponAttribute.typeAttackSpeed.katana_attackSpeed; + static float glaive_attackspeed = Config.weaponAttribute.typeAttackSpeed.glaive_attackSpeed; + static float warglaive_attackspeed = Config.weaponAttribute.typeAttackSpeed.warglaive_attackSpeed; + static float cutlass_attackspeed = Config.weaponAttribute.typeAttackSpeed.cutlass_attackSpeed; + static float claymore_attackspeed = Config.weaponAttribute.typeAttackSpeed.claymore_attackSpeed; + static float greataxe_attackspeed = Config.weaponAttribute.typeAttackSpeed.greataxe_attackSpeed; + static float greathammer_attackspeed = Config.weaponAttribute.typeAttackSpeed.greathammer_attackSpeed; + static float chakram_attackspeed = Config.weaponAttribute.typeAttackSpeed.chakram_attackSpeed; + static float scythe_attackspeed = Config.weaponAttribute.typeAttackSpeed.scythe_attackSpeed; + static float halberd_attackspeed = Config.weaponAttribute.typeAttackSpeed.halberd_attackSpeed; + + static int dragon_scale_modifier = Config.weaponAttribute.materialDamageModifier.dragon_scale_damageModifier.get(); + + /* 1.21 + + //Dragon Scale + public static final Item DRAGON_SCALE_LONGSWORD = registerItem( "dragon_loot_compat/dragon_longsword", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + longsword_modifier), longsword_attackspeed, + "dragonloot:dragon_scale")); + + public static final Item DRAGON_SCALE_TWINBLADE = registerItem( "dragon_loot_compat/dragon_twinblade", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + twinblade_modifier), twinblade_attackspeed, + "dragonloot:dragon_scale")); + + public static final Item DRAGON_SCALE_RAPIER = registerItem( "dragon_loot_compat/dragon_rapier", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + rapier_modifier), rapier_attackspeed, + "dragonloot:dragon_scale")); + + public static final Item DRAGON_SCALE_KATANA = registerItem( "dragon_loot_compat/dragon_katana", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + katana_modifier), katana_attackspeed, + "dragonloot:dragon_scale")); + + public static final Item DRAGON_SCALE_SAI = registerItem( "dragon_loot_compat/dragon_sai", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + sai_modifier), sai_attackspeed, + "dragonloot:dragon_scale")); + + public static final Item DRAGON_SCALE_SPEAR = registerItem( "dragon_loot_compat/dragon_spear", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + spear_modifier), spear_attackspeed, + "dragonloot:dragon_scale")); + + public static final Item DRAGON_SCALE_GLAIVE = registerItem( "dragon_loot_compat/dragon_glaive", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + glaive_modifier), glaive_attackspeed, + "dragonloot:dragon_scale")); + + public static final Item DRAGON_SCALE_WARGLAIVE = registerItem( "dragon_loot_compat/dragon_warglaive", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + warglaive_modifier), warglaive_attackspeed, + "dragonloot:dragon_scale")); + + public static final Item DRAGON_SCALE_CUTLASS = registerItem( "dragon_loot_compat/dragon_cutlass", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + cutlass_modifier), cutlass_attackspeed, + "dragonloot:dragon_scale")); + + public static final Item DRAGON_SCALE_CLAYMORE = registerItem( "dragon_loot_compat/dragon_claymore", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + claymore_modifier), claymore_attackspeed, + "dragonloot:dragon_scale")); + + public static final Item DRAGON_SCALE_GREATHAMMER = registerItem( "dragon_loot_compat/dragon_greathammer", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + greathammer_modifier), greathammer_attackspeed, + "dragonloot:dragon_scale")); + + public static final Item DRAGON_SCALE_GREATAXE = registerItem( "dragon_loot_compat/dragon_greataxe", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + greataxe_modifier), greataxe_attackspeed, + "dragonloot:dragon_scale")); + + public static final Item DRAGON_SCALE_CHAKRAM = registerItem( "dragon_loot_compat/dragon_chakram", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + chakram_modifier), chakram_attackspeed, + "dragonloot:dragon_scale")); + + public static final Item DRAGON_SCALE_SCYTHE = registerItem( "dragon_loot_compat/dragon_scythe", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + scythe_modifier), scythe_attackspeed, + "dragonloot:dragon_scale")); + + public static final Item DRAGON_SCALE_HALBERD = registerItem( "dragon_loot_compat/dragon_halberd", + new SimplySwordsNetheriteSwordItem(ModToolMaterial.DRAGON_SCALE, (int)(dragon_scale_modifier + halberd_modifier), halberd_attackspeed, + "dragonloot:dragon_scale")); + + + private static Item registerItem(String name, Item item) { + return Registry.register(Registries.ITEM, new Identifier(SimplySwords.MOD_ID, name), item); + } + + public static void registerModItems() { + SimplySwords.LOGGER.info("Registering Dragon Loot compat Items for " + SimplySwords.MOD_ID); + } + + */ +} \ No newline at end of file diff --git a/common/src/main/java/net/sweenus/simplyswords/config/WeaponAttributesConfig.java b/common/src/main/java/net/sweenus/simplyswords/config/WeaponAttributesConfig.java index 27ec213a..afc71a7a 100644 --- a/common/src/main/java/net/sweenus/simplyswords/config/WeaponAttributesConfig.java +++ b/common/src/main/java/net/sweenus/simplyswords/config/WeaponAttributesConfig.java @@ -78,6 +78,15 @@ public static class MaterialDamageModifier extends ConfigSection { public ValidatedCondition gobberNether_damageModifier = createCondition(3.0f, "gobber2"); public ValidatedCondition gobberEnd_damageModifier = createCondition(6.0f, "gobber2"); + //advanced netherite compat - all mod-loaded gated, unsure if the modname field is correct + public ValidatedCondition netheriteIron_damageModifier = createCondition(3.0f, "advanced_netherite"); + public ValidatedCondition netheriteGold_damageModifier = createCondition(3.0f, "advanced_netherite"); + public ValidatedCondition netheriteEmerald_damageModifier = createCondition(3.0f, "advanced_netherite"); + public ValidatedCondition netheriteDiamond_damageModifier = createCondition(3.0f, "advanced_netherite"); + + public ValidatedCondition dragonScale_damageModifier = createCondition(3.0f, "advanced_netherite"); + + private ValidatedCondition createCondition(float defaultValue, String modNeeded) { return new ValidatedFloat(defaultValue) .toCondition( diff --git a/common/src/main/java/net/sweenus/simplyswords/item/AdvancedNetheriteSwordItem.java b/common/src/main/java/net/sweenus/simplyswords/item/AdvancedNetheriteSwordItem.java new file mode 100644 index 00000000..5d14d582 --- /dev/null +++ b/common/src/main/java/net/sweenus/simplyswords/item/AdvancedNetheriteSwordItem.java @@ -0,0 +1,72 @@ +//This class is intended to duplicate the behavior of the weapons from Advanced Netherite, +//for example, being fire resistant, and having material specific bonuses. Not fully implemented, I haven't figured out how to bring over the attributes from the mod. + +//I think dragonloot can just use the netheriteSwordItem class because it's a smithing template upgrade and just has better stats +package net.sweenus.simplyswords.item; + +import net.minecraft.client.item.TooltipContext; +import net.minecraft.entity.LivingEntity; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.item.SwordItem; +import net.minecraft.item.ToolMaterial; +import net.minecraft.registry.Registries; +import net.minecraft.text.Style; +import net.minecraft.text.Text; +import net.minecraft.text.TextColor; +import net.minecraft.util.Identifier; +import net.minecraft.world.World; +import net.sweenus.simplyswords.SimplySwords; +import net.sweenus.simplyswords.util.HelperMethods; + +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; + +public class AdvancedNetheriteSwordItem extends SwordItem { + String[] repairIngredient; + + public AdvancedNetheriteSwordItem(ToolMaterial toolMaterial, int attackDamage, float attackSpeed, String... repairIngredient) { + super(toolMaterial, attackDamage, attackSpeed, + new Settings().arch$tab(SimplySwords.SIMPLYSWORDS).fireproof()); + this.repairIngredient = repairIngredient; + } + + @Override + public boolean canRepair(ItemStack stack, ItemStack ingredient) { + List potentialIngredients = new ArrayList<>(List.of()); + Arrays.stream(repairIngredient).toList().forEach(repIngredient -> + potentialIngredients.add( + Registries.ITEM.get(new Identifier(repIngredient)))); + + + return potentialIngredients.contains(ingredient.getItem()); + } + + @Override + public boolean postHit(ItemStack stack, LivingEntity target, LivingEntity attacker) { + if (!attacker.getWorld().isClient()) { + HelperMethods.playHitSounds(attacker, target); + } + return super.postHit(stack, target, attacker); + } + + + @Override + public void appendTooltip(ItemStack itemStack, World world, List tooltip, TooltipContext tooltipContext) { + + //Netherite alloys use GRAY, GOLD, DARK_GREEN, and AQUA colors + + if (this.getName(itemStack).getString().contains("Netherite-Iron")); + //Add Netherite-Iron tooltip + else if (this.getName(itemStack).getString().contains("Netherite-Gold")); + //Add Netherite-Gold tooltip + else if (this.getName(itemStack).getString().contains("Netherite-Emerald")); + //Add Netherite-Emerald tooltip + else if (this.getName(itemStack).getString().contains("Netherite-Diamond")); + //Add Netherite-Iron, -Gold, AND -Emerald tooltips + + super.appendTooltip(itemStack,world, tooltip, tooltipContext); + } + +} \ No newline at end of file diff --git a/common/src/main/java/net/sweenus/simplyswords/item/ModToolMaterial.java b/common/src/main/java/net/sweenus/simplyswords/item/ModToolMaterial.java index 5bc5969d..175ada3a 100644 --- a/common/src/main/java/net/sweenus/simplyswords/item/ModToolMaterial.java +++ b/common/src/main/java/net/sweenus/simplyswords/item/ModToolMaterial.java @@ -20,6 +20,16 @@ public enum ModToolMaterial implements ToolMaterial { GOBBER_NETHER(6, 5200, 12.0F, 9.0F, 25, Items.DIAMOND), GOBBER_END(7, 8000, 14.0F, 9.0F, 30, Items.DIAMOND); + //Items.DIAMOND might need to be replaced, in 1.20 this field was always like this and didn't actually represent the anvil item but i have no idea if that has changed + //ADVANCED NETHERITE + NETHERITE_IRON(5, 2281, 12.0F, 4.0F, 15, Items.DIAMOND), + NETHERITE_GOLD(5, 2313, 20.0F, 5.0F, 25, Items.DIAMOND), + NETHERITE_EMERALD(5, 2651, 29.0F, 6.0F, 20, Items.DIAMOND), + NETHERITE_DIAMOND(5, 3092, 39.0F, 7.0F, 15, Items.DIAMOND), + + //DRAGON LOOT + DRAGON_SCALE(5, 2479 ,12.0f , 5, 20, Items.DIAMOND); + private final int miningLevel; private final int itemDurability; private final float miningSpeed; diff --git a/common/src/main/resources/assets/simplyswords/lang/en_us.json b/common/src/main/resources/assets/simplyswords/lang/en_us.json index d7e07b53..5b79614e 100644 --- a/common/src/main/resources/assets/simplyswords/lang/en_us.json +++ b/common/src/main/resources/assets/simplyswords/lang/en_us.json @@ -493,6 +493,95 @@ "item.simplyswords.gobber_compat.gobber_end.gobber_end_scythe": "End Gobber Scythe", "item.simplyswords.gobber_compat.gobber_end.gobber_end_halberd": "End Gobber Halberd", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_claymore": "Netherite-Iron Claymore", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_cutlasss": "Netherite-Iron Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_glaive": "Netherite-Iron Glaive", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_katana": "Netherite-Iron Katana", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_longsword": "Netherite-Iron Longsword", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_rapier": "Netherite-Iron Rapier", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_sai": "Netherite-Iron Sai", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_spear": "Netherite-Iron Spear", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_twinblade": "Netherite-Iron Longsword", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_warglaive": "Netherite-Iron Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_greathammer": "Netherite-Iron Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_greataxe": "Netherite-Iron Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_chakram": "Netherite-Iron Chakram", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_scythe": "Netherite-Iron Scythe", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_halberd": "Netherite-Iron Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_claymore": "Netherite-Gold Claymore", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_cutlasss": "Netherite-Gold Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_glaive": "Netherite-Gold Glaive", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_katana": "Netherite-Gold Katana", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_longsword": "Netherite-Gold Longsword", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_rapier": "Netherite-Gold Rapier", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_sai": "Netherite-Gold Sai", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_spear": "Netherite-Gold Spear", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_twinblade": "Netherite-Gold Longsword", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_warglaive": "Netherite-Gold Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_greathammer": "Netherite-Gold Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_greataxe": "Netherite-Gold Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_chakram": "Netherite-Gold Chakram", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_scythe": "Netherite-Gold Scythe", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_halberd": "Netherite-Gold Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_claymore": "Netherite-Emerald Claymore", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_cutlasss": "Netherite-Emerald Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_glaive": "Netherite-Emerald Glaive", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_katana": "Netherite-Emerald Katana", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_longsword": "Netherite-Emerald Longsword", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_rapier": "Netherite-Emerald Rapier", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_sai": "Netherite-Emerald Sai", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_spear": "Netherite-Emerald Spear", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_twinblade": "Netherite-Emerald Longsword", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_warglaive": "Netherite-Emerald Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_greathammer": "Netherite-Emerald Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_greataxe": "Netherite-Emerald Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_chakram": "Netherite-Emerald Chakram", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_scythe": "Netherite-Emerald Scythe", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_halberd": "Netherite-Emerald Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_claymore": "Netherite-Diamond Claymore", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_cutlasss": "Netherite-Diamond Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_glaive": "Netherite-Diamond Glaive", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_katana": "Netherite-Diamond Katana", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_longsword": "Netherite-Diamond Longsword", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_rapier": "Netherite-Diamond Rapier", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_sai": "Netherite-Diamond Sai", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_spear": "Netherite-Diamond Spear", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_twinblade": "Netherite-Diamond Longsword", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_warglaive": "Netherite-Diamond Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_greathammer": "Netherite-Diamond Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_greataxe": "Netherite-Diamond Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_chakram": "Netherite-Diamond Chakram", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_scythe": "Netherite-Diamond Scythe", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_halberd": "Netherite-Diamond Halberd", + + "item.advancednetherite_compat.netherite-iron.tooltip": "%s Chance of dropping additional Phantom Membrane(s) on killing Phantom", + "item.advancednetherite_compat.netherite-gold.tooltip1": "%s Chance of dropping additional Gold Ingot on killing Piglin", + "item.advancednetherite_compat.netherite-gold.tooltip2": "%s Chance of dropping additional Gold Nugget(s) on killing Zombified Piglin", + "item.advancednetherite_compat.netherite-emerald.tooltip": "%s Chance of dropping additional Ender Pearl on killing Enderman", + + "item.advancednetherite.misc.press_shift_key": "Hold %s to view all perks", + "item.advancednetherite.misc.shift": "[SHIFT]", + "item.advancednetherite.misc.plus": "+", + + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_claymore": "Dragon Claymore", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_cutlasss": "Dragon Cutlass", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_glaive": "Dragon Glaive", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_katana": "Dragon Katana", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_longsword": "Dragon Longsword", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_rapier": "Dragon Rapier", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_sai": "Dragon Sai", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_spear": "Dragon Spear", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_twinblade": "Dragon Longsword", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_warglaive": "Dragon Warglaive", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_greathammer": "Dragon Greathammer", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_greataxe": "Dragon Greataxe", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_chakram": "Dragon Chakram", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_scythe": "Dragon Scythe", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_halberd": "Dragon Halberd", + "itemGroup.simplyswords.simplyswords": "Simply Swords", "item.simplyswords.awakening": "Awakening LV: %d ", diff --git a/common/src/main/resources/assets/simplyswords/lang/ja_jp.json b/common/src/main/resources/assets/simplyswords/lang/ja_jp.json index f62731ac..b04c7622 100644 --- a/common/src/main/resources/assets/simplyswords/lang/ja_jp.json +++ b/common/src/main/resources/assets/simplyswords/lang/ja_jp.json @@ -478,6 +478,95 @@ "item.simplyswords.gobber_compat.gobber_end.gobber_end_scythe": "エンドゴバーの大鎌", "item.simplyswords.gobber_compat.gobber_end.gobber_end_halberd": "エンドゴバーのハルバード", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_claymore": "Netherite-Iron Claymore", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_cutlasss": "Netherite-Iron Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_glaive": "Netherite-Iron Glaive", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_katana": "Netherite-Iron Katana", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_longsword": "Netherite-Iron Longsword", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_rapier": "Netherite-Iron Rapier", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_sai": "Netherite-Iron Sai", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_spear": "Netherite-Iron Spear", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_twinblade": "Netherite-Iron Longsword", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_warglaive": "Netherite-Iron Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_greathammer": "Netherite-Iron Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_greataxe": "Netherite-Iron Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_chakram": "Netherite-Iron Chakram", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_scythe": "Netherite-Iron Scythe", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_halberd": "Netherite-Iron Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_claymore": "Netherite-Gold Claymore", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_cutlasss": "Netherite-Gold Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_glaive": "Netherite-Gold Glaive", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_katana": "Netherite-Gold Katana", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_longsword": "Netherite-Gold Longsword", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_rapier": "Netherite-Gold Rapier", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_sai": "Netherite-Gold Sai", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_spear": "Netherite-Gold Spear", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_twinblade": "Netherite-Gold Longsword", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_warglaive": "Netherite-Gold Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_greathammer": "Netherite-Gold Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_greataxe": "Netherite-Gold Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_chakram": "Netherite-Gold Chakram", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_scythe": "Netherite-Gold Scythe", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_halberd": "Netherite-Gold Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_claymore": "Netherite-Emerald Claymore", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_cutlasss": "Netherite-Emerald Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_glaive": "Netherite-Emerald Glaive", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_katana": "Netherite-Emerald Katana", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_longsword": "Netherite-Emerald Longsword", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_rapier": "Netherite-Emerald Rapier", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_sai": "Netherite-Emerald Sai", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_spear": "Netherite-Emerald Spear", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_twinblade": "Netherite-Emerald Longsword", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_warglaive": "Netherite-Emerald Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_greathammer": "Netherite-Emerald Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_greataxe": "Netherite-Emerald Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_chakram": "Netherite-Emerald Chakram", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_scythe": "Netherite-Emerald Scythe", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_halberd": "Netherite-Emerald Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_claymore": "Netherite-Diamond Claymore", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_cutlasss": "Netherite-Diamond Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_glaive": "Netherite-Diamond Glaive", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_katana": "Netherite-Diamond Katana", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_longsword": "Netherite-Diamond Longsword", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_rapier": "Netherite-Diamond Rapier", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_sai": "Netherite-Diamond Sai", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_spear": "Netherite-Diamond Spear", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_twinblade": "Netherite-Diamond Longsword", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_warglaive": "Netherite-Diamond Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_greathammer": "Netherite-Diamond Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_greataxe": "Netherite-Diamond Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_chakram": "Netherite-Diamond Chakram", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_scythe": "Netherite-Diamond Scythe", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_halberd": "Netherite-Diamond Halberd", + + "item.advancednetherite_compat.netherite-iron.tooltip": "%s Chance of dropping additional Phantom Membrane(s) on killing Phantom", + "item.advancednetherite_compat.netherite-gold.tooltip1": "%s Chance of dropping additional Gold Ingot on killing Piglin", + "item.advancednetherite_compat.netherite-gold.tooltip2": "%s Chance of dropping additional Gold Nugget(s) on killing Zombified Piglin", + "item.advancednetherite_compat.netherite-emerald.tooltip": "%s Chance of dropping additional Ender Pearl on killing Enderman", + + "item.advancednetherite.misc.press_shift_key": "Hold %s to view all perks", + "item.advancednetherite.misc.shift": "[SHIFT]", + "item.advancednetherite.misc.plus": "+", + + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_claymore": "Dragon Claymore", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_cutlasss": "Dragon Cutlass", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_glaive": "Dragon Glaive", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_katana": "Dragon Katana", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_longsword": "Dragon Longsword", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_rapier": "Dragon Rapier", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_sai": "Dragon Sai", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_spear": "Dragon Spear", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_twinblade": "Dragon Longsword", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_warglaive": "Dragon Warglaive", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_greathammer": "Dragon Greathammer", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_greataxe": "Dragon Greataxe", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_chakram": "Dragon Chakram", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_scythe": "Dragon Scythe", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_halberd": "Dragon Halberd", + "itemGroup.simplyswords.simplyswords": "Simply Swords", "item.simplyswords.awakening": "覚醒LV: %d ", diff --git a/common/src/main/resources/assets/simplyswords/lang/ko_kr.json b/common/src/main/resources/assets/simplyswords/lang/ko_kr.json index b5943d84..bfddffa3 100644 --- a/common/src/main/resources/assets/simplyswords/lang/ko_kr.json +++ b/common/src/main/resources/assets/simplyswords/lang/ko_kr.json @@ -424,6 +424,95 @@ "item.simplyswords.gobber_compat.gobber_end.gobber_end_chakram": "End Gobber Chakram", "item.simplyswords.gobber_compat.gobber_end.gobber_end_scythe": "End Gobber Scythe", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_claymore": "Netherite-Iron Claymore", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_cutlasss": "Netherite-Iron Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_glaive": "Netherite-Iron Glaive", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_katana": "Netherite-Iron Katana", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_longsword": "Netherite-Iron Longsword", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_rapier": "Netherite-Iron Rapier", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_sai": "Netherite-Iron Sai", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_spear": "Netherite-Iron Spear", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_twinblade": "Netherite-Iron Longsword", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_warglaive": "Netherite-Iron Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_greathammer": "Netherite-Iron Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_greataxe": "Netherite-Iron Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_chakram": "Netherite-Iron Chakram", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_scythe": "Netherite-Iron Scythe", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_halberd": "Netherite-Iron Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_claymore": "Netherite-Gold Claymore", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_cutlasss": "Netherite-Gold Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_glaive": "Netherite-Gold Glaive", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_katana": "Netherite-Gold Katana", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_longsword": "Netherite-Gold Longsword", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_rapier": "Netherite-Gold Rapier", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_sai": "Netherite-Gold Sai", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_spear": "Netherite-Gold Spear", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_twinblade": "Netherite-Gold Longsword", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_warglaive": "Netherite-Gold Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_greathammer": "Netherite-Gold Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_greataxe": "Netherite-Gold Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_chakram": "Netherite-Gold Chakram", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_scythe": "Netherite-Gold Scythe", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_halberd": "Netherite-Gold Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_claymore": "Netherite-Emerald Claymore", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_cutlasss": "Netherite-Emerald Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_glaive": "Netherite-Emerald Glaive", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_katana": "Netherite-Emerald Katana", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_longsword": "Netherite-Emerald Longsword", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_rapier": "Netherite-Emerald Rapier", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_sai": "Netherite-Emerald Sai", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_spear": "Netherite-Emerald Spear", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_twinblade": "Netherite-Emerald Longsword", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_warglaive": "Netherite-Emerald Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_greathammer": "Netherite-Emerald Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_greataxe": "Netherite-Emerald Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_chakram": "Netherite-Emerald Chakram", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_scythe": "Netherite-Emerald Scythe", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_halberd": "Netherite-Emerald Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_claymore": "Netherite-Diamond Claymore", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_cutlasss": "Netherite-Diamond Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_glaive": "Netherite-Diamond Glaive", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_katana": "Netherite-Diamond Katana", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_longsword": "Netherite-Diamond Longsword", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_rapier": "Netherite-Diamond Rapier", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_sai": "Netherite-Diamond Sai", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_spear": "Netherite-Diamond Spear", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_twinblade": "Netherite-Diamond Longsword", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_warglaive": "Netherite-Diamond Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_greathammer": "Netherite-Diamond Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_greataxe": "Netherite-Diamond Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_chakram": "Netherite-Diamond Chakram", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_scythe": "Netherite-Diamond Scythe", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_halberd": "Netherite-Diamond Halberd", + + "item.advancednetherite_compat.netherite-iron.tooltip": "%s Chance of dropping additional Phantom Membrane(s) on killing Phantom", + "item.advancednetherite_compat.netherite-gold.tooltip1": "%s Chance of dropping additional Gold Ingot on killing Piglin", + "item.advancednetherite_compat.netherite-gold.tooltip2": "%s Chance of dropping additional Gold Nugget(s) on killing Zombified Piglin", + "item.advancednetherite_compat.netherite-emerald.tooltip": "%s Chance of dropping additional Ender Pearl on killing Enderman", + + "item.advancednetherite.misc.press_shift_key": "Hold %s to view all perks", + "item.advancednetherite.misc.shift": "[SHIFT]", + "item.advancednetherite.misc.plus": "+", + + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_claymore": "Dragon Claymore", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_cutlasss": "Dragon Cutlass", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_glaive": "Dragon Glaive", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_katana": "Dragon Katana", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_longsword": "Dragon Longsword", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_rapier": "Dragon Rapier", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_sai": "Dragon Sai", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_spear": "Dragon Spear", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_twinblade": "Dragon Longsword", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_warglaive": "Dragon Warglaive", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_greathammer": "Dragon Greathammer", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_greataxe": "Dragon Greataxe", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_chakram": "Dragon Chakram", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_scythe": "Dragon Scythe", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_halberd": "Dragon Halberd", + "itemGroup.simplyswords.simplyswords": "Simply Swords", diff --git a/common/src/main/resources/assets/simplyswords/lang/ru_ru.json b/common/src/main/resources/assets/simplyswords/lang/ru_ru.json index 0d25f181..f2995d46 100644 --- a/common/src/main/resources/assets/simplyswords/lang/ru_ru.json +++ b/common/src/main/resources/assets/simplyswords/lang/ru_ru.json @@ -470,6 +470,94 @@ "item.simplyswords.gobber_compat.gobber_end.gobber_end_chakram": "End Gobber Чакрам", "item.simplyswords.gobber_compat.gobber_end.gobber_end_scythe": "End Gobber Коса", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_claymore": "Netherite-Iron Claymore", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_cutlasss": "Netherite-Iron Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_glaive": "Netherite-Iron Glaive", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_katana": "Netherite-Iron Katana", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_longsword": "Netherite-Iron Longsword", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_rapier": "Netherite-Iron Rapier", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_sai": "Netherite-Iron Sai", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_spear": "Netherite-Iron Spear", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_twinblade": "Netherite-Iron Longsword", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_warglaive": "Netherite-Iron Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_greathammer": "Netherite-Iron Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_greataxe": "Netherite-Iron Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_chakram": "Netherite-Iron Chakram", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_scythe": "Netherite-Iron Scythe", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_halberd": "Netherite-Iron Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_claymore": "Netherite-Gold Claymore", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_cutlasss": "Netherite-Gold Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_glaive": "Netherite-Gold Glaive", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_katana": "Netherite-Gold Katana", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_longsword": "Netherite-Gold Longsword", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_rapier": "Netherite-Gold Rapier", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_sai": "Netherite-Gold Sai", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_spear": "Netherite-Gold Spear", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_twinblade": "Netherite-Gold Longsword", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_warglaive": "Netherite-Gold Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_greathammer": "Netherite-Gold Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_greataxe": "Netherite-Gold Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_chakram": "Netherite-Gold Chakram", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_scythe": "Netherite-Gold Scythe", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_halberd": "Netherite-Gold Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_claymore": "Netherite-Emerald Claymore", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_cutlasss": "Netherite-Emerald Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_glaive": "Netherite-Emerald Glaive", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_katana": "Netherite-Emerald Katana", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_longsword": "Netherite-Emerald Longsword", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_rapier": "Netherite-Emerald Rapier", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_sai": "Netherite-Emerald Sai", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_spear": "Netherite-Emerald Spear", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_twinblade": "Netherite-Emerald Longsword", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_warglaive": "Netherite-Emerald Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_greathammer": "Netherite-Emerald Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_greataxe": "Netherite-Emerald Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_chakram": "Netherite-Emerald Chakram", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_scythe": "Netherite-Emerald Scythe", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_halberd": "Netherite-Emerald Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_claymore": "Netherite-Diamond Claymore", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_cutlasss": "Netherite-Diamond Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_glaive": "Netherite-Diamond Glaive", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_katana": "Netherite-Diamond Katana", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_longsword": "Netherite-Diamond Longsword", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_rapier": "Netherite-Diamond Rapier", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_sai": "Netherite-Diamond Sai", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_spear": "Netherite-Diamond Spear", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_twinblade": "Netherite-Diamond Longsword", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_warglaive": "Netherite-Diamond Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_greathammer": "Netherite-Diamond Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_greataxe": "Netherite-Diamond Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_chakram": "Netherite-Diamond Chakram", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_scythe": "Netherite-Diamond Scythe", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_halberd": "Netherite-Diamond Halberd", + + "item.advancednetherite_compat.netherite-iron.tooltip": "%s Chance of dropping additional Phantom Membrane(s) on killing Phantom", + "item.advancednetherite_compat.netherite-gold.tooltip1": "%s Chance of dropping additional Gold Ingot on killing Piglin", + "item.advancednetherite_compat.netherite-gold.tooltip2": "%s Chance of dropping additional Gold Nugget(s) on killing Zombified Piglin", + "item.advancednetherite_compat.netherite-emerald.tooltip": "%s Chance of dropping additional Ender Pearl on killing Enderman", + + "item.advancednetherite.misc.press_shift_key": "Hold %s to view all perks", + "item.advancednetherite.misc.shift": "[SHIFT]", + "item.advancednetherite.misc.plus": "+", + + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_claymore": "Dragon Claymore", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_cutlasss": "Dragon Cutlass", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_glaive": "Dragon Glaive", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_katana": "Dragon Katana", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_longsword": "Dragon Longsword", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_rapier": "Dragon Rapier", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_sai": "Dragon Sai", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_spear": "Dragon Spear", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_twinblade": "Dragon Longsword", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_warglaive": "Dragon Warglaive", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_greathammer": "Dragon Greathammer", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_greataxe": "Dragon Greataxe", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_chakram": "Dragon Chakram", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_scythe": "Dragon Scythe", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_halberd": "Dragon Halberd", "itemGroup.simplyswords.simplyswords": "Simply Swords", "item.simplyswords.awakening": "Awakening LV: %d ", diff --git a/common/src/main/resources/assets/simplyswords/lang/zh_cn.json b/common/src/main/resources/assets/simplyswords/lang/zh_cn.json index 7a0a8575..076cd1b4 100644 --- a/common/src/main/resources/assets/simplyswords/lang/zh_cn.json +++ b/common/src/main/resources/assets/simplyswords/lang/zh_cn.json @@ -491,6 +491,94 @@ "item.simplyswords.gobber_compat.gobber_end.gobber_end_scythe": "末地戈伯长柄镰", "item.simplyswords.gobber_compat.gobber_end.gobber_end_halberd": "末地戈伯戟", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_claymore": "Netherite-Iron Claymore", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_cutlasss": "Netherite-Iron Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_glaive": "Netherite-Iron Glaive", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_katana": "Netherite-Iron Katana", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_longsword": "Netherite-Iron Longsword", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_rapier": "Netherite-Iron Rapier", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_sai": "Netherite-Iron Sai", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_spear": "Netherite-Iron Spear", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_twinblade": "Netherite-Iron Longsword", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_warglaive": "Netherite-Iron Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_greathammer": "Netherite-Iron Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_greataxe": "Netherite-Iron Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_chakram": "Netherite-Iron Chakram", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_scythe": "Netherite-Iron Scythe", + "item.simplyswords.advancednetherite_compat.netherite-iron.netherite-iron_halberd": "Netherite-Iron Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_claymore": "Netherite-Gold Claymore", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_cutlasss": "Netherite-Gold Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_glaive": "Netherite-Gold Glaive", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_katana": "Netherite-Gold Katana", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_longsword": "Netherite-Gold Longsword", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_rapier": "Netherite-Gold Rapier", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_sai": "Netherite-Gold Sai", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_spear": "Netherite-Gold Spear", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_twinblade": "Netherite-Gold Longsword", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_warglaive": "Netherite-Gold Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_greathammer": "Netherite-Gold Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_greataxe": "Netherite-Gold Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_chakram": "Netherite-Gold Chakram", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_scythe": "Netherite-Gold Scythe", + "item.simplyswords.advancednetherite_compat.netherite-gold.netherite-gold_halberd": "Netherite-Gold Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_claymore": "Netherite-Emerald Claymore", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_cutlasss": "Netherite-Emerald Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_glaive": "Netherite-Emerald Glaive", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_katana": "Netherite-Emerald Katana", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_longsword": "Netherite-Emerald Longsword", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_rapier": "Netherite-Emerald Rapier", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_sai": "Netherite-Emerald Sai", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_spear": "Netherite-Emerald Spear", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_twinblade": "Netherite-Emerald Longsword", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_warglaive": "Netherite-Emerald Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_greathammer": "Netherite-Emerald Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_greataxe": "Netherite-Emerald Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_chakram": "Netherite-Emerald Chakram", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_scythe": "Netherite-Emerald Scythe", + "item.simplyswords.advancednetherite_compat.netherite-emerald.netherite-emerald_halberd": "Netherite-Emerald Halberd", + + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_claymore": "Netherite-Diamond Claymore", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_cutlasss": "Netherite-Diamond Cutlass", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_glaive": "Netherite-Diamond Glaive", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_katana": "Netherite-Diamond Katana", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_longsword": "Netherite-Diamond Longsword", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_rapier": "Netherite-Diamond Rapier", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_sai": "Netherite-Diamond Sai", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_spear": "Netherite-Diamond Spear", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_twinblade": "Netherite-Diamond Longsword", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_warglaive": "Netherite-Diamond Warglaive", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_greathammer": "Netherite-Diamond Greathammer", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_greataxe": "Netherite-Diamond Greataxe", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_chakram": "Netherite-Diamond Chakram", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_scythe": "Netherite-Diamond Scythe", + "item.simplyswords.advancednetherite_compat.netherite-diamond.netherite-diamond_halberd": "Netherite-Diamond Halberd", + + "item.advancednetherite_compat.netherite-iron.tooltip": "%s Chance of dropping additional Phantom Membrane(s) on killing Phantom", + "item.advancednetherite_compat.netherite-gold.tooltip1": "%s Chance of dropping additional Gold Ingot on killing Piglin", + "item.advancednetherite_compat.netherite-gold.tooltip2": "%s Chance of dropping additional Gold Nugget(s) on killing Zombified Piglin", + "item.advancednetherite_compat.netherite-emerald.tooltip": "%s Chance of dropping additional Ender Pearl on killing Enderman", + + "item.advancednetherite.misc.press_shift_key": "Hold %s to view all perks", + "item.advancednetherite.misc.shift": "[SHIFT]", + "item.advancednetherite.misc.plus": "+", + + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_claymore": "Dragon Claymore", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_cutlasss": "Dragon Cutlass", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_glaive": "Dragon Glaive", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_katana": "Dragon Katana", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_longsword": "Dragon Longsword", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_rapier": "Dragon Rapier", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_sai": "Dragon Sai", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_spear": "Dragon Spear", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_twinblade": "Dragon Longsword", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_warglaive": "Dragon Warglaive", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_greathammer": "Dragon Greathammer", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_greataxe": "Dragon Greataxe", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_chakram": "Dragon Chakram", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_scythe": "Dragon Scythe", + "item.simplyswords.dragonloot_compat.dragon_scale.dragon_halberd": "Dragon Halberd", "itemGroup.simplyswords.simplyswords": "简易刀剑", "item.simplyswords.awakening": "觉醒等级:%d ", diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/chakram.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/chakram.json new file mode 100644 index 00000000..bad041f8 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/chakram.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_chakram", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/chakram" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/claymore.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/claymore.json new file mode 100644 index 00000000..cdc16587 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/claymore.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_claymore", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/claymore" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/cutlass.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/cutlass.json new file mode 100644 index 00000000..7fa3849b --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/cutlass.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_cutlass", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/cutlass" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/glaive.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/glaive.json new file mode 100644 index 00000000..5ca6b11f --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/glaive.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_glaive", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/glaive" + } + } \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/greataxe.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/greataxe.json new file mode 100644 index 00000000..81b7d3b7 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/greataxe.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/greataxe" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/greathammer.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/greathammer.json new file mode 100644 index 00000000..d42b7730 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/greathammer.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_greathammer", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/chakram" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/halberd.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/halberd.json new file mode 100644 index 00000000..50814f78 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/halberd.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/long_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/halberd" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/katana.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/katana.json new file mode 100644 index 00000000..ef04679a --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/katana.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_katana", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/katana" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/longsword.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/longsword.json new file mode 100644 index 00000000..db80b8f1 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/longsword.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_longsword", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/longsword" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/rapier.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/rapier.json new file mode 100644 index 00000000..f79a1c21 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/rapier.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_longsword", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/rapier" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/sai.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/sai.json new file mode 100644 index 00000000..aaa20534 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/sai.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_sai", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/sai" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/scythe.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/scythe.json new file mode 100644 index 00000000..f34142ca --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/scythe.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/scythe" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/spear.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/spear.json new file mode 100644 index 00000000..e5bd44e3 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/spear.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/spear" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/twinblade.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/twinblade.json new file mode 100644 index 00000000..e5138e81 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/twinblade.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_twinblade", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/twinblade" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/warglaive.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/warglaive.json new file mode 100644 index 00000000..4c876e9f --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-diamond/warglaive.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_warglaive", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-diamond/warglaive" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/chakram.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/chakram.json new file mode 100644 index 00000000..8e2bd8cf --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/chakram.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_chakram", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/chakram" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/claymore.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/claymore.json new file mode 100644 index 00000000..9c4f77ba --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/claymore.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_claymore", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/claymore" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/cutlass.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/cutlass.json new file mode 100644 index 00000000..45976c83 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/cutlass.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_cutlass", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/cutlass" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/glaive.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/glaive.json new file mode 100644 index 00000000..469496f3 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/glaive.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_glaive", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/glaive" + } + } \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/greataxe.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/greataxe.json new file mode 100644 index 00000000..1e00bdab --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/greataxe.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/greataxe" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/greathammer.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/greathammer.json new file mode 100644 index 00000000..a5130dad --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/greathammer.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_greathammer", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/chakram" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/halberd.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/halberd.json new file mode 100644 index 00000000..d99bd6b9 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/halberd.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/long_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/halberd" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/katana.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/katana.json new file mode 100644 index 00000000..689542b9 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/katana.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_katana", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/katana" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/longsword.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/longsword.json new file mode 100644 index 00000000..24c1008f --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/longsword.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_longsword", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/longsword" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/rapier.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/rapier.json new file mode 100644 index 00000000..68e2b7dd --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/rapier.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_longsword", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/rapier" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/sai.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/sai.json new file mode 100644 index 00000000..3fd6f72b --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/sai.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_sai", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/sai" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/scythe.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/scythe.json new file mode 100644 index 00000000..09a6e130 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/scythe.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/scythe" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/spear.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/spear.json new file mode 100644 index 00000000..40d09453 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/spear.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/spear" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/twinblade.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/twinblade.json new file mode 100644 index 00000000..ff73e2d2 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/twinblade.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_twinblade", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/twinblade" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/warglaive.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/warglaive.json new file mode 100644 index 00000000..3e7482e9 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-emerald/warglaive.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_warglaive", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-emerald/warglaive" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/chakram.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/chakram.json new file mode 100644 index 00000000..024e6600 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/chakram.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_chakram", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/chakram" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/claymore.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/claymore.json new file mode 100644 index 00000000..3ec73911 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/claymore.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_claymore", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/claymore" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/cutlass.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/cutlass.json new file mode 100644 index 00000000..907c2c2d --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/cutlass.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_cutlass", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/cutlass" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/glaive.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/glaive.json new file mode 100644 index 00000000..7e0729b0 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/glaive.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_glaive", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/glaive" + } + } \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/greataxe.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/greataxe.json new file mode 100644 index 00000000..9fb90ab0 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/greataxe.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/greataxe" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/greathammer.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/greathammer.json new file mode 100644 index 00000000..cf1de5df --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/greathammer.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_greathammer", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/chakram" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/halberd.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/halberd.json new file mode 100644 index 00000000..e1488c95 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/halberd.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/long_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/halberd" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/katana.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/katana.json new file mode 100644 index 00000000..ddd75d91 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/katana.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_katana", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/katana" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/longsword.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/longsword.json new file mode 100644 index 00000000..74198804 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/longsword.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_longsword", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/longsword" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/rapier.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/rapier.json new file mode 100644 index 00000000..e290a834 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/rapier.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_longsword", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/rapier" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/sai.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/sai.json new file mode 100644 index 00000000..f7b7c361 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/sai.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_sai", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/sai" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/scythe.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/scythe.json new file mode 100644 index 00000000..5d20e495 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/scythe.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/scythe" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/spear.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/spear.json new file mode 100644 index 00000000..26758abd --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/spear.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/spear" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/twinblade.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/twinblade.json new file mode 100644 index 00000000..7fb8644f --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/twinblade.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_twinblade", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/twinblade" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/warglaive.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/warglaive.json new file mode 100644 index 00000000..0768a9b7 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-gold/warglaive.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_warglaive", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-gold/warglaive" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/chakram.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/chakram.json new file mode 100644 index 00000000..ad8c1557 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/chakram.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_chakram", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/chakram" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/claymore.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/claymore.json new file mode 100644 index 00000000..5f7aa415 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/claymore.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_claymore", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/claymore" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/cutlass.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/cutlass.json new file mode 100644 index 00000000..906bbf81 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/cutlass.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_cutlass", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/cutlass" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/glaive.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/glaive.json new file mode 100644 index 00000000..e8c8abf3 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/glaive.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_glaive", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/glaive" + } + } \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/greataxe.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/greataxe.json new file mode 100644 index 00000000..80b5bd54 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/greataxe.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/greataxe" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/greathammer.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/greathammer.json new file mode 100644 index 00000000..9f5cbc67 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/greathammer.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_greathammer", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/chakram" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/halberd.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/halberd.json new file mode 100644 index 00000000..cf58ec48 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/halberd.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/long_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/halberd" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/katana.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/katana.json new file mode 100644 index 00000000..38cab066 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/katana.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_katana", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/katana" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/longsword.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/longsword.json new file mode 100644 index 00000000..fffc4496 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/longsword.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_longsword", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/longsword" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/rapier.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/rapier.json new file mode 100644 index 00000000..11d376a8 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/rapier.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_longsword", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/rapier" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/sai.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/sai.json new file mode 100644 index 00000000..240cf2d7 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/sai.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_sai", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/sai" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/scythe.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/scythe.json new file mode 100644 index 00000000..0ad95534 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/scythe.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/scythe" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/spear.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/spear.json new file mode 100644 index 00000000..c858d159 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/spear.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/spear" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/twinblade.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/twinblade.json new file mode 100644 index 00000000..78d5fa6a --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/twinblade.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_twinblade", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/twinblade" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/warglaive.json b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/warglaive.json new file mode 100644 index 00000000..a1cd60d7 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/advancednetherite_compat/netherite-iron/warglaive.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_warglaive", + "textures": { + "layer0": "simplyswords:item/advancednetherite_compat/netherite-iron/warglaive" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/chakram.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/chakram.json new file mode 100644 index 00000000..5e607254 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/chakram.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_chakram", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_chakram" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/claymore.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/claymore.json new file mode 100644 index 00000000..3dd4afc5 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/claymore.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_claymore", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_claymore" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/cutlass.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/cutlass.json new file mode 100644 index 00000000..94623163 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/cutlass.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_cutlass", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_cutlass" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/glaive.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/glaive.json new file mode 100644 index 00000000..bf116f99 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/glaive.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_glaive", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_glaive" + } + } \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/greataxe.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/greataxe.json new file mode 100644 index 00000000..2acb5083 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/greataxe.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_greataxe" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/greathammer.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/greathammer.json new file mode 100644 index 00000000..7c0e5e73 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/greathammer.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_greathammer", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_greathammer" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/halberd.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/halberd.json new file mode 100644 index 00000000..a3e0b4d3 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/halberd.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/long_handheld", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_halberd" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/katana.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/katana.json new file mode 100644 index 00000000..e58763dd --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/katana.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_katana", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_katana" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/longsword.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/longsword.json new file mode 100644 index 00000000..20815e79 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/longsword.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_longsword", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_longsword" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/rapier.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/rapier.json new file mode 100644 index 00000000..724a75d1 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/rapier.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_longsword", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_rapier" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/sai.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/sai.json new file mode 100644 index 00000000..5972625e --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/sai.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_sai", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_sai" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/scythe.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/scythe.json new file mode 100644 index 00000000..fab99a57 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/scythe.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_scythe" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/spear.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/spear.json new file mode 100644 index 00000000..27a7fbbe --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/spear.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/big_handheld", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_spear" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/twinblade.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/twinblade.json new file mode 100644 index 00000000..c0dfd221 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/twinblade.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_twinblade", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_twinblade" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/warglaive.json b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/warglaive.json new file mode 100644 index 00000000..df70d582 --- /dev/null +++ b/common/src/main/resources/assets/simplyswords/models/item/dragonloot_compat/dragon_scale/warglaive.json @@ -0,0 +1,6 @@ +{ + "parent": "simplyswords:item/template_warglaive", + "textures": { + "layer0": "simplyswords:item/dragonloot_compat/dragon_warglaive" + } +} \ No newline at end of file diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/chakram.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/chakram.png new file mode 100644 index 0000000000000000000000000000000000000000..ed1f2fc5919484983f0ab1d24ccd07b6aa0183f5 GIT binary patch literal 547 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}x0G|+7FHMKG>Nc;pHv?V#MB;*#1%&?p|9|!WH^HJRnTfOX6_pZ9jEY^I zogJL5Ev;k2VuAV?PBMf6Nx_mJzhIzZ6u_Xmc4iV#lC!`gvY3H^KN5r)!#n4JoF`G@ z8c`CQpH@xBHQQ1nJkvZqwHP>n999M?Mpgz! zAj=DgrJ-z)Q5uZQU~wiO+mMk7?DHrfJF}eyES?2qgTUKXMur!_0D;kHmNEdPCa^QG z096_o85=MzfS3xhk#zyYq$xl)2rvQ7Wdf@Vva|rQpt=kV3_!9U%6Na&xkUH^nPr|X zjv*SszJ1X`2NXD%H=1?Tp8V?{%~ZOqu3@)Zh|aW{yXApPrYyaYqCK_No$F>+(d)dH zIfY-AEs!Y8JI*PqC&95VVFk1IgKxj>8=o)WJt(;2gr11Zs-n6x3)OB_*`0Q%S+m{t poa6!n&v{P-T+VQQ5(-(9rf*)!rFMTF;|GvyJYD@<);T3K0RY4lm^lCd literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/claymore.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/claymore.png new file mode 100644 index 0000000000000000000000000000000000000000..3ed4b0e0efa19588112153ced36ed1fe1e38679e GIT binary patch literal 606 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijq1AIbUy)+%#s@s$Wgs%So78@4p_4cOB#94tZe*QLg1?dHXMOFX*{}+i1 z)>l+YFflSxS1)#Twzjke>W)7b#}A~0OM?7@fojkI!=~Ch96)K#0*}aI1_u6k5N5pI zb?YQhP@=>&q9iy!t)x7$D3u`~F*C13&(AeP!Bo#s&qV0{vSy%~ZK)BSX`Y^13?Nfj z8Kf9l85n^qFCdnNvOzx9U}Of1GXdF#j7$syKspMDGuv6f;#oj82(+~^GQ0o=42(vz zlmRF;ft`T`sM5g5*nn{X#8i-ttP3C}O#!k&fC*?W6If-Cr3H`$)n#a40FwRRUHk2t zePT9{xzf|cF~q{Z_R>Y6CIx}khpa6<2eR(}Ph^hqd2nFo!Ds)C=5|(?dQJAW2=ZFb zpt+f4>1UZG`(BouIG%WE`GRkf3aRJq82|SjT2lt7WcgUZOat?H` y@oG|P{`1$U_u$osCw{+QrEXBU*QzLybw>T;xAs<9pUZPW9`JPab6Mw<&;$S*MZFmS literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/cutlass.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/cutlass.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdc14cab9af2f4a9b2c8dc142e4a47569db7960 GIT binary patch literal 499 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}@0G|+7FHMKG>NaHoA+NVLum1lgGjUdISgc@CmA;}*_ImNnda%K#lQjNurf$7vNA9NSzbUa4P}FTroqSz z7H0yo4H=ohK8*shGuv6f;#oj82;3}VWOxA#02qyCDFaYy0y_f>P^E#9u>s=(h^ZhO zSr{&803 z${D%3|LgOW7iUyw`@P{~xuO1_Wri<9=R^UQvq~Eqmw5H?Eh#FQlT;}FCeG*J%4Z4o umg~)S$6kp(BVTdguUQ)ZnmsqHx6QCMzs>p7Ma*P5$Tm+`KbLh*2~7a=e}At4 literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/glaive.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/glaive.png new file mode 100644 index 0000000000000000000000000000000000000000..655424be0e0a0463d0d376a157ed712cbc09d9a9 GIT binary patch literal 580 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijK0(?STy)+%#s@s$Wgs%SoW~8p}_4cN}jh)QIS%O7X|Ns9Ni3`?OR7x;0 zDt2|YwzLLna#N@WnJ-Wh*AN9$JwrVcq5I34fois;MtG)qdTKFn06DA-QjDw&j6jwb z5KBYZAYW=QGK0mLfNVoXCI$f@9RM+S(WyUH}~nqtPs707^|@XJ7%U zG%zwYU|aw(6=Wmp0*FadfNT(80-DPNRvBbz0c1gS85$UXWdC>9e!FI$mBT@(msPB>%}ytjvbN=7v9eP$g)6x zFW-uAMwzwO8D!F5iyBl(w(R|`^dawy5{JI{OA*Iii8=>gTe~DWM4f)Y+|2 literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/greataxe.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/greataxe.png new file mode 100644 index 0000000000000000000000000000000000000000..afb3c8c84dfa3c1693a94cde9c1edb90614de62d GIT binary patch literal 629 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijK0(?STy)+%X-rl_W|64(Nfxe=WvVc&ai(j#;vyr;GU{RIK#92Uv|Ns9N zi3?6JF#@vB?X&pXTq8IesvJDxT7zBWH6cA^&vw+33fNT)RX=7w~0SpWnjbU+q%+tGI86CoKHiUu4ABa!gxT^zmwg3eDWvp&6e|?|fAH@^8-Wf^W<3 zv}~;x7nsj_LY?u<_86vj|66_k3zhv1zVWSn!~61w3-7o5xnQo?o;)Wp##XMf{)yez Ze++WdO;l7fjF*A@=;`X`vd$@?2>{oP!Po!* literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/greathammer.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/greathammer.png new file mode 100644 index 0000000000000000000000000000000000000000..64fa1796546140c38cf0fe0323752d76363621d8 GIT binary patch literal 1503 zcmc&y_g9lw7`|UZNI>=$D4PHw2_d2qW)c#zAS8?sYs*lG?2$yVs4WikC|Zp32!_!H z0X0|^K}(^uTEP)YTi~#Ywba3?Oj{L5zo`AC|3Ke!-upc7zW3bsuz=4pHncYc02p)F zj93_5bc#X3Cqs4QE)0+?mPH3mJ&qHwp|_0|O#|R+`I_Za6dWrQM8z}t1O~@Dob46H z!_l}tREB#{gc~Iq9}(qCr@ID5dWHb47Ce3i{$2&oUx3$Iu(S+jUot&{S=i9RjKaM1 zyxg?h>@C^bbGAz}r8!%3cI58JO3jjG$-vX;d`Ui-f0db%S+K33D6c4n$OL15fbmH% zH7D?k6p~n;7FG@zLxP(d-qqFD#f9wU72xCJVQwjih~|Vuazk0M%os5*LBxrRX9?pX z1>jaY*3w!}PY-?$8jTJl5O`s1A%hv1>;g7o$EH~9LxnwZ7VqoS!?(AeZ? zu*TWQ#LvTnPva$W_Xub)$HC|RW6e4jW9#8W0 zL?93-6bgw%`eU)?(&BaA-u>E_R!MP=iVFDJRb8@p7W@&AYC;iKv=)ole1ACkVJN;%#OuB@kxstNckMT{PK5QBf9CWeVpV z;V@|NfidYPvJ;1?R?K{A5+5N*zp*%-h-{CRy3R-_b^7xRogJs1M^eCioF*u z?NaZ)_2&G;%jck)fMJRzWU`{xo}|7Rn)ImBv%0IRM`x1x^)F_ETeJI1r{T(hLDcnX195NAeD*zo z@n9#Qk%W())+St^8`W^U$y-Ge7vOF!le^Ip`O967|mftsDG-c@F;3w7ht zCmzR!E}J!iPSK?;OA)T-(dW50++H>oDA}kQd*`AbdmO6y;Ts*Kp;BRvvUzn#g-;f# zhHE?fM|QK0e|=WD;WLg3abVwq{w_g%YbO1a!R$!yAidblno1w=ZBC&q za$NHp1ADS~)bGT(i{;4E)i*oJ6F=E)$Gzg7pq(&q?#pn0^ pt3FcT+MN>547U$q>$TdI`FXT;7;nE#R_(ZMLpe-7qluof?;qJ=Zr1<+ literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/halberd.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/halberd.png new file mode 100644 index 0000000000000000000000000000000000000000..063e1085448725a03e9e06856599c0b695437a78 GIT binary patch literal 666 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?vioaBc-sjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikd1AIbU`FXjLV`Ab$L$3b+=Joa_Hy4M@#92`R{?;ZYB5}cjMO7*a3MwMX z=E{aZ9lO47S^%W@OM?7@|DyngD|cor1WIuhctjQhRm6iZMijlb9;qHn4l+YFfl52bq4AS*c5*YNC}n%`2_=IQ2>ML+L=i}NzMX~$YKTt{#X!ZTu~zF02Guc zag8Vm&QB{TPb^Ah2uRG#E79|F4N)-FGt@KtbMg3kpqg!|5uRzDo>~kXKn^Q|6eBAG zBar0<#L`eU$fp{N%wTaQAls0Ui9rBJM*(qWI}2Dm3&;k6;5J5v7r+34(P)-30Hr3d zGq3QV0J5OE3=IrGvS;P~T@YU@e;UZ_ z_jGX#vG6~8?lxbuf{4pS%WV#su0Q{;*JTW}nEqvD=Vu3xZ!tfzA-C%NfnWQYGrqAc`t~PTlx6q)ev|Lz6F!TdFR-5K SUdz55l+YFflSxS1)#Twzjke>VA`Si3vyvmjw9*1J$4bhE271IDpce1s;*b3=I77Ak28Z z>()u2phSslL`iUdT1k0gQ7S_~VrE{6o}X)of~lUNo{7-?Wz9e}+fpMu(>y)37(k}5 zGDtD9GB5&JUO+4jWrKXI!N?322RX%%k%>V7NJjy2W;+X5JPXJMfwneAh8MtqfzfD| zG61C}ursg#RT>x>8!#?_m$Nv;eZ8x(p2rK(hb4YrkEy zPs|1~OFdm2Lo|X@&jkt{R^VW{!0LNBz&H9`{S6BT literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/rapier.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/rapier.png new file mode 100644 index 0000000000000000000000000000000000000000..9d734ec09faa7f78086375ef2e21a26972073b72 GIT binary patch literal 547 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikd1AIbUy)+#HUHp^-Nn zDRy-R>JZFwd=8}eOM?7@fhv&z!<9QT76PR>3p^r=fhyubnDKhot&>1Oi4xa{lHmNb zlJdl&REB`W%)AmkKi3ciQ$0gH6QTRdnt^JzrABzBd3tIwZ~!^13{s4&42(dQ7Z6KB z*&rWkFfxP1nSg9VMkWRUARPt7ne8lK@hl)41lrmd8D0Pb0!E`*$^ev_z|Oz|RB2#j zY{0kxVk*c+)&&rgrU2O>zyvgx39K^6(gMhW>M}Gi0LlLEuKjk+J~11}tn+kn46*RP zd(NA$L4n8hVwBc{^}plSNpv&mT3s^_m{je=PFVdQ&MBb@02V}?H~;_u literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/sai.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/sai.png new file mode 100644 index 0000000000000000000000000000000000000000..c408af9d5b49b7d62850b8f17d083d03aa49ec4a GIT binary patch literal 496 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G|&0G|+7FHMK5|Gy~<2zkA|DOgk`GjZ1c|Nr$Bl@d&hMB;*rU7djn-C6d$ z1yVdEL4LtNSr}jtx_|B*P@J>CBeIx*f$snaGiF`uKW>p2;E=S3{Zkr^z` z1Y{dBGJ$;=1!QNovw+33fNT)hU&hGr0_b@djb^a{4j*;31vd+`h&t;ucLK6U6rGy>; literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/scythe.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/scythe.png new file mode 100644 index 0000000000000000000000000000000000000000..2316317e5f90508453640eb6a09f46b52890207e GIT binary patch literal 632 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCik#1AIbUy)+#HUHq>8|K|1fW^7ojzm1);fRN0@Sw`yWf<;yT|Nj?>3)WXu zN-!}hc6GM4v68g_<_vR zo-U3d7XGyt-b%Fy2(UiTRLm^D`~T`Y$tmj}{+U$CKTl(dz@+J_=lS@}QygA)XN13U zxbdRxi0SnXkx2o*S~&u#YgsQo-yJ`{&44L!qW?<<_9r*y1gq6?GCV2x{Zw3G!tS#9 z?`AMO{o9%T!RYOlo%Y8p);gv%Sl)Z+VB-1U-?8Tp1&;J6d`teZyhr`Xzu9tA>ipP$ z)$t#z{)*#i;-Q literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/spear.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/spear.png new file mode 100644 index 0000000000000000000000000000000000000000..dfd6a315a7a0be29d1f0c9d76ba1f1c88ed3c836 GIT binary patch literal 562 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=I77Ak28Z>()u2phSslL`iUdT1k0gQ7S_~VrE{6o}X)of~lUN zo{7-?Wz9e}+fpMu(>y)37&w3&Rt70XRt82O%L|C5p=^+AG#Ht|;!HrcAtMum0FaIX z;>>myuy_`b4FYX#j0`WB5j2{m3_z&~>vp@3Xlx~Oh9v) zz$$|*Er2YjE<*zYknI2N+HcqF6SINLhn_BuArbD$5+54`y)Ls>WLo`cH9Y3CDz#=y?fACa;QrHBFrR!0oY&mW#c?tIvV+FN^Z*IM05jNPr>ICSe-CPC^0$ Y!!D(@ymmdS4M86FboFyt=akR{0E+yhFaQ7m literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/twinblade.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-diamond/twinblade.png new file mode 100644 index 0000000000000000000000000000000000000000..0fba8769d93e00b40680efddaeecf2472904caab GIT binary patch literal 633 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijq1AIbUy)+%#s@s$Wgs%So=JobwL3%-KSZtt+pTCWr%*0uOMOFX*{}+i1 z)>l+YFflSxS1)#T){x@{>ee!kSPZ0uOM?7@fojkI!=~Ch96)K#0*}aI1_r)^Ak4U9 zV)k30phSslL`iUdT1k0gQ7S_~VrE{6o}X)of~lUNo{7-?Wz9e}+fpMu(>y)37(k}5 zGDtD9GB5&JUO+4jWrKXI!N?32X9BVf8JQRafOHfPXSTC|#j}8H5V%>!$nXLfFfba; zQU;*Z1a<}%ph^QHV*|zo5K}=mvMzv_GzG{80VbfiOkkBkmKH!3RF|QF0Z4YH^ylq8 znxB+_%p;yIjv*HQt&;=!S`>I#y;nAIyej&CIL~pB-nKWtvu1c6eZu(Dzm183ht+`1 zok_x4-^`1mMaQFgxB+?TCe{(g$9_~`fIdvRXl>A-i_p9>W%-?8^+vh$YgjK{{`+4e_B z8+#eBSuWkr*Faw|CPIt!}vE-z&cGOY~EnDc=`<)&df3t?t$>JkzE> a`NMj%$KiqI%B6K6zj?a)xvXiBc~+j1bqUlQaO43tFz3|H>VSO}EjEbxddW?X``LU)Bs%vn@5kGtJXei-7~kVP%kFWMyCkvb=y; z8p;OwP=k>fEY1XE8!|F62mt9QAkJ)O0gGn=*&uMUjFI65Fd$$wnxzatsR`^1EI^e8 zM#ct=3m~R~Y-C*kF=+~r4FXI+bD6*@gDfq8ET}F+0|SukOzF?tdo({O0ht>;T^vI! z{MSyp$k(jE!?0Rx<%?hc=UYd4i5xkWvRiycxmm2z2aXe0R?k&eTHfPY8}MY##NxmdKI;Vst0F5=Z8vpNS%G}x0G|+7FHMKG>NdyEErBk647v=;0z$X{zi#@rmI0`Jm5#omQi6$5v8%JQ zgR`}zb!=EHP+vXojk`cfuq4PY_&*w8P+dDS2`I@~;1OBOz`!2?!i=rwYPJCdB}!Z) zN`mv#O3D+9QW*jgGxJLH{9Hp6O!W-)%>G%FBlnwH!1|u_AoC(M_WMl&SJPOFpY-a(BX93wDaHW-z;RP^2U^JSg3_z&~>vp@3Xlx~Oh9v)z$$|*Er2YjE<*zYknHC!rj+6%5p#jeGEW!B z5RG8pzG$HX3LMNE&AMt&{`HS$DqU9Bu-h#}XIjnO^1vlimflFwo?7e9bu+8zbzaMy z!Y|7fNEGHB=akix;MkY2g4z4Qx8L@S&lm6>6x?w_Pef)_QQet^YPYKFPCL}B*=~DI na)E*8ye9%KXE;9zg{(=_H?QPUyFZWd1IRU=u6{1-oD!M$bAiaP=m*MvR*ZPV| z2_{BH>gvU=&J4i})|S>l-75ROf+*pVAiv=M7=U3@?HvxFG-rWFWHAE+e;f!ivYxfj z1qw=(xJHx&=ckpFCl;kL1SDqWmFW4ohA5co8S0q`-Cx!WRI@EL!ZXd&Q;Pv)3M+#Y zBP#$cc0dZzK3s^i0$OeI&Hb#aQz<`0#XqGYn zr6#a5umDvW7#SNdE`XQ{vXONG#H1-eHV7~Q&1C|s46?KUvY@&Q4GciC@q80!b^Fib z2QpWBx;Tbd_}5;#DAc4N(E5;dO3#Lz`~MS}V|*TLc+NKa|LGF7q}(ZL(+g61t};k2 zZ@N^;7Zjgk_2jX^%iw_DJQE_%+cEy{JGj=l;5~NS%G}@0G|+7FHMKG>NaHoA;-@xP2bistkQ`Mi)9FA&{tGSFfn4#Whi!a2CAJY z&+-IF@sS|=w^P@=>&q9iy!t)x7$D3u`~ zF*C13&(AeP!Bo#s&qV0{vSy%~ZK)BSX`Y^13>-iXD}xjxD+42tx>8!#?_m$Nv;eZ8x(p2rK(YpW7NYS?73mRZHBG+ZO*4IVkXN$wt2exxvX!>}BeIx*fj8ZuQ0pzeUNHMZ9FalX# zKr9VqgM6vM$P5-|0#Br15j!LI|B<) zrGb&L0pkLQsURC!7eGv!0%U^#6VO~Hu*x7y3m^-s%h138Bpc5+aaOngJboZ^wx^3@ zh=qUarPE@~3Opt)a*J&LETiTGXIQvSsggr4M;ulsNRoUy3;HTC{v~OLNKB^Vba~+zUQ`U{iX+ z-SrJ`#SeTp7WgJS;aj=FcV>-R_D8=>S+@L@Us28UYae6sf97lZ8U*aZ;t#z2K8Y!P bi^IA2^=r)kI(~Y#4CG`_S3j3^P6>MnHC5Bi92UB~TLN7yKU;Fg#F>l?2Lh7I;J!GcfSSf-vKX5=jT3phSslL`iUd zT1k0gQ7S_~VrE{6o}X)of~lUNo{7-?Wz9e}+fpMu(>y)37&w3&Rt70XRt82O%L|C5 zp=^*ZH5i$};!HrcAtMum0FaIX;>>myuy_`b4FbV!j0`V;fdQk@EM)*nO<-qW0je}G zGB#jb05KJ0BkKZ)NmGDq5MTnD%LG;#WN86pL3J4#7=UDNe6Uil&yxa$&KXY^#}Etu z+6fnhm<4%U1wAk3{r!L6>|oy89pCI`T0ZY85Iwe2*x{h1{2>L8f_uUfC!Gi==yGkb z*tcLojLK3KJ8gF-#i#F|*t3iD+~&1QQM}8_b!JiRT&Kpy167;9m2!!!;_dsH@m__W zrT6XeOBTP{rS?~G-wsb$__x2vh_B_Cwy@~q)dm%sxwAtvKAYb8sPyIEoZSWAmfvaF zS}!gzpY?<~11NqU@)z4*}Q$iB}eJQ?T literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/greathammer.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/greathammer.png new file mode 100644 index 0000000000000000000000000000000000000000..35f18d9c0eda513a78988b9f3f48f6beb61b62f6 GIT binary patch literal 1515 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WChBV2l#}z`suoOYS??I+j(m_dTBbiC|fxzS^DZY`)E5kDO$Lx+A#d9VfbIi z@H~~_dnv=4EQX)u3}1^GKIXfsSi7s)7G@OYrRL?PWg5e~9ELwt0s3x%2JWgtBGMdOx=Knq zii+9_3P$ScCYqWmg2DmLzMeL2UbgN*uKp3;p<$lEA?|^}ZUGFZ-PMFeSy)(ro?>Tb zx6sw~w(|&d@$<3wWH{?-s-?xq$jHXVW~QyJ$S2_Mgk#5=oqM~GBGi+ zva&KWGaIU@F$6OhYiKlmTg#x!z_3aO=`Y)g&s zO!M^AV&DLBSQ(@kSs56CEH5CIhO$8^Q-hHiEY1XE8!|F62mt9QAkJ)O0gGn=*&vY9 z#>nsjn1Eq4nxzatsR`^1poljxGB#jb05KJ0BkKZ)NmGDq5MTnD%LG;#WN86pL3J4# z7=UEs`6kZl_MgWORM+R};uvD#pE@Z!{FZ}=Ykt!n70y%AF1b;xjSHL_8qD_8F5n1i z%<^_Q5R|o5A#3Y2`TLwaCb4(3pPs(^JSFWc4};^XXIG?xR$mtWy!b!k*2YD=J%x!A z%`T?dgfNL6%i4T@xa&G(vX>2YV(1@Wa8vG2@J=PjQ-_b`x~ zoMZO=b~)egS$7i-I;(Ctrzd6GQ{H&%LuE+C3YIeqSnXeM&ONmz^zlNWCC{!gS8a`2 zt=u@_yz|nFLJ_AJ9F6U+c~pnnx^;2q<>j^?x@|Mf=*0r1ixD9m>Sbm3yJIwFdM!7S znP#-W_*mH^CzILT&%V19+LunS(UD2iWKQUK+Lv6Is2*;kIn_V7W3ACNBZi!%N+EVn z9#8x+GeTEkKF`$+Qy3ThD}4WF(Z82(iWlo$Jv6=bS?1^YzFwC?BiG1%j9Dw1^Ev7H zs=HiqKm!^7@45CUJo`*a!v*Fl=_Qs64hFHg%zt@n!;S}^f8F5SJIgF6ULve}DNo7% zwB(IBN*BAI)iOT%b^B~rH)n$7uRf-?pIsL1h`#fdQ;>h<;)9useR9x9F>-bgao;SzNoTnDM1TR$1)i(D&lfs{TpLN~7^72a= zcTA;vD^+7?CcG5ck=TdK74S4@x+cydDg7oC)-0_3C3P}oKWVu*^aAZ_6b?L6BAFr zbpCnUozZTxTW5*Y&ys)x#;)?Lr|bj&GOYdd#X{h?vg`k!lCoC{j6VzM&Dm#S{QdHB yv)A_jt6JBEh@HNx7cLZi_omwN|NsB~`o(@AH<;;RMdJ)mD)n^rb6Mw<&;$UIm}T4m literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/halberd.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/halberd.png new file mode 100644 index 0000000000000000000000000000000000000000..47a43c359ec44e4068665f1d8682517ee409b937 GIT binary patch literal 671 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?vioaBc-sjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCf`V@Ck9{=jBR{iHQphx&8mO$cc0dZzK3s^i0$OeI&Hb#aQz`%gfXqGYnr6#a5umDvW z7#SNdE`XQ{vXONG#H1-eHV7~Q&1C|s46?KUvY@&Q4L||T5YIPpR=58=ejxLkr;B5V zhxgX2H^rJ1L|PLC`k1oz{J(uHg|DDZ?~ZxU>;Gb^JN@WjS> z%i`4;CU4x9!tk@yE--lI{L`!pR2_7WSxt9+%X+}7LFG+M6=Q)WOL}j9{uOqs6SY0p zTB;cNz1TOGFO;(kn6|$0>U3|F1$8H z=-(9R- z@FiT~mA*sgFX0up-%IafUh!-5x%G`3IDWGoTK;$cht&tVe}DG&{%+Rsk=yKiqtnHu RIsK* literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/katana.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/katana.png new file mode 100644 index 0000000000000000000000000000000000000000..6c083dc0e06bd3713235ddff2cfcd1e6ad6f6dc6 GIT binary patch literal 573 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCik#1AIbUy)+%#s@n?E3zP+fV#8vazO8lq+`_O*$KS?|A($c1#qak2*9^K0 z`ie>kCPu}s&Om)p>Ry#VO0XozFZe$iU{GBO>_%)r1O3&M;mN+cbCf)XXJ z5hcO-X(i=}MX3w{iJ5sNdVa1U3Z{C7dL}~mmo)>`Y)g&sO!M^AV&DLBSQ(@kSs56C zEH5CIhO$9E)nH@>i!%Y)hKx)M0zf(nh%?(+z~WgzHV6c_F*3XW1_+Esvy=fSHG!Rh z1*p=%$k>2!0mM|0jjRhGCQSjdL4XNpE)!T~kfjBX1=VF}U;vW6@xe;HK2ORB$eiHm z;uvD#fA-vMzC#KEt{06%S1exo>3_U-WN`$KS@TAiaPgnBo8b{|vee z`ie>kCPqf;>cy_k)|S>l-4iUi(t(t4NswPKPz@Sj*i?Im11QZ|;1OBOz`!2|!i=nE zEp&l`5+$w?CBgY=CFO}lsSE*$nRz98ey$-3rh0~YCPMd@H3QXbOO5bM^YqkW0GYzd zAjQbazzAe{0kJfc4f3%DBQsc>3CK2NWMU8i(osO1+0FtM&jPYRAg7Iy;RP^YU^JSg z3_z&~>vp@3Xlx~Oh9v)z$$|*Er2YjE<*zYkZe5P#97_` z^Z0?xQcoAh5RKr}bAdvK6*yQfu=-vO@Qr>~f5XDTIODr}g);L6Q;E(`d>s|80Y9As zRIf?4=i1E6&`lKnr}H?M^W%;Ad2MAmM#p(4|FqycDHh?qEkb4er8OTUzHPqx{nO_9 uh?$f5-YnlbC*a9!HrolAt?bp&fnS;YW5jMGD}MV5a*U^|pUXO@geCx6N|=WL literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/rapier.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/rapier.png new file mode 100644 index 0000000000000000000000000000000000000000..e32403e777b7973aa6bb3b64da21c9045e71a761 GIT binary patch literal 549 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikd1AIbUy)+#HUHp^KXS#5JNMI6tkV zJh3R1As{g`uSCz!HAKNw&rr`q=>D>1pqg!|5uRzDo>~kXKn^Q|6eBAGBar0<#L`eU z$cGw?%wTaQAls0Ui9rBJM*(qWI}2Dm3&;k6oHj;=7r=mk(P)-30Hr3dGq3QV0J5OE3=IrGvhjQqXLb9};|DSuJY5_^Ed1}D zyU2G~ful8%D`aljp8t=prS4euplt8F?rTr}C$aq8Sk0V~$e3`r?9%@otA8(et@mO# zd)vE)jnM|B%+KtYFWWc#DBZM|@t!kFW5O;bz9}CVFP5>2yk|+F<#yhXXP79g9bNS%G|&0G|+7FHMK0Z)=qWgd9J&FaWiz(z*TrwZ5WKf{77>E<>@aGf<(!f?@|C z#ZwaG7yKUq7=-ShI|mf!EbxddW?nAmtPE0&tPG4mmKP99L)jo-X)rQ_#hHL? zLq;aBFQb6$%yt&AcovWi0?W!68D0QA52Mj6WdKS|U}sjH>L zQ-Ev`U;>)U1XdYjX#r$Gbr~8MfMnBb^Fa8>6 raLs*p1xVW3+(_UY{c#w6Tu6{1-oD!Md+KijDZ!E;zu^C9fI)Tb%p{;BXMsm#F#`jC90)VAp0&^g3QCl? zMwA5SrX``LU)Bs%vn@5kGtJXei-7~kVP%kFWMyCk zvb=y;8p;OwRD+QjEY1XE8!|F62mt9QAkJ)O0gGn=*&vY9#>nsj7$7hj%~A%S)C6`0 z7NAN4BVz-`1rSp~HnJ{&m^1~*1_36ZxlCY{L6#Ok7F3s^fdNQ1o^Rr;ZvT1wK;{`w z7sn6_|Jn<;nGOpGuw3936wG}6fB&}49(Sfy3RSb|whB3Y+Vte+!-s7=8nuF&Ys*`D zGd*I8dp(pnuP!;nzG&@Mg=aP2Utbn*Q_%UODf^(|&Ftb|9q~*IH|Os9!^BcF{nN`n z&I|YESFq_{_M82?xm!lvI6;>1s;*b3=I5nAk4^m)!J&4Mt|LI1`X<$jHPX0HmXU zIJ2DvES?2qgFsFjBf|@31dV1X15j!LI|B<)rGb&L0pkLQsURC!7eGv!0%U^#6VO~H zu*x7y3m^-s%h138Bpc5+aaOngJbobasi%u$NQ8T`#K#6fugk0znO1+=jU>0l+B0mM z&3R@qGecya@RMT@Al{g$eYcxde+x$y5yfRi}9cD+c*B^PioFcWmK$qwcN7c z&z(>EU*5jexKW0uVc-70|4okw?&4w5U7lrjB|PNU{0|p897Fx5B>ununulkrRe+=w z!-S_t*PUY)c;aBNN!Q=NQ0l8??ZFd%1&a&$L>I|ReEqrN{7WvjJI|TZEIAr<kCPqf;>cy_k8gkq~-SLxJCj%+rk|4j}{}_N_Q|%oNpfqQJM`SSr1K$AR|DNig)We7;j%q!9Ja}7~2)icyH5xT#u8K`DkYJ_K+r>7PJ$P`uv zDMnTXMj*=zh^3)ykdHMOnZe>rK(-+x6N3PdjsoJ$b{4RB7LW}B`^y*^UH}6IMx$BE z0F;`*&cFgxX<%e*z__0NEhG1T>cktTM>b0?2~uGBhv%$r|ukoc_Em zw-U%a;_2cTV&UI9IgqbKfrr(5WfRA%qW_2U92e76i4cOe7 zB&G?ec@*mdKI;Vst0NbI){{R30 literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/warglaive.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-emerald/warglaive.png new file mode 100644 index 0000000000000000000000000000000000000000..0b13f5fa8f765ece183b72dbae5a7e8098c604ac GIT binary patch literal 598 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikd1AIbUl?8;_s@r12V!bpS96z@-eOv2qW5=*chas5Z_W#!mx(vmx&iaZ< z2_{BB9k#PJ@&YOTk|4j}|0sar%AFYtfl{0W9+AZi415Pbm@(^GCnr!)qQo_#Bsf2< zq&%@Gl_4N8Gp|I?&oxBBRL@Y)MCksqW}upFsS%!Oo}O9^96$~$gA^kx10#^-1;o-& zHpqt>jLcwhCLr68k%>V7NJjy2W;+X5JPXJMf&FES3@?BI0i)3@WdKS|U}sjH>LQ-Ev`U;>)U1XdYjX#r$Gbr~8MfMgB$EKYykmRkvAZuE3<46*QE zJLw`{vjPvpYO$3se*K?s9pxo*D$ z@o?dJy~w2Tm4smEt<6OmE{pVocCfTKZvAUAi!<6|ZXVMOVYS`!=P=6-t@<^>ygmuU+fFgb2;!+)h?ky=N5{{Q_+2N$1jv_H_49?$egQ{erY0H)*n uxtpY)sO}Xt`S2&6>7D(TY37X9jGx8*C+Oe&X>{oo$RnPvelF{r5}E*rJg*D@ literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/chakram.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/chakram.png new file mode 100644 index 0000000000000000000000000000000000000000..0164f37c008d75ad2ab7baf28351498888a60295 GIT binary patch literal 547 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}x0G|+7FHMKG>b76kyaHYPN;R021%&?peem~d{H7Gamm5X(6_pZ9jEY^I zogJL5Ev;k2VuAW>jQu77DZ!E;zu^C9fI)Tb%p{;BXMsm#F#`jCBnUHxcg_PjPol&% zq9iy!t)x7$D3u`~F*C13&(AeP!Bo#s&+N~|nAmtPE0&tPG4m zmKP99L)jpsG#Ht|;!HrcAtMvm=TSg*W;+X5JPXJMfw!%U3@?BI0;AC^WdKS|U}sjH>LQ-Ev`U;>)U1XdYjX#r$Gbr~8MfMh?E@&2fDiSPw7%RF5i zLo|YY`=W&oC~z=uH0!E8`PV<1sdQOg!)~__ooO|9%LA88S$ZQydupva*UhY=*Lf{- z3coB{AW@iioKsd$f@5F83TE#I-+tRSK3~9lP;kcyJrS8zMRjKus@R$eEr#p}mE(!7r{*M6|Hr3wY07`QfctjR6F!0BLFeB?( z3tga~M2TxeNpOBzNqJ&XDnmeGW?qS&pKFMMsh**piO~IJ%|JEVQX@RmJUz7-K&G%V zNHMZ9FalX#Kr9VqgM6&P$P5-|0#Br z15j!LI|B<)rGb&L0pkLQsURC!7eGv!0%U^#6VO~Hu*x7y3m^-s%h138Bpc5+aaOng zJboZ^m8Xkih=qUcrHevM3IeSUS*P?I==xrNgF(Fb>4xWQv;UtiQ9E^OMUVc&6B4T# zjr>^GKDX4U-T3rD|KT0}j_-{f(rkaR{IO=6&UbLDvVs-Erv3-l*d2~_*RebAXRP|+ zTgK^N&+tDtAbrCX=CXgCS_SXVJDlHeu#V|{!Fz@F>D@J&#}(dQ+&|TNN&nevP8S_+ zMK>*K`t{eW`{2!o8ZGOuanINjC%-n3+44WbGhTb^{9r96 literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/cutlass.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/cutlass.png new file mode 100644 index 0000000000000000000000000000000000000000..0f856f6c6f0bbecdccd3674b4b3aad245c48f840 GIT binary patch literal 499 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}@0G|+7FHMKG>NaHopnAmtPE0&tPG4mmKP99L)jpoX)rQ_ z#hHL?Lq;aBPoseB%yt&AcovWi0{hDt8D0Pb07j!($^ev_z|Oz|RB2#jY{0kxVk*c+ z)&&rgrU2O>zyvgx39K^6(gMhW>M}Gi0LdEgS)Bg7Ew>WL4D)nx4ABUl+UqEEK!Jl< zIU`s1e|^64;*9ESzc+j=H`M>L%h7>h?y)0+2-l$=d#Wzp$P!cHGS9s literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/glaive.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/glaive.png new file mode 100644 index 0000000000000000000000000000000000000000..ae7a8a841287daa0f75e5edb527c525c243390a4 GIT binary patch literal 548 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=I5nAk4^m)!J&4Mt|LI1`X<$jHPX0HmXU zIJ2DvES?2qgFsFjBf|@31dV1X15j!LI|B<)rGb&L0pkLQsURC!7eGv!0%U^#6VO~H zu*x7y3m^-s%h138Bpc5+aaOngJbobavZsqUNAUJ+a9|8@BiPX|MpMZ^{YOWQE|$I1)2?!|6b3!&avgr{bP9v zy7fB)OIjlLX}SvJyljZz>&gx=lNLDb$nfO%|9bfb*}zo?UE)uF6`lG|eTGD%E?X;0 z$P7D%G|RiqGAs_$#CKcq&w0AouAS>5f6uR)D@D7SCdxjC@Oh@3mvme!A+Y%KDzU@e zudhqKtE+Io|4-=zBlD$}CMLDwc(FFF$43M7_A)X917+o*b8{l@yajpH)78&qol`;+ E0I{c|NlNH z)nH06F#@u$NlGUGDS?t8zu^C61tRzs5v%n*=n1O*m4ulz5&syjL1tm&cBT9nv z(@M${i&7Z^5;OBk^!!{y6ioFD^-P5BFKY&>*_ImNnda%K#lQjNurf$7vNA9NSzbUa z4P}FTslmt$7H0yo4H=mj1b}oD5NEctfW@d{p}KZ_e(5Z_Dqr zY^@g;n9q7bo$<`}7^ZjsTYdivmHiFA@vVKs`|^hi@3;K9V6NDnJSQ>6R<5%CiQU$J Y406*=R8%vJmx27~>FVdQ&MBb@0NSv?S^xk5 literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/greathammer.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/greathammer.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf0b6d0e45f153eecb94c41b4a8e61683db9891 GIT binary patch literal 1515 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WChBV2l#}z`suoOYS??I+j(m_dTBbiC|fxzS^DZY`)E5kDO$Lx+I+nf|Lt!bZXPY(LMJQn=U!IG1iJY7*n6H^YhkLT#mLCW#>Qr*t*yu>;P2$)>)>@{v7QVkw>%G@zKV*U zqj$Jh$mLD88lvJ#{DLP}7~S0Ad}*W2`E{1pw>chLYH)m+p#m?zmb|>4va+U_ge(`2 z95=6)xa6nvF|Uq?C<_RkUS%5U5mb_0k`bR#?CP9gVsvVy$<;0P>LOy6dV1zMItHq$ zOiWCytgOt;%!X=en^FXgH8lQyjW5+;dbv>)=&q9iy!t)x7$D3u`~F*C13&(AeP!Bo#s&qV0{vSy%~ zZK)BSX`Y^13>-iXD}xjxD+42tX6 zs4hbT1CVSy-^5wn{`2^O>iRrg978PpQzvDI-*OOf&2QSH!g)&CB{zz-ae-4qgV~7%Og0i+MWNn=$f1i`bB=&Ch)6;jKr=*?bVQ^ga?21&->dV5P7yoD6+PH|f zr!aA%*~K)Q5GJu>S(|UK<(qxkl~GQMkvn&*{?56l`CfA^J?^Z!AimTh_MQ3Zyydg! z9tLugbIiWqF6a9_>u$n9XVneo^rUQi${TNes0^uC!E$B+tNjbkxu@2IK3*uaam zs;yD0l^Z9VcV2o?DB=`@qp{sJkLqw+w=V9yyxjIfw{4~wy;z`hF(RZxy{znhcZ|kN zujNKE(~K4vA1iz0WHP(^*>{&h`_c(EIx>lx%n2P&`;rS2)x&Kxr}_tXtTmcu#E`R8 zDa7u{6J0 zJ|{h2b(bp+XdvVNJ=Y$EXP-%FxWHT`y~J|C!5}u5`7dv6*zw@=uN%C3XPE`XON4bV zpmb@`X>0nySQSrTx-*j1kOlzre|hP9u*SO^?fcK!cTQua!L@n<2uIr~hE zzh7Q%_S*h`RqMJCvD0_;!iA#m-c(!u|Nq}#zt|7t1~WaZXq*8`rJk;SF6*2Ung9uj BdI|sl literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/halberd.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/halberd.png new file mode 100644 index 0000000000000000000000000000000000000000..f4e3ae3958f4532fab33c637237a890b1eff2941 GIT binary patch literal 666 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?vioaBc-sjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikd1AIbU`FXjLV`Ab$L;ik^|8>oan~US+M$xDMe`^zyQVpg}DS|2r3MwMX z=E{aZ9SpNWF9AvZk|4j}|0sar%AFYtfl{0W9+AaB6>%WU$a>a77bqxE;u=vBoS#-w zo>-L15RjOeSEA?V8lqsTXQ*c)bbnbhP|dc~2+uT6Pb~%xAcvJfijkFp5y#KU{* zRZp=)3IeWy93f09oBluL5;2s$YH?ydi|u>4l0|C&cTR86yxsrTbN#VvQKl<4&RrJ2 zoMH0keW?szOKl5{m(IVo=|k%npKed3%{!gq%L;eKY^y$d@&Lb2+E} z1jpA2eTokQnR35MMI`TbVg8WZ_=_zf`lfpG+v0br8)~=J9rAo|&-=ke?guwNCtTQ^ zaHTlmhH=83%MC9)9lnYvR5M-pD`D_gpx`gZhQACS{t9#aW%l?h+wqt8#9vX3U)&eI zq%U~oe_+Kg<{78oOYfDH_!Bw(x?|LoTK3HU^%L6_R{ehLo&DYH#7}M|vx=YlZ*B+! O1%{`qpUXO@geCxf<<*P; literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/katana.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/katana.png new file mode 100644 index 0000000000000000000000000000000000000000..e2910eec0e7429ecd91a65ed84e1ffcfb8db3b6d GIT binary patch literal 572 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCik#1AIbUy)+%#s@n?E3zP+fV#8wpevSWi&FkexQGXk|O(}wbE`I<2J}A{- z(pOYUFfl52bq4A?lo@*kNC}n%`33(+0}QHbXC?t9ISV`@iy0XBV?mg4MTw*XP*9@8 zHKHUqKdq!Zu_%=xATcwqM9$cc0dZzK3s^i0$OeJnHb#aQzyN{KXqGYnr6#a5 zumDvW7#SNdE`XQ{vXONG#H1-eHV7~Q&1C|s46?KUvY@&Q4GciCH$GUY*XKzY0h#@t zE{-7<{%6nK=4)0Eak*%@%^}nE=l}J(jDZ%@zpU*1?BMb3Qp2C*?Q9O-Vhn;;(-Yb=?vm8Do%I!COPF_QY}kI{!RA>b1%6I z*yq`GYU R*_VTy>FMg{vd$@?2>{jvscQfL literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/longsword.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/longsword.png new file mode 100644 index 0000000000000000000000000000000000000000..353c71784962d7d17f1bbcd9c6e6c89b7f1d1829 GIT binary patch literal 554 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc3?z4jzqJQajKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijq1AIbUy)+%#s@s$Wg#Lbw|8>nPHY_&K#qZ@tQGXk|g7kt-DT4q1J}A{- z(pOYUFflSxS1)#Twzjke>aJD}HUd(@B|(0{|1ki=rrJ9kKxxhbkH}&M2L3n@W@J5U zp$in0C~=J_3C>R|DNig)We7;j%q!9Ja}7~2)icyH5xT#u8K`DkYJ_K+r>7PJ$P`uv zDMnTXMj*=zh^3)ykdHMOnZe>rK(-+x6N3PdjsoJ$b{4RB7LW}BIcN_2kW>!@%I_~{&= zdQGxD*JfUZZldr%oyWPHA8*XhYb(n!I?g-!rv=|hu?X*N5i091t@$AFZS&RdpElP= u%$&^kX8G1R0Z(SL*-pr8Wv`A7{L17XBX%QM@!MCBV?15`T-G@yGywq0&zk%I literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/rapier.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/rapier.png new file mode 100644 index 0000000000000000000000000000000000000000..44e25c79b59478c8acfec9add4509421212a6a86 GIT binary patch literal 547 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikd1AIbUy)+#HUHp^-Nn zDRy-R>d<+!sT)Y~mjw9*|3?7~SMJPM2$bS1@Q5r1s)z$&M%J?yx*AN9$JwrVcq5I34fois;MtG)qdTKFn06DA-QjDw&j6jwb5KBYZ zARlTlGK0mLfNVoXCI$f@9RMa@rUfUH}6EMx$BE0F;`*&cFgxX<%e* zz__0NEhG1T>cktTM>b0?2~uGBhv%$;R_doYn0=j~~da^K@|xvGBip z&YQ16fyeb?l-7gwzvI_QbTjE%T{91uRPDr2cXL1ElM9Rn33ey<-@BU|P$E3#E>ozv z!(G#iT}-+8jjzNDO6HWDZ*Y@uIJjD`!Nzrt!VA3vtzR6|zdV}wxhea5+m=e_W9$yy rrS-EIK7F)V!CA03&SukQeuihVx{M}QQ&rUdfL!J2>gTe~DWM4f6Hl20 literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/sai.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/sai.png new file mode 100644 index 0000000000000000000000000000000000000000..c91ffa7e6196e9db39870a6c168bc52166228772 GIT binary patch literal 496 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G|&0G|+7FHMKPU*nYpgnnJ~+LR*ra--<~|Nr$Bl@d&hN;Q~@U7djnKktwg z0a83AL4LtNSr}jtx_|B*P@J>CBeIx*f$snaGiF`uKW>p2;E=S3{Zkr^z` z1Y{dBGJ$;=1!QNovw+33fNT)hU&hGr0_b@djbltt=ebU-ef(pgRT9Bg^S|jpOc-QE_%H9 uYoNh3_uY{*ueX2MUaerV$t{3Ctd`;8ZjMiTef{D=)_J=6xvXf|F-^NZ^K$cc0dZzK3s^i0$OeI&Hb#aQzyN{KXqGYnr6#a5 zumDvW7#SNdE`XQ{vXONG#H1-eHV7~Q&1C|s46?KUvY@&Q4GciC@q80!b^Fib2Qp84 zx;Tbd_}5-|E7c+(!1_Q_F|+*c|EupLr>uYYXHq5qJdG&=lcuYl=i@g|ad_FC5&p{I z#*4Nirq??}CI$FvzLADdGDcviRXiV$DThFIMSo=E&0dt9`z^xX3I^f^JD*2 z$A7GnyQPx3?YE`qgkPo;p0oNq(-(OEJjLL(eZsBt3HSUHF7_u}WiNQQeHQZ@JN>5< czG@2`lFyH~FphHAo(A%wr>mdKI;Vst04GSr&;S4c literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/spear.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/spear.png new file mode 100644 index 0000000000000000000000000000000000000000..538488387bba85ffed543fd5313c60299c076083 GIT binary patch literal 533 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=I5nAk4^m)!J&4Mt|LI1`X<$jHPX0HmXU zIJ2DvES?2qgFsFjBf|@31dV1X15j!LI|B<)rGb&L0pkLQsURC!7eGv!0%U^#6VO~H zu*x7y3m^-s%h138Bpc5+aaOngJbobah^LEVNQ8T`#K#6fugk0znO1+=jU>0l+B0mM z&3R@qGecya@RMTS@boFyt=akR{05*P?D*ylh literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/twinblade.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/twinblade.png new file mode 100644 index 0000000000000000000000000000000000000000..e6e6ff7ccf9ba33ea600ba9b07bc88caae8d3e70 GIT binary patch literal 633 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijq1AIbUy)+%#s@s$Wg#Lbw|8>o)AiW?qEH==^&)>%GDT4q1J}A{- z(pOYUFflSxS1)#T){x@{>RxKGLmEg4mjw9*|Hl9fn`-ZH0Hrw#JR*x382Ao=Fk{xW zPEMepM2TxeNpOBzNqJ&XDnmeGW?qS&pKFMMsh**piO~IJ%|JEVQX@RmJUz7-K&G%V zNHMZ9FalX#Kr9VqgM6&P$P5-|0gCZM@YV3k3Z7C;tMm!W|HNY;SQ;`HZj zxs^cX5lBwGYQW~s zBw;ObK%h9bp;PVIDhA`Tt=UW#pQd&*{hu8zHJxQf)BYVA6ZY=>(YfK)4Yxp#=q0rq z6lG_8e3Y*!JKt>X%hoM_KgCsi^n3BWIIr<^;JfS3g$kDM*!wftc}sT2W8?2^`y-@s z65cuIdQ4X{C@*S0Z~Wy*jE}9`yXl8kH{9{>6<_!z`l-&8?+ZU`0g1L&ck33OY15zl ZVZGVo@IZ6r(mIgeJYD@<);T3K0RZ~P$!Y)q literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/warglaive.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-gold/warglaive.png new file mode 100644 index 0000000000000000000000000000000000000000..d1e4baa6fa786a8b37b5dc58aab20aaf339836e9 GIT binary patch literal 598 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikd1AIbUl?8;_s@r12V!bpSeqHnW`!(L*#_r`t(M>6W|NlNH)nF=ib=Fr@ zN-!}3>Ug~ICkK$?FA4Gs{*M9}uH2ci5Gci2;1OBOz`%C^gc-B0b#ej)B}!Z)N`mv# zO3D+9QW*jgGxJLH{9Hp6O!W-)OoZ+)YX+*>mKx!i=IN=$0J4CUL5h);ff2~^0%B<> z8{|U`MrN=$6Oe7l$iyH3q@#d1vz-Mjo&{us!2U8uh8MtqfYE4{G61C}ursg#RT>x> z8!#?_m$Nv;eZ8x(p2rK(YpW7N6M1SfvjfC$6lXtFE-X$F(-#$()JBk-HqW zc)0MqUS!hvN>EEcvw6o z+ntj`bHBX{^MVb$%d~|Km>f5_;lI+cNUbA2|Ns7^gNx5M+8=02k7xR$De!(x0MqgP u+)dI?RQHOSeE1X3^v?dvG;>C4#?RvZ6ZCKXG`jQ(NS%G}x0G|+7FHMKG>b4atRs_2EnVOm^3kd!H|Nq8~8*y=QMMXvWib@G4M#Zkq z&JNDjme#Rhu|R#ddCGSJDZ!E;zhIzZ6u_Xmc4iV#lC!`gvY3H^KLUgqThG;O0}4u% zxJHx&=ckpFCl;kL1SDqWmFW4ohA5co8S0t+xp;g%P|dc~2+uT6Pb~%xAcvJfijkFp z5yz8AI(&{tgd0VTZqoIn!DwJOQtNnk)l1d)}8BSR?+Lc zmN|uAmMxGd%sb90t0%#+FJT3<_k(Z0?Hivj;5{g~MJTGm>3zUs~5XETU%NKb-O*BkPD=QOM?7@fojkI!=~Ch96)K#0*}aI1_u6E5N2Fa zBIy7WlqhkHC<)F_D=AMbN@WO0%*-p%^K%VRFx4~EGZDJKtQn|gTWW-7ny0501IQFs z1}R2X21X#u3y7tmY>N#J3@?BI1EbL_ zWdKS|U}sjH>LQ-Ev`U;>)U1XdYjX#r$Gbr~8MfMjocuu`wj zlQIG_S9!WPhFJL5Ub-mMq#)4xFjdf)N&DXaMCOT3 z`CU_nzYL$YJH{Re;=A!wz3aeUTV~t8Y`;0@9NpXaB;M@A(s>O#*uT%aqgZEQ=p5*H zC%b7;!>7Mi#~!>Xc=EUWnz6*5IO&}R%$k209-pNS%G}@0G|+7FHMKG>NaHop%p7u+_-V0sHiA5EH*AKPG3u8K{QV0J5OE3=IrGvh(!cFIKepR1ai^dAc};XarB~brfna;9zDB zSv~dt{_9gVZmBX>FJou=Gr6AWj1ohl3G2nKtUQM^9XADkYd0 z6}viHTUrA(xy$@j2T}qhL4LtN1;~KmfpV-QP>!>}BeIx*fj<_68CR4@IsgSFN?apK zg7ec#$`gxH83GbB^GfvmTtgI0^$hh)gzhhE2CCVX8sVAd>8ZuQ0pzeUNHMZ9FalX# zKr9VqgM6vM$P5-|0#Br15j!LI|B<) zrGb&L0pkLQsURC!7eGv!0%U^#6VO~Hu*x7y3m^-s%h138Bzxn7m3n=ilo60Q+tbA{ z#KOPz(rK|~1s;|QE-sokKK-wc*3jgrv{*gIxI9JqN&5_jtQXUmI(A4hTzEVCBg+E) zy?iUe8D-X9XOKyMEox9D*|PV$(uce+N*wy)FGU=8En2?0rMcwm`RfJ~?ggJeuqi#^ z?)rwe;s?GP3w#rv@U2|oJF`YD`=j5cEL;A{uc&7FwU06RKl8PH4FYyy@dw_1pTv~D b#o=81`ZeZ%9X~x=26D2etDnm{r-UW|NR6r{ literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/greataxe.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/greataxe.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c6574b20c23ee44ecaeea2032116e04fd04f20 GIT binary patch literal 629 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijK0(?STy)+$GtXOg5#*KpX0)0g#WdWf;7r$axXCrm>xVX5Yq9UNe|NsA+ znwln<7y;QayOXa2DS?t8zhIy^GGKV194iTw<1FxqEM{Qfj|E}I6(y1mKtYKT*NBqf z{Irtt#G+J&fW*wa59r`^%bvYPO|Dc&2%JYB6vCIjjs)jI0cdK$aH} zOGDWpUurNigTb$b#xJG%x_k-uPgpUY{og3Y{~aE{-7< z{3NZ`vxC(k+%=`QQzS+UNw>!Ss&9r>pRUmq7r?A68OZh_z9tHP=Cr&yMP|)St zVzF<*f*6&hDt6lLPKr<8Ke1;Q>AB5om!f!=mFvu++PO}RjR&eWe=Fq@S;gD;GvmDq zKTGf1PVd$Eyu0G;?Q%W_&ii^HJ%`zd5@LzAeAg zvbA1ZU_R>!b;dK>W0>CkZ}t5zRQ5Oc#<%tj@5>)9yx;QYg1KUQ@|?sNTe-^mCw5!^ YG006fQBln>UIy}`r>mdKI;Vst0INU2UH||9 literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/greathammer.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/greathammer.png new file mode 100644 index 0000000000000000000000000000000000000000..e106502e25481ce4baa06f9da539000a3f2535c0 GIT binary patch literal 1515 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WChBV2l#}z`suoOYS??I+j(m_dTBbiC|fxzS^DZY`)E5kDO$Lx+T6bJ`0mXo z#}1#ndhyQb6PK@DzIXY;?F(mbxT;vYtJxN26y~Mo<)-9jCuNuBlon+c-GI>uKZWW$PZ~>L1}98s-@s;vN|67O-a3W;J0^78Vwu zr`XxqEp&Cg?K}cq{Cw;^*RI)Ws-?xq$jHXVW~QyJ$S2_MHC*Um$mHtt%#cH7SF2bL^ay>!W11zvtFd3il$Wlb>& zSuP$qZeA^M$s1Q6oI8C@SwLvj%1xmjK_%HG8Sxp#uFeT2Mk|(Y*t%t}x`>#io}Rgm zj)AHw6B83FD=RZIv!R+=TwI*7hQ^H>H%v`Ui;9YX&K6APZ30rYB|(0{{|68-2>h&& z2Rekaz$3Dlfq_2;gc+-he=h+FN|d-plmzFem6RtIr7{F0X6BXX`MHKDnCcnonfxYAH5i$};!HrcAtMum0FaIX;>>my zuy_`b4FXnej0`V;2^dDBS;_#En!wHgig*JfV*|zo5K}=mvMzv_GzG{80VbfiOkkBk zmKH!3RF|QF0Z3Nj*sA%fCI@~3s_XM~aSXBWPo0z3khOK1{C!Ryli0i2Pfy={o|1N!hrw~xvnx_Tt1kI=6lVx^tiL?g7{L4*mvfq z^Onz^dl<+~&N2IbyPWU$th)&ZomDrS)0498DQ~>>p)#am1rqj>dM^JgUQO-MYB*@^ae`-L{!#^kRY1#fXp&^|G@2 z-7y+7y_OrvOfy9-7|zEc5exU$0A{k!$2W z#;g_1`JD88)m^SQpn;74_gs4vo_!{z;R17&^b*Sj2ZPvL=D)nPVaJ2dzi#mEon;mj zFA>(gl&55WTJpvmrHkFqY8fB>x_!2*n=`@kS0B^c&n}C0MBjPKDagNa@ms#@v(l?p zZ-3EzDc1D__wk7_>rbqD=KJoc>GtV!Dz5C8b^NMy&zoas&QptBf)^_1YMXnXN#Rev z&$@13dHJP`JEl^-@(TV^?|BQ}%&>8Pu{(gD6*=zg%Rjunn#7^JU3m1yMdsA)s|Nnn~{bE0m8_e{uqHzW&m3q4RxvXL4LZB39fk$L9P(>^VGp;C+bN~uUl(KW>p2;E=S3{gCZM@YV3k3Z7C;tMm!SbDuo-TAuu`wjlQIG_zk0ejhIn{y zz3M4;NI}3gkRyaiWz+wsTq1_DS1nG=XR&=RSF%X$|IXI3p9Qm^5Z!YK5 zpWyg9p-=H)AXDyFsfgs=F3ca28-KAyMBh|zep~!5bwlm8xgTe~DWM4f%?Z~< literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/katana.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/katana.png new file mode 100644 index 0000000000000000000000000000000000000000..168300b4357a47db3ff670035c850f46cb23126a GIT binary patch literal 572 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCik#1AIbUy)+%#s@n?E3zP+fV#8u@+_MJTGm>3niIs^5s(X=}aqy$TX{DOh9D1bqA?aU;gBxiv~WHAE+e+&pSRvG_Z0u+=e zag8Vm&QB{TPb^Ah2uRG#E79|F4N)-FGt@H?y1%R$sAgMgglC$krxpVTki*I##mLIQ z2xNHyu{4wo@~H+RGgzDn$TnnTVh{k*Q9zv8&H@(C0f0G{`|jQmod;{`j?fRpB+5DU26D~yq(R#TZ}>QY8u0Z zO*XgI&Z}8!AAOzi#MgC96YO`hEnC;H)BC_KhCRg$T*c`Q-z2B}OR8n*$iM0SVD2S% z0sB1Lb%*sPY`c0|K1SiKm+otY+^Y8ne(h_{_{O&A+n;1nmfiFFO}>{;_$+?DzMJTGm>3zUs~5XETU%O#j6UmS4y1%jg8YJkYR~|~rrJ9kKxxhbkH}&M2L4zOW?WGs z=>QazC~=J_3C>R|DNig)We7;j%q!9Ja}7~2)icyH5xT#u8K`DkYJ_K+r>7PJ$P`uv zDMnTXMj*=zh^3)ykdHMOnZe>rK(-+x6N3PdjsoJ$b{4RB7LW}B!EKBTFMt69qtPs7 z07^|@XJ7%UG%zwYU|aw(6=Wmp0*FadfNT(80-DPNRvBbz0c1gS85$UXWN&=1Qm@aG zG6FJ7JzX3_G=fvl1qvNj;9$AH>U%lBH~L-u4GRb3jPLFh%FGu`B|1OxbyTMJTGm>3niIs?@n zTEg4}qIesvJDxT7zBWH6cA^&vw+33fNT&5ZewJ40So{bjbEak-;eYqsMZN|F zj@Cq`AnkkqD>t_;Z7Pj@zUa=se7_0P|4KV>GBXHIoBZ$g-Mj3e<&Jl4FO;xvx!bf( z`oed)8Fh@09;Z|@+O%^p9V}s$(NJ{W63ck>k7H5Q*AuBnP4+0}-wgP`_~F&v`O6!e mt@zWpGOnz4=ljN}u!(t7k#4l?1lt0TqdZ;xT-G@yGywqh>XUf@ literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/sai.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/sai.png new file mode 100644 index 0000000000000000000000000000000000000000..cc6090e07ae567b2d7e805ff94a9b26c47eb3f1f GIT binary patch literal 496 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G|&0G|+7FHMIVH*P2k2(4JLA}%hjsHo`w|Nr`mN(m-LrlzLFuFgP(A6Dvo z1X4UDL4LtNSr}jtx_|B*P@J>CBeIx*fp0$uGg`0)s{jQhN?apKg7ec#$`gxH83GbB z^GfvmTtgI0^$hh)gzhhE2CCVX8sVAd>8ZuQ0pzeUNHMZ9FalX#Kr9VqgM6jI$P5-| z0b$b#xJG%x_kZnv2b#c9=l7sw3vba4#P2(ImM6gr^5!OWa= z_0#|VVvT*boQqGrOJVx^B>q5#xPl!^S0UGZtM(bTH(8JDU~9i&;iCBX=VYg+iyklj t8fb9MeRt%{>+N5*S1Xuoatq)Ot7W*jo8!}7U%z;eb)K$%F6*2Ung9dAfxQ3# literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/scythe.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/scythe.png new file mode 100644 index 0000000000000000000000000000000000000000..e66e50fa9694d3e231afe4b519aa7a0790001610 GIT binary patch literal 633 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCik#1AIbUy)+#HUHop`xUpizirBDNe;Yex0imLzA|rM6xVX6g|Nonsn(8Ym zC72i$yE-L15RjOeSEA?V8lqsTXQ*c)bbnbhP|dc~2+uT6Pb~%xAcvJfijkFp z5yTP0|oZWnS%DSecID-@(=5yzjJuf{<8c0mOS&DQ|Fi9nqLg({)QDZJpCNR e7rCEF@eiZ-aSPS-fA-fwe)M$pb6Mw<&;$Ts2*v;a literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/spear.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/spear.png new file mode 100644 index 0000000000000000000000000000000000000000..b8b74876a4bb320fb9137ecab601e43b032946c7 GIT binary patch literal 576 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijK0(?STy)+%#s@v@K_-@>|v0}vvWdWhsu-KxaqPVy?e;d31|Nonsn(8Ym zC72i$yE+3kU0jtK2&4o`g8YJkvdDnpfpV-QP>!>}BeIx*fj<_68CR4@IsgSFN?apK zg7ec#$`gxH83GbB^GfvmTtgI0^$hh)gzhhE2CCVX8sVAd>8ZuQ0pzeUNHMZ9FalX# zKr9VqgM6vM$P5-|0#Br15j!LI|B<) zrGb&L0pkLQsURC!7eGv!0%U^#6VO~Hu*x7y3m^-s%h138Bzxn7m3n=ilo60Q-P6S} z#KM2+x!Yn*3Ic8qXCAn4q~ibfUQU&nlf}>aZu|BUs84o;QI?%yg zyKViWtooqs2VPityq>o0TB*R{7giDRiSPThP8^pDuD|9`H-G)|$qDa-Ht0FnJv+yE zzgXcL&xyZ0Tk2S|_A@;F{*vv&cl(4l>>IwR8+@0&@tbYVU-61+rn>bBh1I_&f1CP= X@vpzd59=l0z#-%5>gTe~DWM4faW$_B literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/twinblade.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/twinblade.png new file mode 100644 index 0000000000000000000000000000000000000000..6a9473d65081d7e91a45c519edfd147e74be42c8 GIT binary patch literal 633 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijq1AIbUy)+%#s@s$Wgl^opv0}xFg7kveu-HHsKYts$qN1X>xVZoS|C^ec z>MJTGm>3zUs~5XEYshf}b^A4&{sU6NB|(0{Ks9K9VN>lL4xlt=fk$L90|VcF5N5Ps z4ORgPN|d-plmzFem6RtIr7{F0X6BXX`MHKDnCcnonF!rq)(lj$Ej7Y3&C^qh0b~j* zgA^kx10#^-1;o-&Hps^sjLcwhCLr68k%>V7NJjy2W;+X5JPXJMfn{Zk3@?BI1EbL_ zWdKS|U}sjH>LQ-Ev`U;>)U1XdYjX#r$Gbr~8MfMnHtD^sh^BfoHZF}=OYli31CyYP++n5-5SPj_R znIx=54hR&-Hgu{zTg6~}wl$l{;?vY_rvI~}rKYpYXxhI+W5V8@KRP$uy5Sb+5xt~# zgQDz=kB{;dW#^mCec8I@@29wmkA5${7w0ve4t#h0xlqCK9eaN!J8#L(cx?QgZGVJR zPQp9qT#xB$2IWP~=Z(J{iSe;@dpG^i>V`Z1z2XbML_gJ;@_pfFEg;d>>Tcb_Gi~~l ZKdd)<93E({Tv`Y6o2RRv%Q~loCICw%$dv#9 literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/warglaive.png b/common/src/main/resources/assets/simplyswords/textures/item/advancednetherite_compat/netherite-iron/warglaive.png new file mode 100644 index 0000000000000000000000000000000000000000..48f9c8e6b4df2a6de5133829f4607417037a03f2 GIT binary patch literal 598 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikd1AIbUl?8;_s@r12V!bpSR;*ZYL4LZB39fk$L90|VcF5N5Ps4ORgPN|d-plmzFe zm6RtIr7{F0X6BXX`MHKDnCcnonF!rq1~PM7YJ_K+r>7PJ2av3CK2NWMU8i(osO1+0FtM&jPYRU|AU>!wX6M1SfvjfC$6lXtFE-X$F(-#$()JBk-HqW zc)0MqUS!hvN>EEcvw6o z+ntj`bHBX{^MVb$%d~|Km>f5_;lI+cNUbA2|Ns7^gNx5M+8=02k7xR$De!(x0MqgP u+)dI?RQHOSeE1X3^v?dvG;>C4#?RvZ6ZCKXG`jQ(NS%G}H0G|+71qB69PtOOHztq*$%UBNZ@$sEu__dVvp^1qJP>J9%29Wt&B|(0{ z|6zb((;1!fKvB*DkH}&M2L1#PW~{1k?F9--l(KW>p{keF2Jy6ZI)CkWsPfsld4j_k>L5h);ff2~^0%B<>8{``eMrN=$6Oe7l$OQIX z6p)?S&H@(C0km3SQ7sn8dVBfxIp#usW%*@lS|J9FSDqB|9 zvD-z&lzaQPOtX%fE>^AfuNy@#Y+iGZ?Md(KY>8I?{S(Aw8JRDOPm$g3f8*tEd&3%5 zcZUgTe~DWM4f+n|8c literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_claymore.png b/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_claymore.png new file mode 100644 index 0000000000000000000000000000000000000000..4617adc4d43b21edd70552cea026178c173f8c2e GIT binary patch literal 650 zcmeAS@N?(olHy`uVBq!ia0vp^N+8U^3=*07`vZ_-EDmyaVpw-h<|UBBlJ4m1$iT3% zpZiZDE0C`e;1l91B_&nHa^MWZFFroL2bI5;vOZK-SNHVvG%+zrN=i~tPyi~7oAls4 zkm4x`@(cct01QI+&z%E`a~60+7BevL$Ad8A^{!hdfr1hxt`Q}{`DrEPiAAXl0g0J; zC3=3YAqu8?hI(dyE*@VGRI@EL!ZXd&Q;UHE$YEuWVq|4t1hTwRo-U3d7XG!DJjGfRcvvoQ zaW)tI|6SJDv5jYIp!|ISwkNd*wp@2r@cZ84^o_-BVmZq*-=7)tC!1_kG+3GB`(Rdt z5LbDpXyf}NM~y$a&sc=y3{^$$Y@EmG_(wSZQr{G%eMg-c!tWV&%oeZ^itC$Uw@6U$ zl9%9-z>=gO7oqN53MYRTu}+@+MRf1<7Ug5iiaf4)PQr5|r4Bk9@qK=`J*ty85}Sb4q9e07Pxb Ab^rhX literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_cutlass.png b/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_cutlass.png new file mode 100644 index 0000000000000000000000000000000000000000..6f8eb62a4500e06c278816fbdbb5b92a4d6417ce GIT binary patch literal 488 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}H0G|+71qFo%mA}p~{3>HPz{kh8l=Y#BiHWDDr@Fd2P|39iLQ8=ZS4ogx z@P8O!*mOqcJW!Ogz$3Dlfr0M;2s36~>*NFqN|d-plmzFem6RtIr7{F0X6BXX`MHKD znCcnonf!J(4Mt|LI1`X<$jAit zT@;X=+0FtM&jPYRV1F4S!waCNVKkbh3_z&~>vp@3Xlx~ zOh9v)z$$|*Er2YjE<*zYkgV#1KQ^;VGa7)*a8DP<5RKrey^cZ$6gZfb8KeLIf7le3 zSoM0|86knkhwT}cb1dL=?QiHXy?VJ}qTG4j4bew*FZ61+f4H6V_pIKZrJJ5-vxe7+ nIpwdP+LmU!;;^Tl|FH@NCOh_S%{&)SKr(o``njxgN@xNA`Nw+| literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_glaive.png b/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_glaive.png new file mode 100644 index 0000000000000000000000000000000000000000..fb887ea0e0e1e82fadbd167241644dc903ad0bde GIT binary patch literal 555 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil&0(?ST6%-U6RQ}@Q<2%FfYboo)GL{1-CMKSqo>Ed$KqV*J*7^Y{u96_X z;Quhdu<4A>d7vm~fk$L90|S2o2s2hyxb^}CB}!Z)N`mv#O3D+9QW*jgGxJLH{9Hp6 zO!W-)%>G%FBlnwHY1|u_AoC(M_WMpCx z0Mb!FoY~F-7S95*L12CxBf|@zr(rajr3^r+3G56kK$QkY#s-WFAf|$BWL*F;X$p`H z0!%=2nZPQ8EG>X6s4hbT1CXqXOI~J9(QlCAS)MMAAr}6vlic|ZDDbdMpTzR-|HBzl z2UM#MUOLC%r11X;OTeXc&4P24%njTJrQH?UUi4ZA)CaC-+EV{9ltD2pp843n)ST0D zF^8u!R?WS6`oP>M(>B@AOzIg{-DkX;-|#T}z^9eICqHpt*tcJ5$=CXgPyR5OdMZwgyLn(c$i<$nelF{r G5}E+td7p6r literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_greataxe.png b/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_greataxe.png new file mode 100644 index 0000000000000000000000000000000000000000..b1c0f34849e0224e4f521ff883b8d54f90cc1ca2 GIT binary patch literal 608 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijS1AIbU6%-U6RQ@`{@M|gSLn$e#GL{4C>gs%ad?qF)o}QjSRTclHhXN_? zk|4j}|8T(I<U64!{5;QX|b^2DN4hJeJ(yb?V> z*AN9$JwrXSKNpX$2ddeY8sVAd>8ZuQ0pzeUNHMZ9FalX#Kr9VqgM6gH$P5-|0#Br15j!LI|B<)rGb&L0pkLQsURC!7eGv! z0%U^#6VO~Hu*x7y3m^-s%h138BINOr;B5Vg@5ftZoU=;9+%$>uRQ(7 zeorh#{LzCWGiFq-U*f^rmLVpfkTh+#Bg4iOMJ7uf8ba1wI~8|D&|%TmUDc)Ca*SCQ zi-iOfPXBx-#ByBEe*u4o`{V?6;i4j;XQ7N2ejN-KV&q^@`l5MO^Vbb##*(9~m2s^O z3V+|6$4QUrywtSy85}S Ib4q9e08y5+s{jB1 literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_greathammer.png b/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_greathammer.png new file mode 100644 index 0000000000000000000000000000000000000000..098f5f01728616b4882e3be72a52b803c8467314 GIT binary patch literal 1553 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WChAy3GfMV6&4oe;NW0mW8>xJ<>CSvCMYP#&(F`u$ap*M*Hzyi=PbV-)B1GA z{L2N)?^hguTr~U6!oqUJ_j_SRVP0xpZc1);Qg&%hX;Eg;8Pl(4Ex+a@=al7^WhG`6 zXB8jU{dC;uV}4rxY1_}437G}y1?73=Crm$yiHV(a`Eo+*^AV*_CuF`{cm8!V@YiM6 zALpIEo-qF;At50pC3RHm;~}m02dv)gFn@l?{Ow_xj|cfbZDW43Q~1pRrT2=8iV6w} z^78WP>gt-BngPzfo;Ge?w(dc${t@1xVV=Pu?t#H>0eg*Jv$M17>grx{{O)b%5$NLQ zWAC}s=!KS+mbSL`mB4TQPCmX4UQ4C!s;H=(^Zo4S=pF7AvY7AgQP+3->|d?bc(h3F z&KkK#2ejU;Wq!7Z<=#x@8**}TN=ix>0>4}h{eIQ+$5pdmS8ab@H2iT&^UHCq&lfF! zTzC9+%I;IBN6<;duNN%8m1LJ>#AjSE`F_Ii(-GNEmrQ=_ReN(-_Tx^zH=CuN9oBun znepWc{)d~nUT$Q2v55IzKg-3X0{6DczSyVtW~bK61DbD7DSkb#`Qw=6=Uu#SS2I1) z)6>(@(NR@ZWnyAtWo2b%W>!;E)6mc;V>!Ub#|MnTrV*AN9$JwrXSKNpX$ z2ddeY8sVAd>8ZuQ0pzeUNHMZ9FalX#Kr9VqgK~uiBQsc>3CK2NWMU8i(osO1+0FtM z&jPYRpskIO;RP`Bz-Tl}8Gup~*cn)WDh-T`4Hy?dOaXQh-Q%K9hRqHOG`&Y_ATjV%06& zniUzTz!AYB_+3jY@4~gn^t;WMu5ra*tM+y}>_2b%bDRIg=Y92@L~=JWUEtvsx&BX{ z<@GiGoC7&`w%lZ^y2$fr`wdyY<#(SJRBuz-o5A+6x$OCb2j6zR+4pdtaKh}0^sfwFf+mVeLP-4kch?Dp-=UGpq%mge95J&|7)NwRb}Dzb=VGcNnj zH>K2tg`sV!pzA(%G0nZ64p$C3xA)7)&bKK0b421miiJ?G>zT;{JjYZcgF>J#zhwXb literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_halberd.png b/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_halberd.png new file mode 100644 index 0000000000000000000000000000000000000000..0b023632c621e95a54d300d7e039981f07813357 GIT binary patch literal 630 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?vioaBc-sjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil&0(?ST`S|!ARQ@`{@M|gSLlYAdb#--5PtP)z0}2WXKqaRSeEa~UxJrWj zg8#z+!=^Jj=YgV}1s;*b3=I4UAk0`*;o1unlqhkHC<)F_D=AMbN@WO0%*-p%^K%VR zFx4~EGy8M#_-iXD}xjxD+42t z5f3=we0a3sQ;uXS%zexw)QI>_3msKf#8R_YZ!pUUw!W%$|9({J|f$H=N-( h^KW0~>l)cP&-p#{eLHkg8?8W|_jL7hS?83{1OUFjzTN-; literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_katana.png b/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_katana.png new file mode 100644 index 0000000000000000000000000000000000000000..0b98e955a5550e6442c618bfd873fc7e40d6253b GIT binary patch literal 545 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil&0(?STrKF@DRQ@`{@M|gSLq0yfGL{4C>gpyYCZ3+2KqV_?N~!@Vu96_X z;Quhdu<4A>d7vm~fk$L90|S2o2s2hyxb^}CB}!Z)N`mv#O3D+9QW*jgGxJLH{9Hp6 zO!W-)%>G%FBlnwHY1|u_AoC(M_WMpCx z0Mb!FoY~F-7S95*L12CxBf|@zr(rajr3^r+3G56kK$QkY#s-WFAf|$BWL*F;X$p`H z0!%=2nZPQ8EG>X6s4hbT1CXqXOI~J9(QlCA37#&FAr}5;FM9JGR^V~HcwE2jZ~hLE z4Nbjwdz7v=Yn-xm^Kh)5v7haLkDNnCrU`pZ^}PJYE0=#a*v%^-TrT`YZfCSZ3A4h~ zweuHzFa2*RwIF6uHp8y27hGTbHhDKxeUW8w2`y&~viPR@;J@-Swgq$Q8LzzEko!aX v#5~kXKn^Q|6eBAGBar0<#L`eU$X6PS%wTaQ zAls0Ui9rBJM*(qWI}2Dm3&;k6wl+qF7eLR$Xf#V1fKn6K8CZZS4UCKp7#BcH1=+~D z0Adozmmt6dG?xjiGRV>b$b#xJG%x_kzDnK6xbIKOBp~yEr;B5Vg@5g(Xt8Dm9+nH7 ziVM#E`+mF8Ew{47j^(^)v)~WAgrr>@Dt{AKy_hy}<-X*U)29^k+FSA@)MBsuY+dKw zHsyk7@XqHmj{ji!dU0l8U)Ad)S3bQsd-1NLe%n{hSL@jh3*Gv^`hID&UANIx?`%nv z2qSU%)JqA%o1XAq=JhCgF)RA+D&c!?p0BRI_`@T4#eC5>TUITd`Sk)*xM$^+^QT|F z^^)K6Ir7l+y%Qs^m$T36O}m@h@H#@5S!Y(^(Z9TRgcX*?6t0{P@|UNppUXO@geCyA C6uve9 literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_rapier.png b/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_rapier.png new file mode 100644 index 0000000000000000000000000000000000000000..2caf60c9f97025a236e38a88955bb164e852f317 GIT binary patch literal 544 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCilI0(?ST6%-U6RQ}@Q<2%FfYboo)GL{1-CMN3Y>ILZqv0Ed$ zK;^+VZhQbzd?i7C!T*r~gX@7iCx9}X1s;*b3=I4UAk0`*;o1unlqhkHC<)F_D=AMb zN@WO0%*-p%^K%VRFx4~EGy8M#_-iXD}xjxD+42t*L%7+hFJJNy>ODR zRe{IhVm9lX2mkA@D=y%9x_9eF?Mc;HQk?bAZZia3U~E1zoo~}Rren*q877yqiu~4H za3`N(*`4)_*FyiYU7vr@r_{e8aZAE&xr2o}PxM?8w&>RJI^TEXNS%G}H0G|+71qFo%mB0A-_|7o=TFUy+#KfeG<$$NBr<9ZwP>K2cxMm>5RTAVE z{2vAwHl5Kq4;1Ar@Q5sCVBk9l!i+m6X1@grN|d-plmzFem6RtIr7{F0X6BXX`MHKD znCcnonf!J(4Mt|LI1`X<$jAit zT@;X=+0FtM&jPYR;AR;k!waCNVKkbh3_z&~>vp@3Xlx~ zOh9v)z$$|*Er2YjE<*zYkZjLabB8CdzTXBiLp@y_Lo|YGdmM!t3^!J(4Mt|LI1`X<$jHPX z0HmXUIJ2DvES?2qgTVYYMurzaPs3<5OBsMt6WAG8fGQ1)j13qUKuiVM$hrVx(i9*Y z1ek#4GJ#bFSy}*DP+f)w1|V4%m%PlJqTe9JPdr^5LoEDjCw2E7Rp4-8Y~20tKfgYI zyz17;YOJ=&Zc#6y6QrJAi}~og-Yzw@HG~b|GOByWJ(IMX#T(Q zX@b1;8sP))#F-2Bzx|z>vqML?K=QG2(f>C~+e})X*R5iReUsd46v}X3e}b}?sLdy3 z*(1ymKNow?J#eo61w-5Z4CeL!m@B^LKX?>>;H-V)>UxIqdM5dQ4Ez3UTm9>4dBUH2 f=8blCzM=2`%WRkPGt{Yk1@gP6tDnm{r-UW|br8QL literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_spear.png b/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_spear.png new file mode 100644 index 0000000000000000000000000000000000000000..2016d5b4faeb9f2293b40e3bdb86c9e92ac004c1 GIT binary patch literal 559 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCik70(?ST6%-U6RQ}@Q<2%FfYboo)GL{2UQc~*b>Lw;8Nl8hbo}NI3o(-2x zffP?kkYDhB1Yi)lf9@PmoU_0qvY3H^KOTe`uXo)#2^5qlag8Vm&QB{TPb^Ah2uRG# zE79|F4N)-FGt@KtbMg3kpqg!|5uRzDo>~kXKn^Q|6eBAGBar0<#L`eU$X6PS%wTaQ zAls0Ui9rBJM*(qWI}2Dm3&;k6wl+qF7eLR$Xf#V1fKn6K8CZZS4UCKp7#BcH1=+~D z0AkV@Q!zI(L}`8-)LzuHxG^uW@gD;{|<(SLq7h zgeUxFobrz~>OX7Ne}=v954^~q(7UhEX5Ms@6^~0hlkfTkzh+%gwu1RXuMSh<9@@M=66y_}Oh%9Dc;5!Jyj5{V~zXb|Pl(KW>p{keF2Jy6ZI)CkWsPfsld4j_k>L5h);ff2~^0%B<>8{{JmMrN=$6Oe7l z$iyH3q@#d1vz-Mjo&{usz|As7h8IAO!)P>18Gup~*cn)WDh-T`4Hy?dOaCc)HT&Lv7?e{Oxk2sgjyGj*bhv($YzmdKI;Vst09dxM>i_@% literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_warglaive.png b/common/src/main/resources/assets/simplyswords/textures/item/dragonloot_compat/dragon_warglaive.png new file mode 100644 index 0000000000000000000000000000000000000000..4245505c53079c4b80211bbccb63c5959f35161e GIT binary patch literal 580 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil&0(?ST`S|$M)zwW*Or)fw%2*C8Wqo*t;n#!8U!Id7vm~fk$L90|Vb75M~tB@M-`GN|d-plmzFem6RtIr7{F0X6BXX`MHKD znCcnonf!J(4Mt|LI1`X<$jHPX z0HmXUIJ2DvES?2qgTSXUMurzaPs3<5OBsMt6WAG8fGQ1)j13qUKuiVM$hrVx(i9*Y z1ek#4GJ#bFSy}*DP+f)w1|Zp`&pdXXdC^q~WN!9!aSXBWUpvWL=!gObYo~)h&*d8qk7^hN#m_P|EHm;TGMH|Txu-~G=- zZOQKgiVGa<3WfWAD=s+ji+TQv2O<@k7U~apE6Z0jg*&jWZxt6^;<=tx)aIY~!ZZA} hXQUIqPmA{Y$#k$-?*5WFb5%fI@pScbS?83{1OT#@r`Z4i literal 0 HcmV?d00001 diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/chakram.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/chakram.json new file mode 100644 index 00000000..c46c3f91 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/chakram.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/chakram" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/chakram" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/claymore.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/claymore.json new file mode 100644 index 00000000..c2594815 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/claymore.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/claymore" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/claymore" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/cutlass.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/cutlass.json new file mode 100644 index 00000000..78015e9a --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/cutlass.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/cutlass" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/cutlass" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/glaive.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/glaive.json new file mode 100644 index 00000000..0dd12e2b --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/glaive.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/glaive" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/glaive" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/greataxe.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/greataxe.json new file mode 100644 index 00000000..4cc38471 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/greataxe.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/greataxe" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/greataxe" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/greathammer.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/greathammer.json new file mode 100644 index 00000000..d0e9a05f --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/greathammer.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/greathammer" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/greathammer" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/halberd.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/halberd.json new file mode 100644 index 00000000..23929d9c --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/halberd.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/halberd" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/halberd" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/katana.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/katana.json new file mode 100644 index 00000000..1f83c1cc --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/katana.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/katana" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/katana" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/longsword.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/longsword.json new file mode 100644 index 00000000..8dbf06ff --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/longsword.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/longsword" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/longsword" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/rapier.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/rapier.json new file mode 100644 index 00000000..3f9cc77e --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/rapier.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/rapier" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/rapier" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/sai.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/sai.json new file mode 100644 index 00000000..4aad36c2 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/sai.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/sai" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/sai" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/scythe.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/scythe.json new file mode 100644 index 00000000..0675cd5b --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/scythe.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/scythe" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/scythe" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/spear.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/spear.json new file mode 100644 index 00000000..7cec1f08 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/spear.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/spear" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/spear" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/twinblade.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/twinblade.json new file mode 100644 index 00000000..ec774833 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/twinblade.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/twinblade" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/twinblade" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/warglaive.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/warglaive.json new file mode 100644 index 00000000..5a6ec297 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-diamond/warglaive.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-emerald/warglaive" + }, + "addition": { + "item": "advancednetherite:netherite_diamond_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-diamond/warglaive" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/chakram.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/chakram.json new file mode 100644 index 00000000..3a232d37 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/chakram.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/chakram" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/chakram" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/claymore.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/claymore.json new file mode 100644 index 00000000..e301bbda --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/claymore.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/claymore" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/claymore" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/cutlass.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/cutlass.json new file mode 100644 index 00000000..c3e6c3f8 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/cutlass.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/cutlass" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/cutlass" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/glaive.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/glaive.json new file mode 100644 index 00000000..aba7a1f0 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/glaive.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/glaive" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/glaive" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/greataxe.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/greataxe.json new file mode 100644 index 00000000..63fa2f1c --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/greataxe.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/greataxe" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/greataxe" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/greathammer.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/greathammer.json new file mode 100644 index 00000000..4639b05f --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/greathammer.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/greathammer" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/greathammer" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/halberd.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/halberd.json new file mode 100644 index 00000000..40734423 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/halberd.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/halberd" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/halberd" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/katana.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/katana.json new file mode 100644 index 00000000..03513fc9 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/katana.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/katana" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/katana" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/longsword.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/longsword.json new file mode 100644 index 00000000..67484584 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/longsword.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/longsword" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/longsword" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/rapier.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/rapier.json new file mode 100644 index 00000000..0ed53ef0 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/rapier.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/rapier" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/rapier" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/sai.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/sai.json new file mode 100644 index 00000000..c7f5a1b6 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/sai.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/sai" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/sai" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/scythe.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/scythe.json new file mode 100644 index 00000000..bc037790 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/scythe.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/scythe" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/scythe" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/spear.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/spear.json new file mode 100644 index 00000000..23027244 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/spear.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/spear" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/spear" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/twinblade.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/twinblade.json new file mode 100644 index 00000000..f13507b6 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/twinblade.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/twinblade" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/twinblade" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/warglaive.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/warglaive.json new file mode 100644 index 00000000..d6f06c9d --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-emerald/warglaive.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-gold/warglaive" + }, + "addition": { + "item": "advancednetherite:netherite_emerald_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-emerald/warglaive" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/chakram.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/chakram.json new file mode 100644 index 00000000..2e3b66ad --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/chakram.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/chakram" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/chakram" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/claymore.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/claymore.json new file mode 100644 index 00000000..8d61491f --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/claymore.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/claymore" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/claymore" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/cutlass.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/cutlass.json new file mode 100644 index 00000000..7f72fab5 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/cutlass.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/cutlass" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/cutlass" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/glaive.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/glaive.json new file mode 100644 index 00000000..b2a7de2a --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/glaive.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/glaive" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/glaive" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/greataxe.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/greataxe.json new file mode 100644 index 00000000..347a868c --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/greataxe.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/greataxe" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/greataxe" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/greathammer.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/greathammer.json new file mode 100644 index 00000000..e82bf86f --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/greathammer.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/greathammer" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/greathammer" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/halberd.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/halberd.json new file mode 100644 index 00000000..a2a81658 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/halberd.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/halberd" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/halberd" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/katana.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/katana.json new file mode 100644 index 00000000..51c15407 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/katana.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/katana" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/katana" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/longsword.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/longsword.json new file mode 100644 index 00000000..8d0b7bf9 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/longsword.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/longsword" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/longsword" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/rapier.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/rapier.json new file mode 100644 index 00000000..015d8ab2 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/rapier.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/rapier" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/rapier" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/sai.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/sai.json new file mode 100644 index 00000000..7d58f1ed --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/sai.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/sai" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/sai" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/scythe.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/scythe.json new file mode 100644 index 00000000..bc04626f --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/scythe.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/scythe" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/scythe" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/spear.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/spear.json new file mode 100644 index 00000000..18ea5e50 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/spear.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/spear" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/spear" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/twinblade.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/twinblade.json new file mode 100644 index 00000000..1c7b1751 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/twinblade.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/twinblade" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/twinblade" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/warglaive.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/warglaive.json new file mode 100644 index 00000000..2c01eb12 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-gold/warglaive.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:advancednetherite/netherite-iron/warglaive" + }, + "addition": { + "item": "advancednetherite:netherite_gold_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-gold/warglaive" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/chakram.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/chakram.json new file mode 100644 index 00000000..4c101480 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/chakram.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_chakram" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/chakram" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/claymore.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/claymore.json new file mode 100644 index 00000000..5b3f8287 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/claymore.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_claymore" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/claymore" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/cutlass.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/cutlass.json new file mode 100644 index 00000000..5735df5b --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/cutlass.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_cutlass" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/cutlass" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/glaive.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/glaive.json new file mode 100644 index 00000000..cb03e0af --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/glaive.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_glaive" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/glaive" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/greataxe.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/greataxe.json new file mode 100644 index 00000000..47165a33 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/greataxe.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_greataxe" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/greataxe" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/greathammer.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/greathammer.json new file mode 100644 index 00000000..df1a4361 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/greathammer.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_greathammer" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/greathammer" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/halberd.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/halberd.json new file mode 100644 index 00000000..9bda1560 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/halberd.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_halberd" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/halberd" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/katana.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/katana.json new file mode 100644 index 00000000..3cfbb6d0 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/katana.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_katana" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/katana" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/longsword.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/longsword.json new file mode 100644 index 00000000..55109d35 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/longsword.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_longsword" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/longsword" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/rapier.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/rapier.json new file mode 100644 index 00000000..f95ccaef --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/rapier.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_rapier" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/rapier" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/sai.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/sai.json new file mode 100644 index 00000000..1e43f665 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/sai.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_sai" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/sai" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/scythe.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/scythe.json new file mode 100644 index 00000000..d6e23297 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/scythe.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_scythe" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/scythe" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/spear.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/spear.json new file mode 100644 index 00000000..5d0c83de --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/spear.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_spear" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/spear" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/twinblade.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/twinblade.json new file mode 100644 index 00000000..96cd227b --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/twinblade.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_twinblade" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/twinblade" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/warglaive.json b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/warglaive.json new file mode 100644 index 00000000..c31bb402 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/advancednetherite/netherite-iron/warglaive.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "advancednetherite" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "advancednetherite" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:netherite_warglaive" + }, + "addition": { + "item": "advancednetherite:netherite_iron_ingot" + }, + "result": { + "item": "simplyswords:advancednetherite/netherite-iron/warglaive" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/chakram.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/chakram.json new file mode 100644 index 00000000..d8bfd5dd --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/chakram.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/chakram" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/chakram" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/claymore.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/claymore.json new file mode 100644 index 00000000..24b47479 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/claymore.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/claymore" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/claymore" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/cutlass.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/cutlass.json new file mode 100644 index 00000000..18c0ec39 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/cutlass.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/cutlass" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/cutlass" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/glaive.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/glaive.json new file mode 100644 index 00000000..6b1d1e46 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/glaive.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/glaive" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/glaive" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/greataxe.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/greataxe.json new file mode 100644 index 00000000..89f10f38 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/greataxe.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/greataxe" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/greataxe" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/greathammer.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/greathammer.json new file mode 100644 index 00000000..ab066507 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/greathammer.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/greathammer" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/greathammer" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/halberd.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/halberd.json new file mode 100644 index 00000000..d6c9cdb9 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/halberd.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/halberd" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/halberd" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/katana.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/katana.json new file mode 100644 index 00000000..6fa33712 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/katana.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/katana" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/katana" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/longsword.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/longsword.json new file mode 100644 index 00000000..1ebf0c9e --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/longsword.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/longsword" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/longsword" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/rapier.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/rapier.json new file mode 100644 index 00000000..e3b9af8d --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/rapier.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/rapier" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/rapier" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/sai.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/sai.json new file mode 100644 index 00000000..a9f2283d --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/sai.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/sai" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/sai" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/scythe.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/scythe.json new file mode 100644 index 00000000..c43f0cc2 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/scythe.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/scythe" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/scythe" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/spear.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/spear.json new file mode 100644 index 00000000..a0652f8d --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/spear.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/spear" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/spear" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/twinblade.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/twinblade.json new file mode 100644 index 00000000..0874fb18 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/twinblade.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/twinblade" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/twinblade" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/recipe/dragon_loot/warglaive.json b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/warglaive.json new file mode 100644 index 00000000..681ad6b7 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/recipe/dragon_loot/warglaive.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "dragonloot" + ] + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dragonloot" + } + ], + "type": "minecraft:smithing_transform", + "base": { + "item": "simplyswords:dragon_loot/dragon_scale/warglaive" + }, + "addition": { + "item": "dragonloot:dragon_scale" + }, + "result": { + "item": "simplyswords:dragon_loot/warglaive" + }, + "template": { + "item": "minecraft:netherite_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/tags/item/netherite_diamond_tools.json b/common/src/main/resources/data/simplyswords/tags/item/netherite_diamond_tools.json new file mode 100644 index 00000000..f37f916e --- /dev/null +++ b/common/src/main/resources/data/simplyswords/tags/item/netherite_diamond_tools.json @@ -0,0 +1,65 @@ +{ + "replace": false, + "values": [ + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_claymore", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_cutlass", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_glaive", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_katana", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_longsword", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_rapier", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_sai", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_spear", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_twinblade", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_warglaive", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_greathammer", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_greataxe", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_chakram", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_scythe", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_diamond/netherite_diamond_halberd", + "required": false + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/tags/item/netherite_emerald_tools.json b/common/src/main/resources/data/simplyswords/tags/item/netherite_emerald_tools.json new file mode 100644 index 00000000..9daddeff --- /dev/null +++ b/common/src/main/resources/data/simplyswords/tags/item/netherite_emerald_tools.json @@ -0,0 +1,65 @@ +{ + "replace": false, + "values": [ + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_claymore", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_cutlass", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_glaive", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_katana", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_longsword", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_rapier", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_sai", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_spear", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_twinblade", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_warglaive", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_greathammer", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_greataxe", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_chakram", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_scythe", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_emerald/netherite_emerald_halberd", + "required": false + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/tags/item/netherite_gold_tools.json b/common/src/main/resources/data/simplyswords/tags/item/netherite_gold_tools.json new file mode 100644 index 00000000..4da4e3bc --- /dev/null +++ b/common/src/main/resources/data/simplyswords/tags/item/netherite_gold_tools.json @@ -0,0 +1,65 @@ +{ + "replace": false, + "values": [ + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_claymore", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_cutlass", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_glaive", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_katana", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_longsword", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_rapier", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_sai", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_spear", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_twinblade", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_warglaive", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_greathammer", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_greataxe", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_chakram", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_scythe", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_gold/netherite_gold_halberd", + "required": false + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/tags/item/netherite_iron_tools.json b/common/src/main/resources/data/simplyswords/tags/item/netherite_iron_tools.json new file mode 100644 index 00000000..970d838f --- /dev/null +++ b/common/src/main/resources/data/simplyswords/tags/item/netherite_iron_tools.json @@ -0,0 +1,65 @@ +{ + "replace": false, + "values": [ + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_claymore", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_cutlass", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_glaive", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_katana", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_longsword", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_rapier", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_sai", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_spear", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_twinblade", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_warglaive", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_greathammer", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_greataxe", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_chakram", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_scythe", + "required": false + }, + { + "id": "simplyswords:advancednetherite_compat/netherite_iron/netherite_iron_halberd", + "required": false + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/chakram.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/chakram.json new file mode 100644 index 00000000..e96bda11 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/chakram.json @@ -0,0 +1,44 @@ +{ + "attributes": { + "attack_range": 5.0, + "two_handed": false, + "category": "chakram", + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:one_handed_chakram_throw_left", + "swing_sound": { + "id": "bettercombat:sickle_slash", + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "MAIN_HAND_ONLY"], + "damage_multiplier": 1, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:chakram_spin", + "swing_sound": { + "id": "bettercombat:sickle_slash", + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "OFF_HAND_ONLY"], + "damage_multiplier": 1, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:chakram_spin_long_grounded", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/claymore.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/claymore.json new file mode 100644 index 00000000..8be7a9d9 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/claymore.json @@ -0,0 +1,8 @@ +{ + "parent": "bettercombat:claymore", + "attributes": { + "attack_range": 3.5, + "two_handed": true, + "category": "claymore" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/cutlass.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/cutlass.json new file mode 100644 index 00000000..c681681d --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/cutlass.json @@ -0,0 +1,7 @@ +{ + "parent": "bettercombat:sickle", + "attributes": { + "attack_range": 2.5, + "category": "sickle" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/glaive.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/glaive.json new file mode 100644 index 00000000..e4b76c3f --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/glaive.json @@ -0,0 +1,3 @@ +{ + "parent": "bettercombat:glaive" +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/greataxe.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/greataxe.json new file mode 100644 index 00000000..7ee8f316 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/greataxe.json @@ -0,0 +1,41 @@ +{ + "parent": "bettercombat:heavy_axe", + "attributes" : { + "attack_range": 3.5, + "category": "greataxe", + "two_handed": true, + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:claymore_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:claymore_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1.4, + "angle": 360, + "upswing": 0.5, + "animation": "bettercombat:two_handed_spin", + "swing_sound": { + "id": "bettercombat:claymore_swing", + "pitch": 1.1 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/greathammer.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/greathammer.json new file mode 100644 index 00000000..8670a024 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/greathammer.json @@ -0,0 +1,41 @@ +{ + "parent": "bettercombat:heavy_axe", + "attributes" : { + "attack_range": 3.5, + "pose": "bettercombat:pose_two_handed_heavy", + "category": "greathammer", + "two_handed": true, + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:double_axe_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:double_axe_swing" + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1.5, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slam", + "swing_sound": { + "id": "bettercombat:hammer_slam" + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/halberd.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/halberd.json new file mode 100644 index 00000000..288c8f25 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/halberd.json @@ -0,0 +1,58 @@ +{ + "attributes": { + "attack_range": 4, + "category": "halberd", + "pose": "simplyswords:pose_halberd", + "two_handed": true, + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:halberd_stab_right", + "swing_sound": { + "id": "bettercombat:spear_stab", + "volume": 0.5, + "pitch": 1 + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:halberd_stab_right", + "swing_sound": { + "id": "bettercombat:spear_stab", + "volume": 0.5, + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "simplyswords:halberd_slash_vertical_right", + "swing_sound": { + "id": "bettercombat:glaive_slash_slow", + "volume": 0.5, + "pitch": 0.8 + } + }, + { + "hitbox": "VERTICAL_PLANE", + "damage_multiplier": 1.6, + "angle": 150, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_vertical_right", + "swing_sound": { + "id": "bettercombat:glaive_slash_slow", + "volume": 0.5, + "pitch": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/katana.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/katana.json new file mode 100644 index 00000000..91034928 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/katana.json @@ -0,0 +1,8 @@ +{ + "parent": "bettercombat:katana", + "attributes": { + "attack_range": 2.9, + "two_handed": true, + "category": "katana" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/longsword.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/longsword.json new file mode 100644 index 00000000..b539baa7 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/longsword.json @@ -0,0 +1,39 @@ +{ + "attributes": { + "attack_range": 2.9, + "category": "sword", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "bettercombat:one_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:sword_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "bettercombat:one_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:sword_slash" + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1.4, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:one_handed_stab", + "swing_sound": { + "id": "bettercombat:sword_slash", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/rapier.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/rapier.json new file mode 100644 index 00000000..8d3980c1 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/rapier.json @@ -0,0 +1,3 @@ +{ + "parent": "bettercombat:rapier" +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/sai.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/sai.json new file mode 100644 index 00000000..20d3566e --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/sai.json @@ -0,0 +1,19 @@ +{ + "attributes": { + "attack_range": 1.8, + "category": "soul_knife", + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:one_handed_stab", + "swing_sound": { + "id": "bettercombat:dagger_slash", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/spear.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/spear.json new file mode 100644 index 00000000..9a70ab90 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/spear.json @@ -0,0 +1,6 @@ +{ + "parent": "bettercombat:trident", + "attributes": { + "attack_range": 3.1 + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/twinblade.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/twinblade.json new file mode 100644 index 00000000..af5c19ec --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/twinblade.json @@ -0,0 +1,39 @@ +{ + "attributes": { + "attack_range": 3, + "two_handed": true, + "category": "battlestaff", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 0.8, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:staff_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:staff_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1.2, + "angle": 360, + "upswing": 0.5, + "animation": "bettercombat:two_handed_spin", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick" + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/warglaive.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/warglaive.json new file mode 100644 index 00000000..eeca8d83 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-diamond/warglaive.json @@ -0,0 +1,42 @@ +{ + "attributes": { + "attack_range": 2.6, + "pose": "simplyswords:pose_warglaive_dual_animated", + "two_handed": false, + "category": "warglaive", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "simplyswords:warglaive_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:sickle_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["NOT_DUAL_WIELDING"], + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "simplyswords:warglaive_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:sickle_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "MAIN_HAND_ONLY"], + "damage_multiplier": 1.2, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:warglaive_spin", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick" + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/chakram.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/chakram.json new file mode 100644 index 00000000..e96bda11 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/chakram.json @@ -0,0 +1,44 @@ +{ + "attributes": { + "attack_range": 5.0, + "two_handed": false, + "category": "chakram", + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:one_handed_chakram_throw_left", + "swing_sound": { + "id": "bettercombat:sickle_slash", + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "MAIN_HAND_ONLY"], + "damage_multiplier": 1, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:chakram_spin", + "swing_sound": { + "id": "bettercombat:sickle_slash", + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "OFF_HAND_ONLY"], + "damage_multiplier": 1, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:chakram_spin_long_grounded", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/claymore.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/claymore.json new file mode 100644 index 00000000..8be7a9d9 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/claymore.json @@ -0,0 +1,8 @@ +{ + "parent": "bettercombat:claymore", + "attributes": { + "attack_range": 3.5, + "two_handed": true, + "category": "claymore" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/cutlass.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/cutlass.json new file mode 100644 index 00000000..c681681d --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/cutlass.json @@ -0,0 +1,7 @@ +{ + "parent": "bettercombat:sickle", + "attributes": { + "attack_range": 2.5, + "category": "sickle" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/glaive.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/glaive.json new file mode 100644 index 00000000..e4b76c3f --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/glaive.json @@ -0,0 +1,3 @@ +{ + "parent": "bettercombat:glaive" +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/greataxe.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/greataxe.json new file mode 100644 index 00000000..7ee8f316 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/greataxe.json @@ -0,0 +1,41 @@ +{ + "parent": "bettercombat:heavy_axe", + "attributes" : { + "attack_range": 3.5, + "category": "greataxe", + "two_handed": true, + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:claymore_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:claymore_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1.4, + "angle": 360, + "upswing": 0.5, + "animation": "bettercombat:two_handed_spin", + "swing_sound": { + "id": "bettercombat:claymore_swing", + "pitch": 1.1 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/greathammer.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/greathammer.json new file mode 100644 index 00000000..8670a024 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/greathammer.json @@ -0,0 +1,41 @@ +{ + "parent": "bettercombat:heavy_axe", + "attributes" : { + "attack_range": 3.5, + "pose": "bettercombat:pose_two_handed_heavy", + "category": "greathammer", + "two_handed": true, + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:double_axe_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:double_axe_swing" + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1.5, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slam", + "swing_sound": { + "id": "bettercombat:hammer_slam" + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/halberd.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/halberd.json new file mode 100644 index 00000000..288c8f25 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/halberd.json @@ -0,0 +1,58 @@ +{ + "attributes": { + "attack_range": 4, + "category": "halberd", + "pose": "simplyswords:pose_halberd", + "two_handed": true, + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:halberd_stab_right", + "swing_sound": { + "id": "bettercombat:spear_stab", + "volume": 0.5, + "pitch": 1 + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:halberd_stab_right", + "swing_sound": { + "id": "bettercombat:spear_stab", + "volume": 0.5, + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "simplyswords:halberd_slash_vertical_right", + "swing_sound": { + "id": "bettercombat:glaive_slash_slow", + "volume": 0.5, + "pitch": 0.8 + } + }, + { + "hitbox": "VERTICAL_PLANE", + "damage_multiplier": 1.6, + "angle": 150, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_vertical_right", + "swing_sound": { + "id": "bettercombat:glaive_slash_slow", + "volume": 0.5, + "pitch": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/katana.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/katana.json new file mode 100644 index 00000000..91034928 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/katana.json @@ -0,0 +1,8 @@ +{ + "parent": "bettercombat:katana", + "attributes": { + "attack_range": 2.9, + "two_handed": true, + "category": "katana" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/longsword.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/longsword.json new file mode 100644 index 00000000..b539baa7 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/longsword.json @@ -0,0 +1,39 @@ +{ + "attributes": { + "attack_range": 2.9, + "category": "sword", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "bettercombat:one_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:sword_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "bettercombat:one_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:sword_slash" + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1.4, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:one_handed_stab", + "swing_sound": { + "id": "bettercombat:sword_slash", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/rapier.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/rapier.json new file mode 100644 index 00000000..8d3980c1 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/rapier.json @@ -0,0 +1,3 @@ +{ + "parent": "bettercombat:rapier" +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/sai.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/sai.json new file mode 100644 index 00000000..20d3566e --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/sai.json @@ -0,0 +1,19 @@ +{ + "attributes": { + "attack_range": 1.8, + "category": "soul_knife", + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:one_handed_stab", + "swing_sound": { + "id": "bettercombat:dagger_slash", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/spear.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/spear.json new file mode 100644 index 00000000..9a70ab90 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/spear.json @@ -0,0 +1,6 @@ +{ + "parent": "bettercombat:trident", + "attributes": { + "attack_range": 3.1 + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/twinblade.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/twinblade.json new file mode 100644 index 00000000..af5c19ec --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/twinblade.json @@ -0,0 +1,39 @@ +{ + "attributes": { + "attack_range": 3, + "two_handed": true, + "category": "battlestaff", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 0.8, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:staff_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:staff_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1.2, + "angle": 360, + "upswing": 0.5, + "animation": "bettercombat:two_handed_spin", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick" + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/warglaive.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/warglaive.json new file mode 100644 index 00000000..eeca8d83 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-emerald/warglaive.json @@ -0,0 +1,42 @@ +{ + "attributes": { + "attack_range": 2.6, + "pose": "simplyswords:pose_warglaive_dual_animated", + "two_handed": false, + "category": "warglaive", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "simplyswords:warglaive_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:sickle_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["NOT_DUAL_WIELDING"], + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "simplyswords:warglaive_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:sickle_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "MAIN_HAND_ONLY"], + "damage_multiplier": 1.2, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:warglaive_spin", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick" + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/chakram.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/chakram.json new file mode 100644 index 00000000..e96bda11 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/chakram.json @@ -0,0 +1,44 @@ +{ + "attributes": { + "attack_range": 5.0, + "two_handed": false, + "category": "chakram", + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:one_handed_chakram_throw_left", + "swing_sound": { + "id": "bettercombat:sickle_slash", + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "MAIN_HAND_ONLY"], + "damage_multiplier": 1, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:chakram_spin", + "swing_sound": { + "id": "bettercombat:sickle_slash", + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "OFF_HAND_ONLY"], + "damage_multiplier": 1, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:chakram_spin_long_grounded", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/claymore.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/claymore.json new file mode 100644 index 00000000..8be7a9d9 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/claymore.json @@ -0,0 +1,8 @@ +{ + "parent": "bettercombat:claymore", + "attributes": { + "attack_range": 3.5, + "two_handed": true, + "category": "claymore" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/cutlass.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/cutlass.json new file mode 100644 index 00000000..c681681d --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/cutlass.json @@ -0,0 +1,7 @@ +{ + "parent": "bettercombat:sickle", + "attributes": { + "attack_range": 2.5, + "category": "sickle" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/glaive.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/glaive.json new file mode 100644 index 00000000..e4b76c3f --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/glaive.json @@ -0,0 +1,3 @@ +{ + "parent": "bettercombat:glaive" +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/greataxe.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/greataxe.json new file mode 100644 index 00000000..7ee8f316 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/greataxe.json @@ -0,0 +1,41 @@ +{ + "parent": "bettercombat:heavy_axe", + "attributes" : { + "attack_range": 3.5, + "category": "greataxe", + "two_handed": true, + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:claymore_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:claymore_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1.4, + "angle": 360, + "upswing": 0.5, + "animation": "bettercombat:two_handed_spin", + "swing_sound": { + "id": "bettercombat:claymore_swing", + "pitch": 1.1 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/greathammer.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/greathammer.json new file mode 100644 index 00000000..8670a024 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/greathammer.json @@ -0,0 +1,41 @@ +{ + "parent": "bettercombat:heavy_axe", + "attributes" : { + "attack_range": 3.5, + "pose": "bettercombat:pose_two_handed_heavy", + "category": "greathammer", + "two_handed": true, + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:double_axe_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:double_axe_swing" + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1.5, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slam", + "swing_sound": { + "id": "bettercombat:hammer_slam" + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/halberd.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/halberd.json new file mode 100644 index 00000000..288c8f25 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/halberd.json @@ -0,0 +1,58 @@ +{ + "attributes": { + "attack_range": 4, + "category": "halberd", + "pose": "simplyswords:pose_halberd", + "two_handed": true, + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:halberd_stab_right", + "swing_sound": { + "id": "bettercombat:spear_stab", + "volume": 0.5, + "pitch": 1 + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:halberd_stab_right", + "swing_sound": { + "id": "bettercombat:spear_stab", + "volume": 0.5, + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "simplyswords:halberd_slash_vertical_right", + "swing_sound": { + "id": "bettercombat:glaive_slash_slow", + "volume": 0.5, + "pitch": 0.8 + } + }, + { + "hitbox": "VERTICAL_PLANE", + "damage_multiplier": 1.6, + "angle": 150, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_vertical_right", + "swing_sound": { + "id": "bettercombat:glaive_slash_slow", + "volume": 0.5, + "pitch": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/katana.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/katana.json new file mode 100644 index 00000000..91034928 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/katana.json @@ -0,0 +1,8 @@ +{ + "parent": "bettercombat:katana", + "attributes": { + "attack_range": 2.9, + "two_handed": true, + "category": "katana" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/longsword.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/longsword.json new file mode 100644 index 00000000..b539baa7 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/longsword.json @@ -0,0 +1,39 @@ +{ + "attributes": { + "attack_range": 2.9, + "category": "sword", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "bettercombat:one_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:sword_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "bettercombat:one_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:sword_slash" + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1.4, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:one_handed_stab", + "swing_sound": { + "id": "bettercombat:sword_slash", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/rapier.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/rapier.json new file mode 100644 index 00000000..8d3980c1 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/rapier.json @@ -0,0 +1,3 @@ +{ + "parent": "bettercombat:rapier" +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/sai.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/sai.json new file mode 100644 index 00000000..20d3566e --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/sai.json @@ -0,0 +1,19 @@ +{ + "attributes": { + "attack_range": 1.8, + "category": "soul_knife", + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:one_handed_stab", + "swing_sound": { + "id": "bettercombat:dagger_slash", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/spear.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/spear.json new file mode 100644 index 00000000..9a70ab90 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/spear.json @@ -0,0 +1,6 @@ +{ + "parent": "bettercombat:trident", + "attributes": { + "attack_range": 3.1 + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/twinblade.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/twinblade.json new file mode 100644 index 00000000..af5c19ec --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/twinblade.json @@ -0,0 +1,39 @@ +{ + "attributes": { + "attack_range": 3, + "two_handed": true, + "category": "battlestaff", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 0.8, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:staff_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:staff_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1.2, + "angle": 360, + "upswing": 0.5, + "animation": "bettercombat:two_handed_spin", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick" + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/warglaive.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/warglaive.json new file mode 100644 index 00000000..eeca8d83 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-gold/warglaive.json @@ -0,0 +1,42 @@ +{ + "attributes": { + "attack_range": 2.6, + "pose": "simplyswords:pose_warglaive_dual_animated", + "two_handed": false, + "category": "warglaive", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "simplyswords:warglaive_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:sickle_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["NOT_DUAL_WIELDING"], + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "simplyswords:warglaive_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:sickle_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "MAIN_HAND_ONLY"], + "damage_multiplier": 1.2, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:warglaive_spin", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick" + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/chakram.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/chakram.json new file mode 100644 index 00000000..e96bda11 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/chakram.json @@ -0,0 +1,44 @@ +{ + "attributes": { + "attack_range": 5.0, + "two_handed": false, + "category": "chakram", + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:one_handed_chakram_throw_left", + "swing_sound": { + "id": "bettercombat:sickle_slash", + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "MAIN_HAND_ONLY"], + "damage_multiplier": 1, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:chakram_spin", + "swing_sound": { + "id": "bettercombat:sickle_slash", + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "OFF_HAND_ONLY"], + "damage_multiplier": 1, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:chakram_spin_long_grounded", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/claymore.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/claymore.json new file mode 100644 index 00000000..8be7a9d9 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/claymore.json @@ -0,0 +1,8 @@ +{ + "parent": "bettercombat:claymore", + "attributes": { + "attack_range": 3.5, + "two_handed": true, + "category": "claymore" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/cutlass.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/cutlass.json new file mode 100644 index 00000000..c681681d --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/cutlass.json @@ -0,0 +1,7 @@ +{ + "parent": "bettercombat:sickle", + "attributes": { + "attack_range": 2.5, + "category": "sickle" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/glaive.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/glaive.json new file mode 100644 index 00000000..e4b76c3f --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/glaive.json @@ -0,0 +1,3 @@ +{ + "parent": "bettercombat:glaive" +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/greataxe.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/greataxe.json new file mode 100644 index 00000000..7ee8f316 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/greataxe.json @@ -0,0 +1,41 @@ +{ + "parent": "bettercombat:heavy_axe", + "attributes" : { + "attack_range": 3.5, + "category": "greataxe", + "two_handed": true, + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:claymore_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:claymore_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1.4, + "angle": 360, + "upswing": 0.5, + "animation": "bettercombat:two_handed_spin", + "swing_sound": { + "id": "bettercombat:claymore_swing", + "pitch": 1.1 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/greathammer.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/greathammer.json new file mode 100644 index 00000000..8670a024 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/greathammer.json @@ -0,0 +1,41 @@ +{ + "parent": "bettercombat:heavy_axe", + "attributes" : { + "attack_range": 3.5, + "pose": "bettercombat:pose_two_handed_heavy", + "category": "greathammer", + "two_handed": true, + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:double_axe_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:double_axe_swing" + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1.5, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slam", + "swing_sound": { + "id": "bettercombat:hammer_slam" + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/halberd.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/halberd.json new file mode 100644 index 00000000..288c8f25 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/halberd.json @@ -0,0 +1,58 @@ +{ + "attributes": { + "attack_range": 4, + "category": "halberd", + "pose": "simplyswords:pose_halberd", + "two_handed": true, + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:halberd_stab_right", + "swing_sound": { + "id": "bettercombat:spear_stab", + "volume": 0.5, + "pitch": 1 + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:halberd_stab_right", + "swing_sound": { + "id": "bettercombat:spear_stab", + "volume": 0.5, + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "simplyswords:halberd_slash_vertical_right", + "swing_sound": { + "id": "bettercombat:glaive_slash_slow", + "volume": 0.5, + "pitch": 0.8 + } + }, + { + "hitbox": "VERTICAL_PLANE", + "damage_multiplier": 1.6, + "angle": 150, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_vertical_right", + "swing_sound": { + "id": "bettercombat:glaive_slash_slow", + "volume": 0.5, + "pitch": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/katana.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/katana.json new file mode 100644 index 00000000..91034928 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/katana.json @@ -0,0 +1,8 @@ +{ + "parent": "bettercombat:katana", + "attributes": { + "attack_range": 2.9, + "two_handed": true, + "category": "katana" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/longsword.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/longsword.json new file mode 100644 index 00000000..b539baa7 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/longsword.json @@ -0,0 +1,39 @@ +{ + "attributes": { + "attack_range": 2.9, + "category": "sword", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "bettercombat:one_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:sword_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "bettercombat:one_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:sword_slash" + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1.4, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:one_handed_stab", + "swing_sound": { + "id": "bettercombat:sword_slash", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/rapier.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/rapier.json new file mode 100644 index 00000000..8d3980c1 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/rapier.json @@ -0,0 +1,3 @@ +{ + "parent": "bettercombat:rapier" +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/sai.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/sai.json new file mode 100644 index 00000000..20d3566e --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/sai.json @@ -0,0 +1,19 @@ +{ + "attributes": { + "attack_range": 1.8, + "category": "soul_knife", + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:one_handed_stab", + "swing_sound": { + "id": "bettercombat:dagger_slash", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/spear.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/spear.json new file mode 100644 index 00000000..9a70ab90 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/spear.json @@ -0,0 +1,6 @@ +{ + "parent": "bettercombat:trident", + "attributes": { + "attack_range": 3.1 + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/twinblade.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/twinblade.json new file mode 100644 index 00000000..af5c19ec --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/twinblade.json @@ -0,0 +1,39 @@ +{ + "attributes": { + "attack_range": 3, + "two_handed": true, + "category": "battlestaff", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 0.8, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:staff_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:staff_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1.2, + "angle": 360, + "upswing": 0.5, + "animation": "bettercombat:two_handed_spin", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick" + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/warglaive.json b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/warglaive.json new file mode 100644 index 00000000..eeca8d83 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/advancednetherite_compat/netherite-iron/warglaive.json @@ -0,0 +1,42 @@ +{ + "attributes": { + "attack_range": 2.6, + "pose": "simplyswords:pose_warglaive_dual_animated", + "two_handed": false, + "category": "warglaive", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "simplyswords:warglaive_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:sickle_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["NOT_DUAL_WIELDING"], + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "simplyswords:warglaive_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:sickle_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "MAIN_HAND_ONLY"], + "damage_multiplier": 1.2, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:warglaive_spin", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick" + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/chakram.json b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/chakram.json new file mode 100644 index 00000000..e96bda11 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/chakram.json @@ -0,0 +1,44 @@ +{ + "attributes": { + "attack_range": 5.0, + "two_handed": false, + "category": "chakram", + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:one_handed_chakram_throw_left", + "swing_sound": { + "id": "bettercombat:sickle_slash", + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "MAIN_HAND_ONLY"], + "damage_multiplier": 1, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:chakram_spin", + "swing_sound": { + "id": "bettercombat:sickle_slash", + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "OFF_HAND_ONLY"], + "damage_multiplier": 1, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:chakram_spin_long_grounded", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/claymore.json b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/claymore.json new file mode 100644 index 00000000..8be7a9d9 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/claymore.json @@ -0,0 +1,8 @@ +{ + "parent": "bettercombat:claymore", + "attributes": { + "attack_range": 3.5, + "two_handed": true, + "category": "claymore" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/cutlass.json b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/cutlass.json new file mode 100644 index 00000000..c681681d --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/cutlass.json @@ -0,0 +1,7 @@ +{ + "parent": "bettercombat:sickle", + "attributes": { + "attack_range": 2.5, + "category": "sickle" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/glaive.json b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/glaive.json new file mode 100644 index 00000000..e4b76c3f --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/glaive.json @@ -0,0 +1,3 @@ +{ + "parent": "bettercombat:glaive" +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/greataxe.json b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/greataxe.json new file mode 100644 index 00000000..7ee8f316 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/greataxe.json @@ -0,0 +1,41 @@ +{ + "parent": "bettercombat:heavy_axe", + "attributes" : { + "attack_range": 3.5, + "category": "greataxe", + "two_handed": true, + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:claymore_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:claymore_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1.4, + "angle": 360, + "upswing": 0.5, + "animation": "bettercombat:two_handed_spin", + "swing_sound": { + "id": "bettercombat:claymore_swing", + "pitch": 1.1 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/greathammer.json b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/greathammer.json new file mode 100644 index 00000000..8670a024 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/greathammer.json @@ -0,0 +1,41 @@ +{ + "parent": "bettercombat:heavy_axe", + "attributes" : { + "attack_range": 3.5, + "pose": "bettercombat:pose_two_handed_heavy", + "category": "greathammer", + "two_handed": true, + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:double_axe_swing" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:double_axe_swing" + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1.5, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slam", + "swing_sound": { + "id": "bettercombat:hammer_slam" + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/halberd.json b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/halberd.json new file mode 100644 index 00000000..288c8f25 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/halberd.json @@ -0,0 +1,58 @@ +{ + "attributes": { + "attack_range": 4, + "category": "halberd", + "pose": "simplyswords:pose_halberd", + "two_handed": true, + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:halberd_stab_right", + "swing_sound": { + "id": "bettercombat:spear_stab", + "volume": 0.5, + "pitch": 1 + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "simplyswords:halberd_stab_right", + "swing_sound": { + "id": "bettercombat:spear_stab", + "volume": 0.5, + "pitch": 1.2 + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "simplyswords:halberd_slash_vertical_right", + "swing_sound": { + "id": "bettercombat:glaive_slash_slow", + "volume": 0.5, + "pitch": 0.8 + } + }, + { + "hitbox": "VERTICAL_PLANE", + "damage_multiplier": 1.6, + "angle": 150, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_vertical_right", + "swing_sound": { + "id": "bettercombat:glaive_slash_slow", + "volume": 0.5, + "pitch": 1 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/katana.json b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/katana.json new file mode 100644 index 00000000..91034928 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/katana.json @@ -0,0 +1,8 @@ +{ + "parent": "bettercombat:katana", + "attributes": { + "attack_range": 2.9, + "two_handed": true, + "category": "katana" + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/longsword.json b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/longsword.json new file mode 100644 index 00000000..b539baa7 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/longsword.json @@ -0,0 +1,39 @@ +{ + "attributes": { + "attack_range": 2.9, + "category": "sword", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "bettercombat:one_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:sword_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 120, + "upswing": 0.5, + "animation": "bettercombat:one_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:sword_slash" + } + }, + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1.4, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:one_handed_stab", + "swing_sound": { + "id": "bettercombat:sword_slash", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/rapier.json b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/rapier.json new file mode 100644 index 00000000..8d3980c1 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/rapier.json @@ -0,0 +1,3 @@ +{ + "parent": "bettercombat:rapier" +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/sai.json b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/sai.json new file mode 100644 index 00000000..20d3566e --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/sai.json @@ -0,0 +1,19 @@ +{ + "attributes": { + "attack_range": 1.8, + "category": "soul_knife", + "attacks": [ + { + "hitbox": "FORWARD_BOX", + "damage_multiplier": 1, + "angle": 0, + "upswing": 0.5, + "animation": "bettercombat:one_handed_stab", + "swing_sound": { + "id": "bettercombat:dagger_slash", + "pitch": 1.2 + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/spear.json b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/spear.json new file mode 100644 index 00000000..9a70ab90 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/spear.json @@ -0,0 +1,6 @@ +{ + "parent": "bettercombat:trident", + "attributes": { + "attack_range": 3.1 + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/twinblade.json b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/twinblade.json new file mode 100644 index 00000000..af5c19ec --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/twinblade.json @@ -0,0 +1,39 @@ +{ + "attributes": { + "attack_range": 3, + "two_handed": true, + "category": "battlestaff", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 0.8, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:staff_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "bettercombat:two_handed_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:staff_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1.2, + "angle": 360, + "upswing": 0.5, + "animation": "bettercombat:two_handed_spin", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick" + } + } + ] + } +} \ No newline at end of file diff --git a/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/warglaive.json b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/warglaive.json new file mode 100644 index 00000000..eeca8d83 --- /dev/null +++ b/common/src/main/resources/data/simplyswords/weapon_attributes/dragonloot_compat/dragon-scale/warglaive.json @@ -0,0 +1,42 @@ +{ + "attributes": { + "attack_range": 2.6, + "pose": "simplyswords:pose_warglaive_dual_animated", + "two_handed": false, + "category": "warglaive", + "attacks": [ + { + "hitbox": "HORIZONTAL_PLANE", + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "simplyswords:warglaive_slash_horizontal_right", + "swing_sound": { + "id": "bettercombat:sickle_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["NOT_DUAL_WIELDING"], + "damage_multiplier": 1, + "angle": 180, + "upswing": 0.5, + "animation": "simplyswords:warglaive_slash_horizontal_left", + "swing_sound": { + "id": "bettercombat:sickle_slash" + } + }, + { + "hitbox": "HORIZONTAL_PLANE", + "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "MAIN_HAND_ONLY"], + "damage_multiplier": 1.2, + "angle": 360, + "upswing": 0.5, + "animation": "simplyswords:warglaive_spin", + "swing_sound": { + "id": "bettercombat:glaive_slash_quick" + } + } + ] + } +} \ No newline at end of file