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
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_lordtensura:black_spider -> tensura:knight_spidertensura:slime -> tensura:metal_slimetensura:metal_slime -> tensura:supermassive_slimetensura:lesser_daemon -> tensura:greater_daemontensura:greater_daemon -> tensura:arch_daemon
- Added a client-side debug HUD keybind with
F8as the default key. - Added
entityMagiculeInfluenceDiffusionRateto 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:orcreplacement 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
magiculeMobReplacementWhiteliststill 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