Bountiful Randomberries

Adds tiered berry drops from Infernal mobs, Blights, and Golden Blights that grant XP or random beneficial potion effects.

File Details

BountifulRandomberries-1.12.2-1.0.3.jar

  • R
  • May 31, 2026
  • 45.59 KB
  • 0
  • 1.12.2
  • Forge

File Name

BountifulRandomberries-1.12.2-1.0.3.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:bountiful-randomberries-1550061:8177161")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[1.0.3] - 2026-05-31
- Removed hard dependency on Scaling Health (required-after → after).
  The code never imported any SH class — only used an NBT string key
  ("ScalingHealth.IsBlight") and a ResourceLocation for the "bandaged" potion
  (already null-safe). The mod now loads without SH; blight drops simply don't
  trigger (correct, since blights don't exist without SH).
  Also removed ScalingHealth jar from the compile classpath in build-manual.ps1.