Output EvilCraft 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/blood_infuser_recipe.json
: The blood infuser recipe registry.registries/envir_acc_recipe.json
: The environmental accumulator registry.registries/broom_modifiers.json
: The broom modifiers 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.