Tensura Kiln Boost

Quick rating

Community listing page, reviews here may not be monitored by the author.

Tensura Kiln Boost

By aikiooOwner

No reviews yet

In vanilla Tensura, Mithril and Orichalcum kiln upgrades only increase molten storage — not speed. This mod makes each upgrade tier actually melt faster, with fully configurable multipliers (defaults: 4× Mithril, 8× Orichalcum).

Mod Loaders
Minecraft

About

Description

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 1 – 100
Orichalcum 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 tick boost 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, set orichalcumMultiplier lower 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.