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.
rimuruMode from a forced first-login path into a menu-enabled option.rimuruMode is enabled.skillBeforeRace is enabled.1.21.121.1.2192.0.0.4This mod declares Tensura: Reincarnated 2.0.0.4 as a required dependency.
The development environment and local runtime setup use the following mods:
rimuruMode = falseNothing changes. Tensura keeps its normal reincarnation behavior.
rimuruMode = trueOn 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:
RimuruIf the player selects Rimuru, the mod calls Tensura's original reincarnateAsRimuru flow.
skillBeforeRace = trueThis mod preserves the general Tensura logic, but adjusts the timing:
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.
Useful commands:
gradlew classes
gradlew runClient
If dependencies become inconsistent, refresh them with:
gradlew --refresh-dependencies