Wiki 9Minecraft Fireplace Lib Wiki
Fireplace Lib Wiki

Fireplace Lib Wiki & Guide

wiki.9minecraft.net/fireplace-lib-mod/

The community wiki and guide for Fireplace Lib — recipes, items, tags and mechanics, kept current for every Minecraft version the mod supports.

0recipes · MC 1.21.1
0recipes · MC 1.20.1
0wiki pages
2MC versions
Updated 76 days ago61.4K downloads43 followersLicense: MIT License

About this mod

A library of common functionality used by my mods, in one place for easier maintenance and faster updates.

Main focuses (and basic user-friendly descriptions):

  • Multithreading (Allows more things to happen at once)
  • Serializing and deserializing data in json format (Makes it easier to save various data)
  • Translation management for client-side-optional mods (Makes it so even if you aren't required to have a mod installed to join a server that's using it, you can use it anyways if you want to use a different language than the server uses)
  • Common code to make it less tedious to make commands and config GUIs

More details for developers can be found on the wiki.

Q&A

__How does this help users?__

  • Lower risk of bugs because the common functionality is in one place instead of copied to a bunch of different places
  • If a bug is found in this common functionality, it can be fixed once then the mods that use it will be able to quickly switch to the fixed version

__Does this do anything on its own?__

It shows up in the mod list, but that's about it.

__Do I need to download this to use your other mods?__

Yes, for the following mods:

Overlord

Grand Economy

Fire's Survival Tweaks

Textbook

Mob Rebirth

Home Camp

Unforgiving Void

Compatibility

Which Minecraft versions and mod loaders the mod supports.

LoaderMC 1.21.11MC 1.21.10MC 1.21.9MC 1.21.8MC 1.21.7MC 1.21.6MC 1.21.5MC 1.21.4MC 1.21.3MC 1.21.2MC 1.21.1MC 1.21
Fabric
Forge
Quilt

Dependencies

Other mods required (or optional) to run this mod.

Annotated DI (embedded)Mod Menu (optional)Cloth Config API (optional)Fabric API (required)

Recent updates

Latest releases with the author's changelog notes.

7.1.7+1.21.11+fabric 2026-06-22 · fabric, quilt · MC 1.21.11

1.21.11 port Removes several functions from the command Requirements interface; convenient vanilla replacements now exist.

  • manageGameSettings -> Commands.hasPermission(Commands.LEVEL_GAMEMASTERS)
  • managePlayerAccess -> Commands.hasPermission(Commands.LEVEL_ADMINS)
  • manageServer -> Commands.hasPermission(Commands.LEVEL_OWNERS)
7.1.7+1.21.10+fabric 2026-06-22 · fabric, quilt · MC 1.21.9, 1.21.10

Update bundled Annotated DI to 4.0.9

7.1.7+1.21.8+fabric 2026-06-22 · fabric, quilt · MC 1.21.6, 1.21.7, 1.21.8

Update bundled Annotated DI to 4.0.9

7.1.7+1.21.7+fabric 2026-06-22 · fabric, quilt · MC 1.21.6, 1.21.7

Update bundled Annotated DI to 4.0.9

7.1.7+1.21.5+fabric 2026-06-22 · fabric, quilt · MC 1.21.5

Update bundled Annotated DI to 4.0.9

Mods in the same category as this one.

Fabric APICloth Config APIYetAnotherConfigLib (YACL)Fabric Language KotlinArchitectury APIJust Enough Items (JEI)

Developer resources

Source codeReport an issue

Version history

Fireplace Lib 7.1.7+1.20.1 (MC 1.20.1) → 7.1.7+1.21.1+fabric (MC 1.21.1): 0 recipes added · 0 recipes removed · 0 recipes updated.