Configs
This commit is contained in:
parent
a7fbc3017b
commit
e26d1edc52
3 changed files with 5179 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
5174
src/main/resources/techreborn_annotations.json
Normal file
5174
src/main/resources/techreborn_annotations.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue