Easy Mob Farm

Easy Mob Farm

851k Downloads

Modded Drops

AbelRunes opened this issue · 1 comments

commented

So I noticed with some of the cards (even for base minecraft mobs) if there is a modded drop the farm doesn't seem to be able to pick up on that loot table. I'm not sure if this is something I can config myself or if its going to be adjusted in the future. Also most modded drops just dont seem to drop on their own either. Before the update to this newest version this wasn't an issue. So I'm not sure what went wrong.

commented

Thank you for the report!

Could you please provide a concrete example of a specific mod and the expected modded drops that aren’t being collected?
This will help me reproduce the issue and investigate further.

How Loot Extraction Works:

The mob farm extracts loot using vanilla loot table methods, just like in previous versions.

Here’s how the process functions:

  1. The farm identifies the entity type (e.g., minecraft:phantom).
  2. It requests the corresponding loot table for that entity.
  3. Mob farm enhancements (like Loot and Sword Enhancements) are applied.
  4. The loot is then generated based on the loot table and the applied enhancements.

Important Notes:

  • Some loot tables have conditions (e.g., killed_by_player). In such cases, mobs will only drop loot if the Sword Enhancement is used.

image

Screenshot 2024-12-29 123337

  • If modded mobs or items aren’t dropping, it’s possible the mod in question:
    • Doesn’t use standard loot tables.
    • Triggers drops through custom kill events.
    • In these cases, the mob farm may not be able to collect the drops.

To investigate this properly, I’d need:

  • The name of the mod.
  • The specific mob or item that isn't dropping as expected.
  • Any relevant loot table details (if known).

I’ll check the mod’s loot table structure and see if adjustments can be made to improve compatibility.
Your help with this will be greatly appreciated!

Thank you again for your detailed feedback.