shMonifactory/kubejs/server_scripts/monicoins/other.js
2025-09-14 20:52:18 +03:00

10 lines
150 B
JavaScript

/**
* Registration of Monicoin trades for misc stuff
*/
ServerEvents.recipes(event => {
if (doMonicoins) {
// -- Other stuff
}
})