Shadows-of-Fire / Apothic-Attributes

Attributes library for Minecraft, used by Apotheosis.
MIT License
7 stars 9 forks source link

[1.20.1 Bug] Logs show issues with Adventure module compatibility #16

Closed itsdinkd closed 5 months ago

itsdinkd commented 5 months ago

Looking at the logs, I am seeing a lot of errors from Apothesis with Apothesis Additions mainly around not matching the minimum amount of affixes required, some loot table adventure issues, and other things.

Here is my log, i know there are some errors here for skill trees, apologies, please ignore (ctrl+f attr

https://mclo.gs/4eHhSON

Here are some highlights

[18Jan2024 11:22:29.295] [Render thread/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:artifact for category pickaxeRequired: 2; Provided: 1
[18Jan2024 11:22:29.295] [Render thread/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:artifact for category shovelRequired: 2; Provided: 1
[18Jan2024 11:22:29.295] [Render thread/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:artifact for category spellbookRequired: 2; Provided: 0
[18Jan2024 11:22:29.296] [Render thread/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:artifact for category helmetRequired: 1; Provided: 0
[18Jan2024 11:22:29.296] [Render thread/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:artifact for category chestplateRequired: 1; Provided: 0
[18Jan2024 11:22:29.296] [Render thread/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:artifact for category leggingsRequired: 1; Provided: 0
[18Jan2024 11:22:29.296] [Render thread/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:artifact for category bootsRequired: 1; Provided: 0
[18Jan2024 11:22:29.296] [Render thread/ERROR] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:artifact for category spellbookRequired: 1; Provided: 0
[18Jan2024 11:22:29.343] [Render thread/ERROR] [Apotheosis : Adventure/]: Failed parsing gems file apotheotic_additions:modded/enchanter.
[18Jan2024 11:22:29.343] [Render thread/ERROR] [Apotheosis : Adventure/]: Underlying Exception: 
java.lang.IllegalArgumentException: No bonuses were provided.

[18Jan2024 11:22:29.375] [Render thread/ERROR] [Apotheosis : Adventure/]: Failed parsing gems file apotheotic_additions:modded/master_crafter.
[18Jan2024 11:22:29.375] [Render thread/ERROR] [Apotheosis : Adventure/]: Underlying Exception: 
java.lang.IllegalArgumentException: No bonuses were provided.

[18Jan2024 11:22:29.662] [Render thread/ERROR] [Apotheosis : Adventure/]: Failed parsing affix_loot_entries file apotheotic_additions:aether/thunder_sword.
[18Jan2024 11:22:29.662] [Render thread/ERROR] [Apotheosis : Adventure/]: Underlying Exception: 
java.lang.RuntimeException: Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: botania:thunder_sword

Versions 1.2.1 apothic attrib 7.2.2 apothesis

itsdinkd commented 5 months ago

shoot meant to post this on a apotheotic additions github. apologies.