Open Issues Need Help
View All on GitHubAI Summary: The issue is that Piglin armor (helmet, chestplate, leggings, and boots) is not correctly registered as being liked by Piglins, causing them to still attack the player even when wearing it. The task is to fix the code snippet provided to ensure that the Pigsteel armor items are properly added to the `PIGLIN_LOVED` item tag, preventing Piglin aggression.
AI Summary: The Tenebrine toolset, despite being correctly registered in relevant item tags (SWORDS, PICKAXES, etc., and their enchantable counterparts), is not allowing enchantments. The issue likely stems from a problem within the `ModToolMaterials.TENEBRINE` definition. The `enchantability` value (currently 15) might be incorrectly interpreted or another aspect of the material's definition is preventing enchantments from applying. Debugging will involve checking the `ModToolMaterials` class, specifically the `TENEBRINE` material's properties and how it interacts with the game's enchantment system.