Перейти к содержимому
Mineforgian

Furnace XP Storage

Allows furnaces to store XP like in MC 1.13+

189 загрузок1 подписчиковMITforge

Обновлён 14 декабря 2025 г. · опубликован 14 декабря 2025 г.

Furnaces in MC 1.12.2 and before do not store XP. Instead, players get XP when they extract the smelted items out of the furnace.

Due to this behavior, breaking furnaces does not drop XP. And when you funnel out the output items with a hopper, you also do not get any XP.

This lightweight mod backports the behavior from Minecraft 1.13 and later, where furnaces store the XP from smelting inside the block. Breaking the furnace will spawn XP orbs. And even when funneling smelted items out of the furnace the smelted XP will stay inside the furnace. Players can extract that XP by locking the hopper and extracting one smelted item, or by simply breaking the furnace.

v1.2.0+: Works for a lot of modded furnaces. If you find one that isn't supported, tell me!

v1.3.0+: Thanks to roidrole the stored xp inside furnaces can be turned into any fluid (Essence of Knowledge / Luiqid XP etc) via config

v1.3.1+: mod developers can register their modded Furnaces to store xp and treat it as fluid (if config enabled) via

furnacexpstorage.compat.CompatHandler.addModHandler("yourmodid", () -> tile -> tile instanceof YourFurnaceTileEntity);

if their TileEntity has its own copy of smeltItem() they will need to add the following line into that method

furnacexpstorage.util.SmeltItemHelper.storeXpFromSmelting(inputStack, cookedStack, this.getTileData());

Required dependency: FermiumBooter

Центр версий

2 версий
  • Релиз135 КБ
  • Релиз128 КБ

Ченджлог

v1.3.1Релиз1.12.2 · 14 декабря 2025 г.

v1.3.1 even more compat now also supports

  • divine rpg
  • netherrock (simplecore api)
  • natura

also contains API furnacexpstorage.compat.CompatHandler.addModHandler("yourmodid", () -> tile -> tile instanceof YourFurnaceTileEntity);

1.3.0Релиз1.12.2 · 14 декабря 2025 г.

previous changelogs:

v1.3.0 - added fluid support to funnel out stored xp as fluid v1.2.1 - added support for even more furnaces v1.2.0 - ALL THE FURNACES - support for lots of modded furnaces v1.1.4 - hotfix for betternether compat v1.1.3 - hotfix and betternether furnaces v1.1.2 - hotfix for modded uses of SlotFurnaceOutput v1.1.1 - hotfix for HEI v1.1.0 - JEI + CT compat, allows to define xp per smelt by input and output instead of only by output v1.0.1 - serverside only v1.0.0 - initial release

Комментарии

Загружаем…