Tensura: Magic Growth

A Tensura add-on mod that introduces magic ore mother rocks, magic ore crystal growth, and magic-rich geodes driven by configurable environmental magicule mechanics.

File Details

tensura_magic_growth-1.0.5.jar

  • R
  • Apr 11, 2026
  • 81.25 KB
  • 1.9K
  • 1.21.1
  • NeoForge

File Name

tensura_magic_growth-1.0.5.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:tensura-magic-growth-1504033:7909579"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v1.0.5

Added

  • Added a high-magicule whitelist mob replacement system.
  • Natural spawns can now be replaced with rarer Tensura mobs based on chunk magicule, replacement chance, and a configurable whitelist.
  • Added the following default replacement chains:
    • tensura:orc -> tensura:orc_lord
    • tensura:black_spider -> tensura:knight_spider
    • tensura:slime -> tensura:metal_slime
    • tensura:metal_slime -> tensura:supermassive_slime
    • tensura:lesser_daemon -> tensura:greater_daemon
    • tensura:greater_daemon -> tensura:arch_daemon
  • Added a client-side debug HUD keybind with F8 as the default key.
  • Added entityMagiculeInfluenceDiffusionRate to configure weak chunk-to-chunk diffusion.

Changed

  • Replaced reflection-based access for entity-side Tensura data with direct dependency calls for entity magicule and spawn type lookups.
  • Kept reflective access for chunk-side magicule storage to avoid deeper Manascore storage dependency issues in the current build setup.
  • Removed the default tensura:goblin -> tensura:orc replacement chain.
  • Improved English config section labels and field labels to reduce truncation in the in-game config UI.
  • The debug HUD now shifts downward when right-side status effect icons are present.

Configuration

  • magiculeMobReplacementWhitelist still works, but it is no longer exposed in the in-game common config GUI.
  • The whitelist is now intended to be edited directly in tensura_magic_growth-common.toml.

Debugging

  • Added detailed logging for the mob replacement pipeline, including:
    • spawn type
    • current chunk magicule
    • whitelist match state
    • chance roll result
    • replacement success or failure reason