Resource Config API Mod (1.20.1) – Library API

For mod developers juggling configuration files across multiple loaders, Resource Config API Mod offers a straightforward solution that cuts through the complexity. Created by xStopho, this lightweight library handles the creation, saving, and autocorrection of mod config files — supporting Forge, Fabric, NeoForge, and Quilt from a single codebase. With over 140,000 downloads on Modrinth and active development since early 2024, it has quietly become a reliable backbone for multi-loader Minecraft projects.

Key Features

  • Broad data type support — Store primitives like Integer, Double, String, and Boolean alongside reference types such as List, ArrayList, and LinkedList, covering most configuration needs out of the box.
  • Commented values and categories — Add inline comments to individual config values and entire categories, making config files readable for both developers and end users who want to tweak settings manually.
  • Range-defined values — Constrain numeric values within a defined range so invalid entries are caught automatically before they cause issues in-game.
  • Autocorrection of invalid configs — If a config file becomes corrupt or contains out-of-range values, the API automatically corrects them to valid defaults rather than crashing the game.
  • Custom config paths — Specify exactly where config files are stored, giving developers flexibility over file organization within their mod structure.
  • Multi-loader design — Built from the ground up to work across Forge, Fabric, NeoForge, and Quilt, so developers can maintain a single config system for all loader versions of their mod.

Screenshots

Resource Config API Mod screenshot 1
Resource Config API Mod screenshot 2
Resource Config API Mod screenshot 3
Resource Config API Mod screenshot 4
Resource Config API Mod screenshot 5

How to Install

  1. Install your preferred mod loader — Forge, Fabric, NeoForge, or Quilt — matching your Minecraft version.
  2. If using Fabric, make sure Fabric API is also installed. For Quilt, install Quilt Loader.
  3. Download the correct Resource Config API file for your Minecraft version and loader from the link below.
  4. Place the downloaded .jar file into your .minecraft/mods folder.
  5. Launch Minecraft. The API loads silently in the background — no in-game content is added since this is a library mod.

Requirements

Mod Loader Dependencies Minecraft Versions
Forge Minecraft Forge 26.1, 1.21.11, 1.21.10, 1.21.9, 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.1, 1.21, 1.20.6, 1.20.1
Fabric Fabric API
NeoForge NeoForge Installer
Quilt Quilt Loader

Pros & Cons

Pros

  • Works across four mod loaders from a single API, simplifying multi-platform mod development
  • Autocorrects corrupt or invalid config values instead of crashing
  • Supports a wide range of data types including lists and primitives
  • Open-source under the MIT license with active updates
  • Covers Minecraft versions from 1.20.1 all the way to 26.1

Cons

  • No GUI config screen — end users must edit config files manually
  • Described as a basic API without advanced features like nested config categories or real-time reloading
  • As a library mod, it adds no visible content on its own — only useful if another mod depends on it

Download

Minecraft VersionLoaderDownload Links
For Minecraft 1.20.6, 1.20.1
Forge

For Minecraft 1.20.6, 1.20.1
Fabric

For Minecraft 1.21.1, 1.21
Forge

For Minecraft 1.21.1, 1.21
NeoForge

For Minecraft 1.21.1, 1.21
Fabric

For Minecraft 1.21.3
Forge

For Minecraft 1.21.3
NeoForge

For Minecraft 1.21.3
Fabric

For Minecraft 1.21.5, 1.21.4
Forge

For Minecraft 1.21.5, 1.21.4
NeoForge

For Minecraft 1.21.5, 1.21.4
Fabric

For Minecraft 1.21.8, 1.21.7, 1.21.6
Forge

For Minecraft 1.21.8, 1.21.7, 1.21.6
NeoForge

For Minecraft 1.21.8, 1.21.7, 1.21.6
Fabric

For Minecraft 1.21.10, 1.21.9
Forge

For Minecraft 1.21.10, 1.21.9
NeoForge

For Minecraft 1.21.10, 1.21.9
Fabric

For Minecraft 1.21.11
Forge

For Minecraft 1.21.11
NeoForge

For Minecraft 1.21.11
Fabric

For Minecraft 26.1
Forge

For Minecraft 26.1
NeoForge

For Minecraft 26.1
Fabric

Always download mods from official sources to stay safe.

What's New

  • Version 3.9.2 is the latest release, focusing on stability improvements.
  • Fixed a bug specific to the Forge loader.
  • The mod continues to receive regular updates, with the most recent change published in December 2025.

FAQ

Do I need Resource Config API if I'm just playing Minecraft?

Only if another mod you have installed lists it as a dependency. On its own, Resource Config API adds no gameplay content — it is a behind-the-scenes library that other mods use to manage their configuration files.

Does Resource Config API work with both Forge and Fabric at the same time?

It supports Forge, Fabric, NeoForge, and Quilt, but you need to download the correct version for your specific loader. The multi-loader design benefits mod developers who want to maintain one config system across platforms.

What happens if a config file gets corrupted?

The API includes built-in autocorrection that detects invalid or out-of-range values and resets them to valid defaults automatically, so a broken config file should not prevent your game from launching.

Looking for more? Browse all Minecraft Mods on McInside.

Explore Minecraft Mods →

Click to rate this post!
[Total: 15 Average: 3.7]