EntityFishingDrops-1.2
Curse Maven Snippet
What's new
Fixed
- Crash when fishing if a drop used
dropCommandbut omitteddropCommandCooldown - That error could fail the use-item packet and stop the catch from completing
- Same class of crash for other optional numbers left out of JSON (
dropChance,minAmount,commandChance, extra-drop fields, and so on)
Changed
- Omitted number fields now use safe defaults instead of crashing:
- chances default to 100%
- amounts default to 1
- cooldowns default to 0 (no cooldown)
- extra drop chance defaults to 0
- A broken drop entry is logged and skipped so one bad config no longer breaks fishing
Existing configs do not need to be updated. If you already set these fields, behavior is unchanged.
This mod has no additional files