File Types - Ivorforce/RecurrentComplex GitHub Wiki
Recurrent Complex introduces a number of file types. These are all automatically loaded from the /active folders and can thus seamlessly be integrated into your mods or resource packs.
rcst - Structure
ZIP - File. Describes a structure and its metadata. Contents:
- structure.json - JSON of structure metadata.
- worldData.nbt - NBT representation of https://github.com/Ivorforce/IvToolkit/blob/master/src/main/java/ivorius/ivtoolkit/tools/IvWorldData.java. Contains the actual blocks, entities and tile entities of the structure.
rcig - Inventory Generator Component
JSON File. Describes an inventory generator component used for dynamic inventory generation.
rcnc - Natural Generation Category
JSON file. Represents an https://github.com/Ivorforce/RecurrentComplex/blob/master/src/main/java/ivorius/reccomplex/worldgen/StructureSelector.java#L117 object - meaning a category to be used in a natural spawn info, to categorize structure types to be spawned.
rcpt - Poem Theme
Arbitrary file type. Contains words from different categories to be used in the dynamic poem generator.