Get the menu working, button click broken
This commit is contained in:
parent
848b6f495b
commit
01a6f1ddc7
8 changed files with 86 additions and 24 deletions
|
@ -86,6 +86,8 @@ public class LibZontreck {
|
|||
|
||||
Bus.Reset();
|
||||
|
||||
ModMenuTypes.REGISTRY.register(bus);
|
||||
|
||||
Bus.Register(CurrencyHelper.class, null);
|
||||
Bus.Register(Bank.class, null);
|
||||
}
|
||||
|
|
Reference in a new issue