add JSON content generator

This commit is contained in:
sharlotte
2021-08-29 23:33:40 +09:00
parent 32e1734db4
commit 31272cb9f2
3 changed files with 58 additions and 0 deletions

View File

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