9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-30 20:39:13 +00:00

Continued work; moved more NMS to modules

This commit is contained in:
LoJoSho
2022-12-05 11:46:40 -06:00
parent 747c2cd39e
commit f5a43d93b5
13 changed files with 109 additions and 63 deletions

View File

@@ -102,13 +102,14 @@ public final class HMCCosmeticsPlugin extends JavaPlugin {
// Translation setup
Translation.setup();
// ItemHooks
ItemHooks.setup();
// Cosmetics setup
Cosmetics.setup();
// Menus setup
Menus.setup();
// ItemHooks
ItemHooks.setup();
}
}