Wiki 9Minecraft Percale Wiki
Percale Wiki › Guide

Percale — Guide

Which Mods Need It

Install Percale whenever a mod you use lists it as a dependency. If it is missing, those mods will fail to load and the game will report a missing-dependency error for the mod id percale.

  • Bountiful uses Percale for its data handling and will not run without it.
  • Other data-driven mods by the same author and ecosystem also depend on it.

The rule of thumb is simple: add Percale when a mod tells you to, and leave it out otherwise. The mod that requires it provides the actual gameplay.

Developer API

Percale is meant to be consumed by other mods as a dependency (mod id percale). Declare it in your mod metadata so the game enforces load order.

What it provides for developers: - Serialization helpers - utilities for reading, writing and serializing structured data. - Data-handling utilities - shared helpers for working with the data-driven content mods define.

Consult the upstream Percale source and its use inside Bountiful for the current API surface and version coordinates.