Output Integrated Dynamics infobooks as HTML.
This makes use of the Cyclops Infobook HTML tool with Integrated Dynamics-specific appendix handlers.
The following registries are created with this plugin:
registries/aspect.json
: The aspect registry.registries/drying_basin_recipe.json
: The drying basin recipe registry.registries/squeezer.json
: The squeezer recipe registry.registries/mechanical_drying_basin_recipe.json
: The mechanical drying basin recipe registry.registries/mechanical_squeezer_recipe.json
: The mechanical squeezer registry.registries/operator.json
: The operator registry.registries/part_aspect.json
: The part to aspects registry.
This phase should be done using the Item Exporter mod.
Simply create a modpack with all the mods that were downloaded in the previous step (including the Item Exporter mod),
start a world, and run the /iconexporter export 64
command.
Next, copy the resulting contents of icon-exports-x64
to icons
in your project directory.
Configure the generator using the following files:
modpack.json
: The mods that should be loaded during metadata generation.config.json
: HTML serialization settings.
Executing npm run generate
will do two things:
- Generate metadata by starting a temporary Forge server.
- Output HTML to
output/
.
This software is written by Ruben Taelman.
This code is released under the MIT license.