Tensura rule2race
Tensura rule2race is a NeoForge addon for Tensura: Reincarnated that changes how the Rimuru start flow behaves.
Instead of forcing players to immediately become Rimuru when the rimuruMode gamerule is enabled, this mod opens the normal reincarnation menu and adds Rimuru as an extra selectable option. Choosing that option still applies the original Tensura Rimuru reincarnation flow, but players are no longer forced into it on first login.
Summary
- Converts
rimuruMode from a forced first-login path into a menu-enabled option.
- Adds a Rimuru entry to the starting race selection menu when
rimuruMode is enabled.
- Keeps the original Tensura Rimuru package when the player explicitly selects Rimuru.
- Prevents extra random starting unique skills from stacking on top of the Rimuru package when
skillBeforeRace is enabled.
Supported Target
- Minecraft:
1.21.1
- NeoForge:
21.1.219
- Tensura: Reincarnated:
2.0.0.4
This mod declares Tensura: Reincarnated 2.0.0.4 as a required dependency.
Runtime Dependencies
The development environment and local runtime setup use the following mods:
- Tensura: Reincarnated
- ManasCore
- Architectury API
- GeckoLib
- SmartBrainLib
- TerraBlender
Behavior Details
rimuruMode = false
Nothing changes. Tensura keeps its normal reincarnation behavior.
rimuruMode = true
On first login, players are sent to the reincarnation menu instead of being forced directly into the Rimuru flow.
The race list gains one extra entry:
If the player selects Rimuru, the mod calls Tensura's original reincarnateAsRimuru flow.
skillBeforeRace = true
This mod preserves the general Tensura logic, but adjusts the timing:
- Normal race selections still receive the starting unique skill flow.
- Rimuru selection does not stack an extra random starting unique skill on top of the original Rimuru package.
Server Usage
This feature is controlled by the Tensura gamerule:
gamerule rimuruMode true
For dedicated servers, the value is stored in the world save's level.dat, because rimuruMode is a gamerule rather than a plain text config entry.
Development
Useful commands:
gradlew classes
gradlew runClient
If dependencies become inconsistent, refresh them with:
gradlew --refresh-dependencies