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.2.jar

  • R
  • May 29, 2026
  • 45.59 KB
  • 13
  • 1.12.2
  • Forge

File Name

BountifulRandomberries-1.12.2-1.0.2.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

[1.0.2] - 2026-05-23
- Fixed Infernal Mobs not dropping berries: detectTier was checking the wrong NBT
  key ("InfernalMobs.abilities") and reading it as NBTTagList, but InfernalMobs
  actually stores modifiers as a space-separated String under key "InfernalMobsMod".
  Fixed key name, read type (getString + split), and tier thresholds to match
  InfernalMobs source (≤5 Elite, ≤10 Ultra, 11+ Infernal).

[1.0.1] - 2026-05-22
- Fixed water bar not being filled when eating berries: tryAddWater was using wrong
  class paths (toughasnails / net.kreezxil.simpledifficulty). Fixed to use the actual
  SimpleDifficulty API: SDCapabilities.THIRST capability + addThirstLevel(int).

[1.0.0] - 2026-05-22
- Renamed mod to "Bountiful Randomberries" (modid: bountifulrandomberries).
  Previous modid was bountifulberries; this is a breaking change for existing saves.