change entry file name

This commit is contained in:
Rev 2021-06-19 18:12:00 +09:00
parent b706127001
commit f93ff1fc0f
2 changed files with 3 additions and 4 deletions

3
main.js Normal file
View File

@ -0,0 +1,3 @@
const { ChooseTheWeather } = require("./src/mod.js");
ModLoader.onPostLoad[ChooseTheWeather.modName] = ChooseTheWeather.init;

View File

@ -1,4 +0,0 @@
const { Mod } = require("./src/mod.js");
module.exports.mod = new Mod();