Prickle

⭐ ⭐ (581 endorsements) 📥 12.0M downloads 📌 v26.2.0.3 📅 8/25/2024
🟡 Updated this year

By Darkhax · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/8/2026 📅 Created: 8/25/2024
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.0% endorsement rate
  • 🏆 #165 of 1284 fabric mods in this game by downloads

📋 About This Mod

✅ `//default` - The default value of the property.
✅ `//reference` - A resource that can be used to learn more, like a link to a wiki page.
✅ `//range` - The acceptable range for a value. For example >=5.
✅ `//regex` - A regex pattern that the value must match.
✅ `//empty-allowed` - If the value can be empty or not. (default is true).

Prickle is a JSON based config format. This mod allows the format to be used in Minecraft! For technical documentation please see the GitHub page.

What benefits does Prickle offer? Prickle is based on JSON but adds several useful features like comments and decorators. Prickle is 100% backwards compatible with JSON and supports all of its features, tools, and syntax highlighting.

Why is this called Prickle? Prickle is the collective noun for a group of hedgehogs. Hedgehogs are one of my favourite animals and I think they are a fitting metaphor for config files. For example, they both may seen intimidating at first but can be nice once you get to know and understand them.

Why not use an existing format? In the past I have used JSON for my config files but there were several issues such as the lack of comments and default values. Prickle adds these features to JSON while remaining 100% backwards compatible. I have tried other formats like TOML but was disappointed with a lot of their Java implementations. They often lack features I feel are important, have serious bugs, and are no longer being maintained. Minecraft already uses JSON for datapacks and commands, making it a familiar choice for most players.

## Format Specifications In Prickle property values are wrapped in a JSON object. This allows metadata like comments to be attributed to that property.

For example a standard JSON file would look like this. ```json { "database_host": "192. 168. 1. 222" } ``` The same JSON as a Prickle file would look like this. ```json { "database_host": { "//": "The IP address of the database to connect to.", "value": "192. 168. 1. 222" } } ```

### Comments The `//` key is reserved for comments. Comments are only used to provide additional context to the reader and should never influence how the file is parsed. Comments can be a JSON string or an array of strings for multiline comments.

```json { "database_host": { "//": [ "The IP address of the database to connect to.", "The port can be defined at the end using an :" ], "value": "192. 168. 1. 222:1273" } } ```

### Decorators Decorators are named comments that convey a specific attribute of the property. A common example of a decorator is `//default` which can be used to display the default value of the property. Like comments, decorators have no influence on how the file is parsed, they only describe how the property will be parsed.

You may encounter some of the following decorators in prickle files.

  • `//default` - The default value of the property.
  • `//reference` - A resource that can be used to learn more, like a link to a wiki page.
  • `//range` - The acceptable range for a value. For example >=5.
  • `//regex` - A regex pattern that the value must match.
  • `//empty-allowed` - If the value can be empty or not. (default is true).

### Sponsors

[!(https://assets.blamejared.com/nodecraft/darkhax.jpg)](https://nodecraft.com/r/darkhax)

This project is sponsored by Nodecraft. Use code (https://nodecraft.com/r/darkhax) for 30% off your first month of service!

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Darkhax
Version
26.2.0.3
Downloads
12,018,711
Endorsements
581
Category
fabric
Created
8/25/2024
Updated
7/8/2026
Game Versions
26.2
Tags
library

🔧 How to Install Minecraft Mods Mods

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

📖 Full step-by-step install guide for Minecraft Mods →

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

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

❓ Frequently Asked Questions

Which Minecraft Mods versions does Prickle support?

The author lists 26.2. Other versions may work but are untested by the author.

What is the latest version of Prickle?

Version 26.2.0.3, published 2026-07-08 with 12.0M downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

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