Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
What it does
In vanilla Tensura: Reincarnated, upgrading your Kiln to Mithril or Orichalcum only increases the molten storage capacity ā the actual melting speed is identical across all three tiers. This mod fixes that.
Each kiln tier now multiplies the per-tick melting progress, so higher-tier kilns finish recipes faster:
| Kiln tier | Default multiplier | Configurable range |
|---|---|---|
| Normal | 1Ć (unchanged) | 1 ā 100 |
| Mithril | 4Ć | 1 ā 100 |
| Orichalcum | 8Ć | 1 ā 100 |
Configuration
On first launch the mod writes config/tensura_kiln_boost-common.toml:
ātoml [speed] normalMultiplier = 1 mithrilMultiplier = 4 orichalcumMultiplier = 8 ā
How it works
The mod ships a Mixin into Tensura's KilnBlockEntity, modifying the two meltingProgress increment constants in the melting tick to be scaled by the kiln tier.
Requirements
- Minecraft 1.21.1
- NeoForge 21.1+
- Tensura: Reincarnated 2.0.0.9+ (not tested in prior versions)
Side
Server-side only by behavior as the kiln tick runs on the server. For singleplayer / LAN-host you still need it in mods/. For dedicated servers it must be on the server; clients without it can connect only if your launcher / NeoForge handshake allows missing mods.
Compatibility notes
- Fire Elemental Core boost stacks. Vanilla Tensura gives any kiln a
+2 per tickboost while charged with a Fire Elemental Core. This mod scales that boost by the tier multiplier ā so an Orichalcum kiln on a Fire Core charge effectively runs at 16Ć. If that's too much, setorichalcumMultiplierlower in the config. - Compatible with KubeJS recipe overrides (e.g. changes to
smeltTick) ā this mod only changes how fast progress accumulates, not how much progress a recipe needs. - Does not change molten storage limits, recipe outputs, fuel consumption, or any other kiln mechanic.
Credits
All credit for the Kiln itself goes to the Tensura: Reincarnated team (MinhEragon, MrProfessor, ItsJustArthur, Borniuus). This is a small companion patch ā please support the original mod first.

