change entry file name
This commit is contained in:
parent
b706127001
commit
f93ff1fc0f
3
main.js
Normal file
3
main.js
Normal file
@ -0,0 +1,3 @@
|
||||
const { ChooseTheWeather } = require("./src/mod.js");
|
||||
|
||||
ModLoader.onPostLoad[ChooseTheWeather.modName] = ChooseTheWeather.init;
|
@ -1,4 +0,0 @@
|
||||
const { Mod } = require("./src/mod.js");
|
||||
|
||||
|
||||
module.exports.mod = new Mod();
|
Loading…
x
Reference in New Issue
Block a user