Mineuniverse
Log in Register
Mods

Prickle

Prickle is a JSON based configuration file format brought to Minecraft.
by DarkhaxDev
Download Claim this project
39,980,567 downloads
0 likes
Updated Jun 30, 2026
0 hypes

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.

Nodecraft Sponsorship LogoThis project is sponsored by Nodecraft. Use code DARKHAX for 30% off your first month of service!

PrickleMC-neoforge-MC26.1.2-26.1.2.5.jar
MC Client, NeoForge, Server, 26.1, 26.1.1, 26.1.2
Release 2026-06-18 Get
PrickleMC-fabric-MC26.1.2-26.1.2.5.jar
MC Client, Fabric, Server, 26.1, 26.1.1, 26.1.2
Release 2026-06-18 Get
PrickleMC-fabric-MC26.2-26.2.0.2.jar
MC Client, Fabric, Server, 26.2
Release 2026-06-18 Get
PrickleMC-neoforge-MC26.2-26.2.0.2.jar
MC Client, NeoForge, Server, 26.2
Release 2026-06-18 Get
PrickleMC-neoforge-MC26.1.2-26.1.2.4.jar
MC Client, NeoForge, Server, 26.1, 26.1.1, 26.1.2
Release 2026-06-17 Get
PrickleMC-fabric-MC26.1.2-26.1.2.4.jar
MC Client, Fabric, Server, 26.1, 26.1.1, 26.1.2
Release 2026-06-17 Get
PrickleMC-neoforge-MC26.2-26.2.0.1.jar
MC Client, NeoForge, Server, 26.2
Release 2026-06-17 Get
PrickleMC-fabric-MC26.2-26.2.0.1.jar
MC Client, Fabric, Server, 26.2
Release 2026-06-17 Get
PrickleMC-neoforge-MC26.1.2-26.1.2.3.jar
MC Client, NeoForge, Server, 26.1, 26.1.1, 26.1.2
Release 2026-05-25 Get
PrickleMC-fabric-MC26.1.2-26.1.2.3.jar
MC Client, Fabric, Server, 26.1, 26.1.1, 26.1.2
Release 2026-05-25 Get
PrickleMC-neoforge-MC26.1.2-26.1.2.2.jar
MC Client, NeoForge, Server, 26.1, 26.1.1, 26.1.2
Release 2026-04-19 Get
PrickleMC-fabric-MC26.1.2-26.1.2.2.jar
MC Client, Fabric, Server, 26.1, 26.1.1, 26.1.2
Release 2026-04-19 Get
PrickleMC-neoforge-MC26.1.1-26.1.1.8.jar
MC Client, NeoForge, Server, 26.1, 26.1.1
Release 2026-04-12 Get
PrickleMC-fabric-MC26.1.1-26.1.1.8.jar
MC Client, Fabric, Server, 26.1, 26.1.1
Release 2026-04-12 Get
PrickleMC-neoforge-MC26.1.2-26.1.2.1.jar
MC Client, NeoForge, Server, 26.1, 26.1.1, 26.1.2
Release 2026-04-12 Get
PrickleMC-fabric-MC26.1.2-26.1.2.1.jar
MC Client, Fabric, Server, 26.1, 26.1.1, 26.1.2
Release 2026-04-12 Get
PrickleMC-neoforge-MC26.1.1-26.1.1.7.jar
MC Client, NeoForge, Server, 26.1.1
Release 2026-04-07 Get
PrickleMC-fabric-MC26.1.1-26.1.1.7.jar
MC Client, Fabric, Server, 26.1.1
Release 2026-04-07 Get
PrickleMC-neoforge-MC26.1.1-26.1.1.5.jar
MC Client, NeoForge, Server, 26.1.1
Release 2026-04-06 Get
PrickleMC-fabric-MC26.1.1-26.1.1.5.jar
MC Client, Fabric, Server, 26.1.1
Release 2026-04-06 Get
PrickleMC-neoforge-MC26.1.1-26.1.1.6.jar
MC Client, NeoForge, Server, 26.1.1
Release 2026-04-06 Get
PrickleMC-neoforge-MC26.1.1-26.1.1.1.jar
MC Client, NeoForge, Server, 26.1.1
Release 2026-04-03 Get
PrickleMC-fabric-MC26.1.1-26.1.1.1.jar
MC Client, Fabric, Server, 26.1.1
Release 2026-04-03 Get
PrickleMC-neoforge-MC26.1.1-26.1.1.2.jar
MC Client, NeoForge, Server, 26.1.1
Release 2026-04-03 Get
PrickleMC-fabric-MC26.1.1-26.1.1.2.jar
MC Client, Fabric, Server, 26.1.1
Release 2026-04-03 Get
PrickleMC-neoforge-MC26.1.1-26.1.1.3.jar
MC Client, NeoForge, Server, 26.1.1
Release 2026-04-03 Get
PrickleMC-fabric-MC26.1.1-26.1.1.3.jar
MC Client, Fabric, Server, 26.1.1
Release 2026-04-03 Get
prickle-neoforge-1.21.11-21.11.1.jar
MC Client, NeoForge, Server, 1.21.11
Release 2026-01-29 Get
prickle-fabric-1.21.11-21.11.1.jar
MC Client, Fabric, Server, Quilt, 1.21.11
Release 2026-01-29 Get
prickle-neoforge-1.21.10-21.10.2.jar
MC Client, 1.21.10, NeoForge, Server
Release 2025-10-08 Get
prickle-fabric-1.21.10-21.10.2.jar
MC Client, Fabric, Server, Quilt, 1.21.10
Release 2025-10-08 Get
prickle-neoforge-1.21.9-21.9.1.jar
MC Client, 1.21.9, NeoForge, Server
Release 2025-10-01 Get
prickle-fabric-1.21.9-21.9.1.jar
MC Fabric, Client, 1.21.9, Server, Quilt
Release 2025-10-01 Get
prickle-neoforge-1.21.8-21.8.2.jar
MC 1.21.8, Client, NeoForge, Server
Release 2025-09-23 Get
prickle-fabric-1.21.8-21.8.2.jar
MC Fabric, 1.21.8, Client, Server, Quilt
Release 2025-09-23 Get
prickle-fabric-1.21.1-21.1.11.jar
MC Fabric, Client, 1.21.1, Server, Quilt
Release 2025-09-04 Get
prickle-neoforge-1.21.1-21.1.11.jar
MC Client, NeoForge, 1.21.1, Server
Release 2025-09-04 Get
PrickleMC-forge-1.21.1-21.1.11.jar
MC Client, Forge, 1.21.1, Server
Release 2025-09-04 Get
prickle-neoforge-1.21.2-21.2.1.jar
MC Client, NeoForge, Server, 1.21.2
Release 2025-08-22 Get
prickle-fabric-1.21.2-21.2.1.jar
MC Fabric, Client, Server, Quilt, 1.21.2
Release 2025-08-22 Get
prickle-neoforge-1.21.3-21.3.1.jar
MC Client, NeoForge, 1.21.3, Server
Release 2025-08-22 Get
prickle-fabric-1.21.3-21.3.1.jar
MC Fabric, Client, 1.21.3, Server, Quilt
Release 2025-08-22 Get
prickle-neoforge-1.21.4-21.4.1.jar
MC Client, 1.21.4, NeoForge, Server
Release 2025-08-22 Get
prickle-fabric-1.21.4-21.4.1.jar
MC Fabric, Client, 1.21.4, Server, Quilt
Release 2025-08-22 Get
prickle-neoforge-1.21.5-21.5.1.jar
MC 1.21.5, Client, NeoForge, Server
Release 2025-08-22 Get
prickle-fabric-1.21.5-21.5.1.jar
MC 1.21.5, Fabric, Client, Server, Quilt
Release 2025-08-22 Get
prickle-neoforge-1.21.6-21.6.1.jar
MC Client, NeoForge, 1.21.6, Server
Release 2025-08-22 Get
prickle-fabric-1.21.6-21.6.1.jar
MC Fabric, Client, 1.21.6, Server, Quilt
Release 2025-08-22 Get
prickle-neoforge-1.21.7-21.7.1.jar
MC Client, NeoForge, 1.21.7, Server
Release 2025-08-22 Get
prickle-fabric-1.21.7-21.7.1.jar
MC Fabric, Client, 1.21.7, Server, Quilt
Release 2025-08-22 Get

More from DarkhaxDev

Resource Hogs
9,974,524
Steel Got It
996,093
No AI Spawn Eggs
96,519
PigUtils
9,636,928
Coins JE
959,452
Modded Bingo
9,514

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314