Skip to content

CyclopsMC/infobook-html-evilcraft

Repository files navigation

Cyclops Infobook HTML - EvilCraft

Build Status

Output EvilCraft infobooks as HTML.

This makes use of the Cyclops Infobook HTML tool with Integrated Dynamics-specific appendix handlers.

Registries

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.

Requirements

Icon Generation

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.

Configuration

Configure the generator using the following files:

  • modpack.json: The mods that should be loaded during metadata generation.
  • config.json: HTML serialization settings.

Usage

Executing npm run generate will do two things:

  1. Generate metadata by starting a temporary Forge server.
  2. Output HTML to output/.

License

This software is written by Ruben Taelman.

This code is released under the MIT license.