Configs
This commit is contained in:
parent
a7fbc3017b
commit
e26d1edc52
3 changed files with 5179 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue