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

@ -49,6 +49,10 @@ repositories {
name "JEI"
url "http://dvs1.progwml6.com/files/maven"
}
maven {
name = 'sponge'
url = 'https://repo.spongepowered.org/maven'
}
}
version = "3.0.0"

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

File diff suppressed because it is too large Load diff