Wiki 9Minecraft Percale Wiki
Percale Wiki

Percale Wiki & Guide

wiki.9minecraft.net/percale-9minecraft-mod/

A guide to Percale, a small serialization and data library mod by Ejektaflex. Covers what the library provides, which mods depend on it (such as Bountiful), and how developers use it.

Overview

Percale (mod id percale) is a small serialization and data library mod. Its purpose is to give other mods a ready-made way to read, write and serialize structured data, so mod authors do not have to write that plumbing themselves.

What it provides: - Helpers for serializing and deserializing structured data (the data-driven content and configuration that mods define). - Shared data-handling utilities that dependent mods reuse.

Percale has no player-facing content of its own - it adds no gameplay blocks, items, mobs, or mechanics, and it does nothing visible in-game on its own. You only ever install it because another mod lists it as a required dependency.

In this wiki

GuideFAQ