Config Datapack

⭐ — (2 endorsements) 📥 524 downloads 📌 v1.2.2 📅 8/3/2025
🟡 Updated this year

By CJDev · datapack

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/26/2026 📅 Created: 8/3/2025

🔍 Analysis

  • 👍 0.4% endorsement rate
  • 🏆 #497 of 2046 datapack mods in this game by downloads

📋 About This Mod

## ✅ Features - Adds a config list dialog via `#config:list` - Calls `#config:add` on `/trigger config` to register and customize datapack configs ## 📖 Usage You can find it in the **Pause Screen** under `Config` or `Custom Options/Config`\ But the **preferred method** is using `/trigger config`, which shows you the Configs **with changed values** I sure hope Mojang adds better methods for dynamic initial values in dialogs soon :p\ else we'll hit some limits soon\ \+ the example using the function command for saving only works for server admins ;-; use (https://modrinth.com/project/5UTWPtx3) to counteract limitations <details> <summary>Example</summary> `data/config/tags/function/add.json` ```json {"values":} ``` `data/example/function/setup_config.mcfunction` ```mcfunction data modify storage config:list configs append value <config screen> execute store result storage config:list configs.inputs.initial int 1 run scoreboard players get @s exampleValue ``` `data/config/tags/dialog/list.json` ```json {"values":} ``` `data/example/dialog/config.json` ```json { "type": "minecraft:multi_action", "title": "Example Config", "inputs": } ], "columns": 1, "actions": } ``` </details> ### ⚖️ License Versions <1.2 are licensed under the ARR license. Every other under GNU GPL v3

## ✅ Features - Adds a config list dialog via `#config:list` - Calls `#config:add` on `/trigger config` to register and customize datapack configs

## 📖 Usage You can find it in the Pause Screen under `Config` or `Custom Options/Config`\ But the preferred method is using `/trigger config`, which shows you the Configs with changed values

I sure hope Mojang adds better methods for dynamic initial values in dialogs soon :p\ else we'll hit some limits soon\ \+ the example using the function command for saving only works for server admins ;-; use (https://modrinth.com/project/5UTWPtx3) to counteract limitations

Example

`data/config/tags/function/add.json` ```json {"values":["example:setup_config"]} ``` `data/example/function/setup_config.mcfunction` ```mcfunction data modify storage config:list configs append value execute store result storage config:list configs[-1].inputs.initial int 1 run scoreboard players get @s exampleValue ```

`data/config/tags/dialog/list.json` ```json {"values":["example:config"]} ``` `data/example/dialog/config.json` ```json { "type": "minecraft:multi_action", "title": "Example Config", "inputs": [ { "type": "minecraft:number_range", "key": "int", "label": "Int", "start": 0, "end": 100, "step": 1, "initial": 10 }, { "type": "minecraft:number_range", "key": "float", "label": "Float", "start": 0, "end": 100, "step": 0. 1, "initial": 40 }, { "type": "minecraft:single_option", "key": "enum", "label": "Enum", "options": [ "first", "second", "third" ] } ], "columns": 1, "actions": [ { "label": "Save", "action": { "type": "dynamic/run_command", "template": "function example:config {int:$(int),float:$(float),enum:\"$(enum)\"}" } } ] } ```

### ⚖️ License Versions <1. 2 are licensed under the ARR license. Every other under GNU GPL v3

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Data Packs
Author
CJDev
Version
1.2.2
Downloads
524
Endorsements
2
Category
datapack
Created
8/3/2025
Updated
8/26/2026
Game Versions
1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10
Tags
utility

🔧 How to Install Minecraft Data Packs Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Data Packs →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Data Packs commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Data Packs versions does Config Datapack support?

The author lists 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11. Other versions may work but are untested by the author.

What is the latest version of Config Datapack?

Version 1.2.2, published 2026-08-26 with 524 downloads recorded at the source.

Keep browsing — more Minecraft Data Packs mods await

📋 All Minecraft Data Packs Mods 🏆 Top 25 📂 More datapack 👤 More by CJDev 🔎 Similar Mods 🌐 Best datapack (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods