-
Notifications
You must be signed in to change notification settings - Fork 40
File Types
Ivorius edited this page Jan 20, 2019
·
2 revisions
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.
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.
JSON File. Describes an inventory generator component used for dynamic inventory generation.
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.
Arbitrary file type. Contains words from different categories to be used in the dynamic poem generator.