Prickle icon

Mod - CurseForge

Prickle

Prickle is a JSON based configuration file format brought to Minecraft.

Prickle project image

Source-provided project description. FreeMinecraftMods keeps creator credit and adds separate compatibility and decision guidance below.

Project overview

Prickle is a JSON based config format. This mod allows other mods to use Prickle for their config files! For technical documentation please see the GitHub page. FaQ 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 seem 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 used standard 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 several other formats like TOML but I was disappointed with a lot of their Java implementations. They often lack features I found important, has serious bugs, and were no longer being maintained. Minecraft also 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 and other properties to be attributed to that property. The actual value that the user edits is held by the value property. For example in standard JSON a file would look like this. { "database_host": "192.168.1.222" } The same JSON as a Prickle file would look like this. { "database_host": { "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 JSON strings for multiline comments. { "database_host": { "//": "The IP address of the database to connect to.", "value": "192.168.1.0" } "database_host_backup": { "//": [ "A backup IP address to connect to. This is only", "used if the default host can not be reached " ], "value": "192.168.1.0" } } Decorators Decorators are named comments that convey a specific attribute of the property to the reader. A common example of a decorator is //default which declares the default value for the reader. Like comments, decorators never influence how the file is parsed, they are purely descriptive. 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 wiki/docs page. //range - The acceptable range for a numeric value. //regex - A regex pattern that the value must match. //empty-allowed - If the value can be empty or not. This project is sponsored by Nodecraft. Use code DARKHAX for 30% off your first month of service!

FreeMinecraftMods decision guide

This mod is most relevant to players looking for Server Utility, API and Library, Utility & QoL on Fabric, NeoForge, Quilt, Forge. Treat those labels as discovery hints, then verify the exact file and dependency list on the official project page.

The source record was updated on Jul 8, 2026, which is a recent freshness signal. A recent date does not guarantee support for every loader or Minecraft version, so still inspect the current file list.

What to verify before choosing a file

  • Confirm that the file is published by the credited creator on the linked official source.
  • Match the Minecraft version exactly instead of relying only on a broad category label.
  • Read dependencies, incompatibilities, and changelog notes before updating an existing instance.
  • Match the loader or server platform and its required version. Forge and NeoForge are not interchangeable.
  • Back up worlds and configuration files before testing the project in a long-term save or public server.

Compatibility at a glance

Minecraft versions in this snapshot: 26.2, 26.1.1, 26.1, 26.1.2, 1.21.11, 1.21.10, 1.21.9, 1.21.8, 1.21.1, 1.21.7, 1.21.6, 1.21.5

Loaders and platforms: Fabric, NeoForge, Quilt, Forge, undefined

Server UtilityAPI and LibraryUtility & QoL

Before you install

Match the exact Minecraft version and loader, install every required dependency, and test in a separate profile before opening an important world. Keep a backup before changing a working mod list.

Source, licensing, and corrections

FreeMinecraftMods does not mirror the project files. Use the official source for downloads, release notes, dependencies, support, and licensing details. Project names, images, and creator-written descriptions remain the property of their respective owners.

How listings are reviewed | Report incorrect project information | Rights-holder and DMCA information

Limited catalog information

This source record is available for discovery, but it does not yet contain enough verified description, classification, image, freshness, or compatibility information to be indexed as a full editorial page. It is therefore marked noindex and is not eligible for advertising.