mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-10 03:59:26 +02:00
fix various things
This commit is contained in:
@@ -21,14 +21,14 @@ public class Main extends Mod {
|
||||
|
||||
Events.on(ClientLoadEvent.class, e -> {
|
||||
hud = new HudUi();
|
||||
settingAdder.init();
|
||||
new SettingS().init();
|
||||
hud.addWaveTable();
|
||||
hud.addUnitTable();
|
||||
hud.addTable();
|
||||
hud.addWaveInfoTable();
|
||||
hud.setEvents();
|
||||
OverDrawer.setEvent();
|
||||
if(debug) ContentJSON.save();
|
||||
if(jsonGen) ContentJSON.save();
|
||||
});
|
||||
|
||||
Events.on(WorldLoadEvent.class, e -> {
|
||||
|
||||
Reference in New Issue
Block a user