1.21 update
update to 1.21, remove timer
This commit is contained in:
parent
c68631010d
commit
69b444c3c2
11 changed files with 36 additions and 31 deletions
|
@ -26,7 +26,7 @@ public class CategoryPane
|
|||
this.y = initialY;
|
||||
this.collapsed = collapsed;
|
||||
moduleButtons = new ArrayList<ModuleButton>();
|
||||
icon = new Identifier("moonlight", category.name.toLowerCase());
|
||||
icon = Identifier.of("moonlight", category.name.toLowerCase());
|
||||
for (Module m : ModuleManager.INSTANCE.getModulesByCategory(category))
|
||||
{
|
||||
moduleButtons.add(new ModuleButton(m));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue