This is a static snapshot of the site saved for posterity. No future updates will be made here and all interactive features (comments, etc.) are disabled.

Configuration

 

Gendustry uses BACON format for it’s configuration, this page describes Gendustry specific mechanics and extensions, refer to the main BACON documentation for explanation of the format.

Loading order

  • /assets/gendustry/config/files.lst is read from the jar, this specifies the internal list of config files
  • Each config file name is checked:
    • If /config/gendustry/override/ is present – it is loaded instead
    • otherwise /assets/gendustry/config/ is loaded
  • all files in /config/gendustry/*.cfg are loaded in alphabetic order

User supplied configuration

There are 3 ways to provide custom configuration extensions:

  • Create a file in /config/gendustry named .cfg – This is the recommended method
  • Extract any of the files from the jar into /config/gendustry/overrides and edit them there – You will be need to manually update them when the mod updates
  • Edit the files directly in the JAR – This is the least recommended method

Added statements

Gendustry adds some new Recipe Statements:

Configuration Sections

Custom Bees System

When adding new content you should also add localization files.

Client Configuration

A separate file is used for configuration of various cosmetic features on clients. This file is named /config/gendustry/client.config and follows standard Forge format.

The following settings can be changed:

  • Particles from Industrial Apiaries
  • Energy display unit (MJ/RF/EU)
  • Registration of samples in NEI
  • Registration of different recipes in NEI

This file will not be generated on dedicated servers, and have no effect if present.

 Posted by at 9:16 am