Botania Fundamentals

A small addon focused on improving the early-game Botania experience.

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

Forge

implementation fg.deobf("curse.maven:the-best-addon-for-botania-1541610:8080555")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[1.2.2] - 2026-05-12

Added

  • Terrasteel Mana Cost Rebalance: New [terrasteel] config section with manaMultiplier (default 0.5). Reduces Terrasteel cost less mana per ingot.
  • Apothecary Config Toggle: New [apothecary] config section with autoRefill (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 @Shadow on inherited method getLevel() with @Shadow on the level field. Added @Nullable annotation to match original BlockEntity declaration.
  • Updated author metadata to Ulluim across all project files.

[1.2.1] - 2026-05-12

Fixed

  • Crash: FluidGeneratorMixin: Replaced @ModifyArg approach 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 idleSkipInterval ticks (default 5).
    • Target-Full Cache: Spreaders wait targetRecheckDelay ticks (default 20) before re-checking a full target.
  • Lexica Botania Entry: New "Spreader Optimizations" page.

Changed

  • Added [spreader] section to config with idleSkipInterval and targetRecheckDelay.

[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.toml config 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 EndoflameBlockEntity and PetalApothecaryBlockEntity paths).