marged core tap to item tap

This commit is contained in:
sharlotte
2021-08-21 21:09:24 +09:00
parent df5f8525df
commit 8590799f76
7 changed files with 202 additions and 251 deletions

View File

@@ -49,16 +49,15 @@ public class Main extends Mod {
@Override
public void init(){
Core.app.post(() -> {
Mods.ModMeta meta = Vars.mods.locateMod("unitinfo").meta;
meta.displayName = "[#B5FFD9]Unit Infomation[]";
meta.author = "[#B5FFD9]Sharlotte[lightgray]#0018[][]";
meta.description = bundle.get("shar-description");
Mods.ModMeta meta = Vars.mods.locateMod("unitinfo").meta;
meta.displayName = "[#B5FFD9]Unit Infomation[]";
meta.author = "[#B5FFD9]Sharlotte[lightgray]#0018[][]";
meta.description = bundle.get("shar-description");
});
Events.on(ClientLoadEvent.class, e -> {
hud = new HudUi();
settingAdder.init();
hud.addCoreTable();
hud.addWaveTable();
hud.addUnitTable();
hud.addTable();