This commit is contained in:
sharlotte
2021-08-31 17:47:21 +09:00
parent 6fc638ed77
commit 0823868b4b
2 changed files with 10 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ public class Main extends Mod {
hud.addWaveInfoTable();
hud.setEvents();
OverDrawer.setEvent();
if(debug) ContentJSON.createFile();
if(debug) ContentJSON.save();
});
Events.on(WorldLoadEvent.class, e -> {