Copper Equipment (Forge)

Copper Equipment (Forge)

224k Downloads

Tag items correctly

Qwerty97475 opened this issue ยท 5 comments

commented

[1.21.1 Neoforge]

Some items are missing tags/tagged a bit inconsistently
Here's my kubejs script which fixes it, can you add these tag corrections to the base mod? the first is the tag and the second is the item id

  event.remove('forge:nuggets/copper', 'copperequipment:copper_nugget')
  event.add('c:nuggets', 'copperequipment:copper_nugget')
  event.add('c:nuggets/copper', 'copperequipment:copper_nugget')

  event.add('minecraft:head_armor', 'copperequipment:copper_helmet')
  event.add('minecraft:chest_armor', 'copperequipment:copper_chestplate')
  event.add('minecraft:leg_armor', 'copperequipment:copper_leggings')
  event.add('minecraft:foot_armor', 'copperequipment:copper_boots')
  event.add('c:horse_armor', 'copperequipment:copper_horse_armor')

  event.add('minecraft:swords', 'copperequipment:copper_sword')
  event.add('minecraft:axes', 'copperequipment:copper_axe')
  event.add('minecraft:pickaxes', 'copperequipment:copper_pickaxe')
  event.add('minecraft:shovels', 'copperequipment:copper_shovel')
  event.add('minecraft:hoes', 'copperequipment:copper_hoe')

  event.add('oreganized:lighter_than_lead', 'copperequipment:copper_boots')

  event.add('c:tools/melee_weapon', 'copperequipment:copper_sword')
  event.add('c:tools/melee_weapon', 'copperequipment:copper_axe')
  event.add('c:tools/mining_tool', 'copperequipment:copper_pickaxe')
  event.add('minecraft:cluster_max_harvestables', 'copperequipment:copper_pickaxe')

these tags will automatically apply the other tags (for example 'c:tools/melee_weapon' will automatically apply 'c:tools'

Additionally the waxed tools and shears need to be tagged similarly (i've disabled them in my modpack though)

commented

Oh yup they got fixed

commented

Let me know if any of these problems were fixed in v1.3.2.

commented

I actually have this fixed in the unreleased 1.3.2 update of the mod for NeoForge 1.21.1, will push a update of it soon!

commented

awesome ty

commented

Hey @Qwerty97475 try out the new release 1.3.2 let me know if it fixes the tag problem!

https://modrinth.com/mod/copper-equipment/version/1.3.2