3 lines
126 B
JavaScript
3 lines
126 B
JavaScript
|
const { ChooseTheWeather } = require("./src/mod.js");
|
||
|
|
||
|
ModLoader.onPostLoad[ChooseTheWeather.modName] = ChooseTheWeather.init;
|