Potion Packs - Custom Potions

Potion Packs is a lightweight utility mod that adds a flexible potion system to Minecraft.

File Details

potionpacks-1.1.0.jar

  • R
  • May 26, 2026
  • 1.82 MB
  • 19
  • 1.20.1
  • Forge

File Name

potionpacks-1.1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:potion-packs-custom-potions-1536465:8147902")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fix potion family resolution and add deep loader diagnostics

- Fixed external folder potion packs resolving zero variants despite valid effect ids
- Reworked deferred MobEffect registry lookup flow to resolve effects only after Forge registries are fully available
- Fixed potion family validation incorrectly discarding valid vanilla effects
- Added explicit variant generation diagnostics for:
  - normal potions
  - strong potions
  - long potions
  - splash combinations
  - lingering combinations
- Added logs for:
  - external pack discovery
  - archive pack discovery
  - namespace resolution
  - parsed family counts
  - override merge operations
  - disable rule application
  - brewing recipe generation
  - deferred registration execution
  - final registered potion totals
- Improved error reporting for malformed potion definitions
- Added effect registry existence checks with detailed namespace/id output
- Fixed parsing edge cases with brewing recipe structures
- Fixed external folder pack traversal not entering nested potionpacks directories correctly
- Fixed family resolution pipeline producing empty enabled variant sets
- Improved merge behavior for partial overrides so only explicitly defined values replace originals
- Added safer fallback handling for missing tiers, durations, and brewing combinations
- Added more verbose warnings for skipped families and disabled variants
- Cleaned up loader initialization ordering and startup diagnostics
- Improved compatibility foundations for addon-provided internal potion packs