Furnace XP Storage
No reviews yet
Allows furnaces to store XP like in MC 1.13+
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
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 methodfurnacexpstorage.util.SmeltItemHelper.storeXpFromSmelting(inputStack, cookedStack, this.getTileData());
Required dependency: FermiumBooter
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
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources