use senko api to move this mod to last position in mods list
This commit is contained in:
parent
65f8e8c74f
commit
ca5045b75f
5
main.js
5
main.js
@ -1,3 +1,6 @@
|
|||||||
|
require('../senko-modapi/api.js');
|
||||||
const { ChooseTheWeather } = require("./src/mod.js");
|
const { ChooseTheWeather } = require("./src/mod.js");
|
||||||
|
|
||||||
ModLoader.onPostLoad[ChooseTheWeather.modName] = ChooseTheWeather.init;
|
ModLoader.onLoad[ChooseTheWeather.modName] = ChooseTheWeather.init;
|
||||||
|
|
||||||
|
globalThis.ModApi.Load.last(ChooseTheWeather.modName);
|
Loading…
x
Reference in New Issue
Block a user