shMonifactory/kubejs/server_scripts/monicoins/other.js
2025-09-14 21:22:24 +03:00

10 lines
160 B
JavaScript

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