use senko api to move this mod to last position in mods list

This commit is contained in:
Rev 2021-06-20 19:50:33 +09:00
parent 65f8e8c74f
commit ca5045b75f

View File

@ -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);