Skip to content
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

Open
Krampus69 opened this issue Apr 19, 2024 · 3 comments
Open

[Bug] Missing loot tables create crashes #35

Krampus69 opened this issue Apr 19, 2024 · 3 comments

Comments

@Krampus69
Copy link

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

@Krampus69
Copy link
Author

Hello again !
I got my server running for our future modpack and here I mainly get log errors from the mod Autoleveling, telling me to inform you about this :

[18.05 21:40:12] [Server] Found a Loot Table path that does not existminecraft:equipment/witch_legs
[18.05 21:40:12] [Server] The path represented by this Loot Table isdata/minecraft/loot_tables/equipment/witch_legs.json
[18.05 21:40:12] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:12] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:12] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:12] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:12] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:12] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:12] [Server] Found a Loot Table path that does not existminecraft:equipment/witch_chest
[18.05 21:40:12] [Server] The path represented by this Loot Table isdata/minecraft/loot_tables/equipment/witch_chest.json
[18.05 21:40:12] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:12] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:12] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:12] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:12] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:12] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:12] [Server] Found a Loot Table path that does not existminecraft:equipment/witch_head
[18.05 21:40:12] [Server] The path represented by this Loot Table isdata/minecraft/loot_tables/equipment/witch_head.json
[18.05 21:40:12] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:12] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:12] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:12] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:31] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:31] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:31] [Server] Found a Loot Table path that does not existeidolon:equipment/wraith_mainhand
[18.05 21:40:31] [Server] The path represented by this Loot Table isdata/eidolon/loot_tables/equipment/wraith_mainhand.json
[18.05 21:40:31] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:31] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:31] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:31] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:31] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:31] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:31] [Server] Found a Loot Table path that does not existeidolon:equipment/wraith_offhand
[18.05 21:40:31] [Server] The path represented by this Loot Table isdata/eidolon/loot_tables/equipment/wraith_offhand.json
[18.05 21:40:31] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:31] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:31] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:31] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:31] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:31] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:31] [Server] Found a Loot Table path that does not existeidolon:equipment/wraith_feet
[18.05 21:40:31] [Server] The path represented by this Loot Table isdata/eidolon/loot_tables/equipment/wraith_feet.json
[18.05 21:40:31] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:31] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:31] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:31] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:31] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:31] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:31] [Server] Found a Loot Table path that does not existeidolon:equipment/wraith_legs
[18.05 21:40:31] [Server] The path represented by this Loot Table isdata/eidolon/loot_tables/equipment/wraith_legs.json
[18.05 21:40:31] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:31] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:31] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:31] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:31] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:31] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:31] [Server] Found a Loot Table path that does not existeidolon:equipment/wraith_chest
[18.05 21:40:31] [Server] The path represented by this Loot Table isdata/eidolon/loot_tables/equipment/wraith_chest.json
[18.05 21:40:31] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:31] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:31] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:31] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:31] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:31] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:31] [Server] Found a Loot Table path that does not existeidolon:equipment/wraith_head
[18.05 21:40:31] [Server] The path represented by this Loot Table isdata/eidolon/loot_tables/equipment/wraith_head.json
[18.05 21:40:31] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:31] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:31] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:31] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:45] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:45] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:45] [Server] Found a Loot Table path that does not existquark:equipment/wrapped_mainhand
[18.05 21:40:45] [Server] The path represented by this Loot Table isdata/quark/loot_tables/equipment/wrapped_mainhand.json
[18.05 21:40:45] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:45] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:45] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:45] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:45] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:45] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:45] [Server] Found a Loot Table path that does not existquark:equipment/wrapped_offhand
[18.05 21:40:45] [Server] The path represented by this Loot Table isdata/quark/loot_tables/equipment/wrapped_offhand.json
[18.05 21:40:45] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:45] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:45] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:45] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:45] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:45] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:45] [Server] Found a Loot Table path that does not existquark:equipment/wrapped_feet
[18.05 21:40:45] [Server] The path represented by this Loot Table isdata/quark/loot_tables/equipment/wrapped_feet.json
[18.05 21:40:45] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:45] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:45] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:45] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:45] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:45] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:45] [Server] Found a Loot Table path that does not existquark:equipment/wrapped_legs
[18.05 21:40:45] [Server] The path represented by this Loot Table isdata/quark/loot_tables/equipment/wrapped_legs.json
[18.05 21:40:45] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:45] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:45] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:45] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:45] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:45] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:45] [Server] Found a Loot Table path that does not existquark:equipment/wrapped_chest
[18.05 21:40:45] [Server] The path represented by this Loot Table isdata/quark/loot_tables/equipment/wrapped_chest.json
[18.05 21:40:45] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:45] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:45] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:45] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:45] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:45] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:45] [Server] Found a Loot Table path that does not existquark:equipment/wrapped_head
[18.05 21:40:45] [Server] The path represented by this Loot Table isdata/quark/loot_tables/equipment/wrapped_head.json
[18.05 21:40:45] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:45] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:45] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:45] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:59] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:59] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:59] [Server] Found a Loot Table path that does not existalexsmobs:equipment/guster_mainhand
[18.05 21:40:59] [Server] The path represented by this Loot Table isdata/alexsmobs/loot_tables/equipment/guster_mainhand.json
[18.05 21:40:59] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:59] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:59] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:59] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:59] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:59] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:59] [Server] Found a Loot Table path that does not existalexsmobs:equipment/guster_offhand
[18.05 21:40:59] [Server] The path represented by this Loot Table isdata/alexsmobs/loot_tables/equipment/guster_offhand.json
[18.05 21:40:59] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:59] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:59] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:59] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:59] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:59] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:59] [Server] Found a Loot Table path that does not existalexsmobs:equipment/guster_feet
[18.05 21:40:59] [Server] The path represented by this Loot Table isdata/alexsmobs/loot_tables/equipment/guster_feet.json
[18.05 21:40:59] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:59] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:59] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:59] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:59] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:59] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:59] [Server] Found a Loot Table path that does not existalexsmobs:equipment/guster_legs
[18.05 21:40:59] [Server] The path represented by this Loot Table isdata/alexsmobs/loot_tables/equipment/guster_legs.json
[18.05 21:40:59] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:59] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:59] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:59] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:59] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:59] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:59] [Server] Found a Loot Table path that does not existalexsmobs:equipment/guster_chest
[18.05 21:40:59] [Server] The path represented by this Loot Table isdata/alexsmobs/loot_tables/equipment/guster_chest.json
[18.05 21:40:59] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:59] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:59] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:59] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:40:59] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:40:59] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:40:59] [Server] Found a Loot Table path that does not existalexsmobs:equipment/guster_head
[18.05 21:40:59] [Server] The path represented by this Loot Table isdata/alexsmobs/loot_tables/equipment/guster_head.json
[18.05 21:40:59] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:40:59] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:40:59] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:40:59] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:41:06] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:41:06] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:41:06] [Server] Found a Loot Table path that does not existquark:equipment/forgotten_mainhand
[18.05 21:41:06] [Server] The path represented by this Loot Table isdata/quark/loot_tables/equipment/forgotten_mainhand.json
[18.05 21:41:06] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:41:06] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:41:06] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:41:06] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:41:06] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:41:06] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:41:06] [Server] Found a Loot Table path that does not existquark:equipment/forgotten_offhand
[18.05 21:41:06] [Server] The path represented by this Loot Table isdata/quark/loot_tables/equipment/forgotten_offhand.json
[18.05 21:41:06] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:41:06] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:41:06] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:41:06] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:41:06] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:41:06] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:41:06] [Server] Found a Loot Table path that does not existquark:equipment/forgotten_feet
[18.05 21:41:06] [Server] The path represented by this Loot Table isdata/quark/loot_tables/equipment/forgotten_feet.json
[18.05 21:41:06] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:41:06] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:41:06] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:41:06] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:41:06] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:41:06] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:41:06] [Server] Found a Loot Table path that does not existquark:equipment/forgotten_legs
[18.05 21:41:06] [Server] The path represented by this Loot Table isdata/quark/loot_tables/equipment/forgotten_legs.json
[18.05 21:41:06] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:41:06] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:41:06] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:41:06] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:41:06] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:41:06] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:41:06] [Server] Found a Loot Table path that does not existquark:equipment/forgotten_chest
[18.05 21:41:06] [Server] The path represented by this Loot Table isdata/quark/loot_tables/equipment/forgotten_chest.json
[18.05 21:41:06] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:41:06] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:41:06] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:41:06] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:41:06] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:41:06] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:41:06] [Server] Found a Loot Table path that does not existquark:equipment/forgotten_head
[18.05 21:41:06] [Server] The path represented by this Loot Table isdata/quark/loot_tables/equipment/forgotten_head.json
[18.05 21:41:06] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:41:06] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:41:06] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:41:06] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:41:08] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:41:08] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:41:08] [Server] Found a Loot Table path that does not existearthmobsmod:equipment/bouldering_zombie_mainhand
[18.05 21:41:08] [Server] The path represented by this Loot Table isdata/earthmobsmod/loot_tables/equipment/bouldering_zombie_mainhand.json
[18.05 21:41:08] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:41:08] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:41:08] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:41:08] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:41:08] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:41:08] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:41:08] [Server] Found a Loot Table path that does not existearthmobsmod:equipment/bouldering_zombie_offhand
[18.05 21:41:08] [Server] The path represented by this Loot Table isdata/earthmobsmod/loot_tables/equipment/bouldering_zombie_offhand.json
[18.05 21:41:08] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:41:08] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:41:08] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:41:08] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:41:08] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:41:08] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:41:08] [Server] Found a Loot Table path that does not existearthmobsmod:equipment/bouldering_zombie_feet
[18.05 21:41:08] [Server] The path represented by this Loot Table isdata/earthmobsmod/loot_tables/equipment/bouldering_zombie_feet.json
[18.05 21:41:08] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:41:08] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:41:08] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:41:08] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:41:08] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:41:08] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:41:08] [Server] Found a Loot Table path that does not existearthmobsmod:equipment/bouldering_zombie_legs
[18.05 21:41:08] [Server] The path represented by this Loot Table isdata/earthmobsmod/loot_tables/equipment/bouldering_zombie_legs.json
[18.05 21:41:08] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:41:08] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:41:08] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:41:08] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:41:08] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:41:08] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:41:08] [Server] Found a Loot Table path that does not existearthmobsmod:equipment/bouldering_zombie_chest
[18.05 21:41:08] [Server] The path represented by this Loot Table isdata/earthmobsmod/loot_tables/equipment/bouldering_zombie_chest.json
[18.05 21:41:08] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:41:08] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:41:08] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:41:08] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
[18.05 21:41:08] [Server] [Server thread/ERROR] [co.te.bl.Blame/]:
[18.05 21:41:08] [Server] ****************** Blame Report Loot Table 1.16.5-3.7.0-forge ******************
[18.05 21:41:08] [Server] Found a Loot Table path that does not existearthmobsmod:equipment/bouldering_zombie_head
[18.05 21:41:08] [Server] The path represented by this Loot Table isdata/earthmobsmod/loot_tables/equipment/bouldering_zombie_head.json
[18.05 21:41:08] [Server] Loot Table method called atdaripher.autoleveling.event.MobsLevelingEvents.getEquipmentLootTableForSlot
[18.05 21:41:08] [Server] daripher.autoleveling.event.MobsLevelingEvents.addEquipment
[18.05 21:41:08] [Server] Most common cause is that the Loot Table file is not actually at that location. (Although this could be intentional by mod author)
[18.05 21:41:08] [Server] Please let the mod author know about this so they can check to see if their Loot Table is correct.
latest (3).log

@Daripher
Copy link
Owner

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.

@Krampus69
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants