Mod

Data Config

Quick rating

Data Config

No reviews yet

A mod that gives Minecraft datapacks a visual graphical configuration interface. Datapack authors only need to write simple JSON configurations, and players can adjust datapack parameters directly through the Cloth Config interface in-game, without manuall

Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Introduction

Datapack Config Mod is a utility mod for Minecraft Forge 1.20.1 that provides datapack developers with a convenient graphical configuration interface.

By integrating the Cloth Config API, the mod allows players to modify datapack parameters directly in-game without manually editing JSON files or restarting the game.


Main Features

🎨 Graphical Configuration Interface

  • Uses Cloth Config to provide a user-friendly interface
  • Supports 10+ configuration types: sliders, text boxes, dropdown menus, color pickers, etc.
  • Changes take effect immediately — no game restart required

🌍 Full Localization Support

  • Bilingual interface (Chinese and English)
  • Config option names, descriptions, and tooltips can be set per language

📦 Global Datapack Loading

  • Automatically loads .zip datapacks from config/datapack-config-mod/
  • Each datapack can be toggled on/off via the config interface
  • Datapacks are loaded with the highest priority

🔧 Main Menu Shortcut

  • A "Datapack Config" button is added to the top‑right corner of the main menu for one‑click access

Supported Configuration Types

Type Description
boolean Boolean toggle
int / slider Integer input / slider
double / double_slider Floating‑point input / slider
string Text input
enum / enum_selector Dropdown menu / enum selector
color Color picker

Quick Start

For Datapack Authors

Create a datapack_config.json file in the root directory of your datapack:

{
  "config": {
    "spawn_rate": {
      "type": "slider",
      "default": "50",
      "min": 0,
      "max": 100,
      "name": {
        "zh_cn": "生物生成率",
        "en_us": "Mob Spawn Rate"
      },
      "filePath": "data/mydatapack/config.json",
      "key": "spawn_rate"
    }
  }
}

Screenshots

Gallery

  • Configuration Interface
    Configuration Interface Can load data packets globally and configure adapter data packets
  • Multiple configuration option styles
    Multiple configuration option styles
  • Color configurable options
    Color configurable options

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~2,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync