HomeJavaModsTensura Race Spawn Settings (TRSS)
Tensura Race Spawn Settings (TRSS)
ModsJava

Tensura Race Spawn Settings (TRSS)

by mappleaf · on Modrinth

A small addon for Tensura Reincarnated that lets you configure custom spawn locations for each race. Free Minecraft Java mod for 1.21.1.

⬇ Download on Modrinth

Tensura Race Spawn Settings

(Tensura Race Spawns or just TRSS for short)

A small addon for Tensura Reincarnated that lets you configure custom spawn locations for each race. The main idea is simple: different races can start in different dimensions, biomes, or structures. This also works with races added by other addons, as long as you know their registry id.

What it does

The addon can:

Configuration is stored in:

config/tensura/race_spawns.toml

Example:

[settings]
    spawnRadius=6400
    useAsyncLocator=true

[Races]
    [Races.slime]
        spawnDimension="minecraft:overworld"
        spawnBiome=["#minecraft:is_overworld"]
        spawnStructure=[]
        onlyInitial=true
        assignedToPlayer=false

    [Races."exampleaddon:custom_race"]
        spawnDimension="minecraft:overworld"
        spawnBiome=["minecraft:swamp", "#is_taiga"]
        spawnStructure=["#minecraft:village", "minecraft:mineshaft"]
        onlyInitial=false
        assignedToPlayer=true

Config behavior

Empty values mean “ignore this option and use the default spawn logic”.

spawnDimension=""
spawnBiome=[]
spawnStructure=[]

If all three spawn fields are empty, the player uses the normal world spawn. onlyInitial=true means the found point is used like a normal /spawnpoint or bed spawn. onlyInitial=false makes the configured spawn behave more like a personal world spawn for that player. assignedToPlayer=true prevents the same configured biome/structure location from being reused for another player.

Also you can hot-reload your config in-game:

/tensuraracespawns reload

Optional dependency

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more