
ChemLib Custom Compounds
This mod functions as a compact extension for ChemLib, enabling modpack developers to incorporate custom chemical elements and compounds using solely JSON configuration files. This method proves considerably more efficient and less resource-intensive compared to alternatives like KubeJS.
Custom configuration files for elements and compounds are stored in the config/chemlibcc/
directory as elements.json
and compounds.json
respectively. The data format mirrors that used by the core mod, but introduces an additional display_name
attribute for each entry, facilitating straightforward name localization.
It's important to note that the current version does not support the removal of pre-existing elements or compounds.