bugfixes/improvements

This commit is contained in:
Ceikry
2021-03-15 02:44:30 -05:00
parent ee9b9dc6bd
commit 8992e81581
4 changed files with 284 additions and 4 deletions
@@ -24,11 +24,7 @@ public final class GameInterface extends ComponentPlugin {
@Override
public Plugin<Object> newInstance(Object arg) throws Throwable {
ComponentDefinition.put(548, this);
ComponentDefinition.put(750, this);
ComponentDefinition.put(751, this);
ComponentDefinition.put(740, this);
ComponentDefinition.put(746, this);
return this;
}