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
[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.