File Details
botaniafundamentals-1.2.2.jar
- B
- May 13, 2026
- 18.20 KB
- 13
- 1.20.1
- Forge
File Name
botaniafundamentals-1.2.2.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
[1.2.2] - 2026-05-12
Added
- Terrasteel Mana Cost Rebalance: New
[terrasteel]config section withmanaMultiplier(default 0.5). Reduces Terrasteel cost less mana per ingot. - Apothecary Config Toggle: New
[apothecary]config section withautoRefill(default true). Allows servers to disable the auto-refill feature. - Lexica Botania Entry: New "Terrasteel Mana Cost" page explaining the change.
Fixed
- Crash: FluidGeneratorMixin: Replaced
@Shadowon inherited methodgetLevel()with@Shadowon thelevelfield. Added@Nullableannotation to match original BlockEntity declaration. - Updated author metadata to Ulluim across all project files.
[1.2.1] - 2026-05-12
Fixed
- Crash: FluidGeneratorMixin: Replaced
@ModifyArgapproach with tick tracking via@Inject(HEAD/RETURN)to avoid INVOKEVIRTUAL target resolution issue.
[1.2.0] - 2026-05-12
Added
- Spreader Optimizations: New
[spreader]config section with two performance options.- Idle Skip: Idle Mana Spreaders skip expensive checks for
idleSkipIntervalticks (default 5). - Target-Full Cache: Spreaders wait
targetRecheckDelayticks (default 20) before re-checking a full target.
- Idle Skip: Idle Mana Spreaders skip expensive checks for
- Lexica Botania Entry: New "Spreader Optimizations" page.
Changed
- Added
[spreader]section to config withidleSkipIntervalandtargetRecheckDelay.
[1.1.0] - 2026-05-12
Added
- Lexica Botania Integration: New "Botania Fundamentals" category with entries for Endoflame, Hydroangea, Thermalily, and Petal Apothecary.
- Hydroangea Mana Multiplier: New config
hydroangea.manaMultiplier(default 5.0). - Thermalily Mana Multiplier: New config
thermalily.manaMultiplier(default 5.0). - Hydroangea Decay Toggle: New config
hydroangea.disableDecay(default true).
Changed
- Config restructured into categories:
[endoflame],[hydroangea],[thermalily].
Fixed
- Endoflame mana multiplier now correctly applies using the parent class target in Mixin.
[1.0.0] - 2026-05-11
Added
- Endoflame Rebalance: Increased mana generation for all fuels (Coal now gives ~5000 mana).
- Apothecary Auto-Refill: Petal Apothecary automatically refills from adjacent water sources.
- Configuration Support:
botaniafundamentals-common.tomlconfig file with tunable mana multipliers. - Mixin Integration: Advanced logic modification for Botania's core flowers and blocks.
Fixed
- Internal Botania package mappings for 1.20.1 (corrected
EndoflameBlockEntityandPetalApothecaryBlockEntitypaths).