Shin's Tensura Race Models

Shin's Tensura Race Models

A library addon for Tensura Reincarnated which allows others to add models to their races

by
3.8K Downloads
forgelibrary
Rent Server with this Mod

About this Mod

Shin's Tensura Race Models allows others to add their own custom models to Tensura: Reincarnated races.

Currently built for T:R 1.0.2.5, Forge version 43.5.0

HOW TO USE

Using it is simple. First, add it to your addon as a dependency using CurseMaven or any other method
Following that, the race you wish to give a model to needs to implement the IModeledRaces class. Doing so will add several new functions which need to be filled in within the race, such as the class name of the model the race will use, the size of its shadow, and the eye height. 

Additionally, 2 functions need to be created. The first is on the client event bus, and looks as follows:

@SubscribeEvent
public static void registerLayerDefinitions(EntityRenderersEvent.RegisterLayerDefinitions event) {
event.registerLayerDefinition(ExampleModel.LAYER_LOCATION, ExampleModel::createBodyLayer);
}

replacing ExampleModel with the model you are using. And the second one is that you need to mixin into the TensuraRacesRenderer file's init function and add your race to the list, as is done in the example below:

@Mixin(TensuraRacesRenderer.class)
public abstract class AddRaceMixin<T extends LivingEntity, M extends EntityModel> {

@Shadow
@Final
@Mutable
private List<HierarchicalModel<T>> models;

@Inject(method = "<init>", at = @At("TAIL"))
private void onInit(RenderLayerParent parent, CallbackInfo ci) {
    List<HierarchicalModel<T>> newModels = new ArrayList<>(this.models);

    EntityModelSet modelSet = Minecraft.getInstance().getEntityModels();
    newModels.add(new ExampleModel<>(modelSet.bakeLayer(ExampleModel.LAYER_LOCATION)));

    this.models = List.copyOf(newModels);
}

}

The model file itself also needs several edits, however a working example model is included within the mod itself which you are free to look at to edit your entities code to match it. 

That should be all you need to do, only other things to note would be that, even though the model is using the Hierarchical format, i have not yet finished allowing you to use hierarchical animations properly. There is a partially implemented crouch and running keyframe start however i am unsure if it fully works yet. 

ADDITIONAL INFO

Tensura addons that started it:

Tensura: KumoDesu
Tensura: Bleach

This mod is fine to be used to utilise when making addons provided the addon is used and the code is not simply copied exactly and taken to be used within your mod itself.

Available Versions

Shin's Tensura Race Models 1.9release
MC 1.19.2forge
January 20, 2026
Shin's Tensura Race Models 1.8release
MC 1.19.2forge
January 18, 2026
Shin's Tensura Race Models 1.7release
MC 1.19.2forge
January 16, 2026
Shin's Tensura Race Models 1.6release
MC 1.19.2forge
September 3, 2025
Shin's Tensura Race Models 1.2release
MC 1.19.2forge
August 20, 2025

How to Install Shin's Tensura Race Models on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set forge Loader

In the panel under "Egg", select the forge loader and matching Minecraft version (1.19.4).

3

Install Mod

Open the mod browser in the dashboard and search for "Shin's Tensura Race Models". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

forge

Minecraft Versions

1.19.4, 1.19.3, 1.19.2

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Shin's Tensura Race Models server crashes on startup – what to do?

Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.19.4). You can switch loaders with one click in the panel.

Is Shin's Tensura Race Models compatible with forge?

Shin's Tensura Race Models officially supports forge for Minecraft 1.19.4, 1.19.3, 1.19.2. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Shin's Tensura Race Models – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Shin's Tensura Race Models consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Shin's Tensura Race Models with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
LicenseRef-All-Rights-Reserved
Server-side
Required

Supported Versions

1.19.41.19.31.19.2