-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Missing loot tables create crashes #35
Comments
Hello again ! [18.05 21:40:12] [Server] Found a Loot Table path that does not existminecraft:equipment/witch_legs |
This is not an error, the mod checks if the loot table exists. If it does, the mod will add loot from it, otherwise it should be ignored. |
Okay I see. Is there maybe a way in the config to disable the debug logs ? So they don't spam too much the debug files |
Hello 👋 I'm trying to include auto leveling into my future modpack but I get loot tables errors and I don't know if this is intentional or not but I'd like to know if anybody knows what is the loot tables purpose
Here is an example of the kind of message I get in my debug :
Found a Loot Table path that does not exist: minecraft:equipment/wolf_chest
The path represented by this Loot Table is: data/minecraft/loot_tables/equipment/wolf_chest.json
Loot Table method called at: daripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
daripher.autoleveling.event.MobsLevelingEvents.addEquipment
Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
Please let the mod author know about this so they can check to see if their Loot Table is correct.
This issue seems to be causing crashes right now. I'm using the AutoLeveling-1.16.5-1.19b on Forge (the modpack is on 1.16.5 for now)
Here is my log :
latest (2).log
The text was updated successfully, but these errors were encountered: