This commit is contained in:
modmuss50 2019-07-10 21:56:22 +01:00
parent a7fbc3017b
commit e26d1edc52
3 changed files with 5179 additions and 1 deletions

View file

@ -59,7 +59,7 @@ public class TechReborn implements ModInitializer {
public void onInitialize() {
INSTANCE = this;
RegistrationManager registrationManager = new RegistrationManager("techreborn");
RegistrationManager registrationManager = new RegistrationManager("techreborn", getClass());
TechRebornAPI.subItemRetriever = new SubItemRetriever();
//Done like this to load them here