This is a plugin for Clustorio which provides utility methods for other lua modules.
To use this plugin you must already have a clustorio instance running, see here for clustorio installation instructions.
This module is currently not published and therefore can not be installed via npm
. Instead follow the steps for building from source
- Create a
external_plugins
directory within your clustorio instance. - Clone this repository into that directory:
git clone https://github.com/explosivegaming/clustorio-exp-util
- Install the package dev dependencies:
npm install
- Build the plugin:
npm run prepare
- Add the plugin to your clustorio instance:
npx clustorioctl plugin add ./external_plugins/clustorio-exp-util
See Contributing for how to make pull requests and issues.