Modscraper Modscraper Minecraft
Fern Config logo

Fern Config

Mod

Multi format config library with a lot of features

Type

Mod

Modrinth Downloads

76

Modrinth ID

8C94h2KQ

Last Updated

Jun 15, 2026

Description

Fern Config

fabric forge
quilt neoforge

Fern config is a light and simple config library that allows developers to easily create configs and store them in different formats

Currently supported formats:

  • JSON5
  • TOML

Planned:

  • JSON
  • YAML

Note: Fern Config is still WIP and doesn't include much features

Things that are done in the latest version:

  • JSON5 save format
  • TOML save format
  • Boolean
  • Enum
  • Block Mask

What's "Mask"?

Mask is basically a selector for blocks/items/entities, that can work as a whitelist or blacklist
For now only Mask only supports block entities, but that will be changed in the future

maven { name "lemonnik's maven" url "https://maven.lemonnik.dev/releases" }

Implementation in 26.1+

implementation "dev.lemonnik:fern_config:0.1.0+mc26.1.2-fabric"

For older versions:

Fabric loom:

modImplementation "dev.lemonnik:fern_config:0.1.0+mc1.21.1-fabric"

Forge gradle:

implementation fg.deof("dev.lemonnik:fern_config:0.1.0+mc1.21.1-forge")

Available versions can be found on maven

Other examples are availible in gallery, proper wiki will be crated when mod reaches release state

Compatibility

Mod Loaders

Fabric Forge Neoforge Quilt

Game Versions

1.18.2 1.19.2 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 +14 more

Screenshots

Similar Mods

External Resources