Fix compile
This commit is contained in:
parent
06f7f64efb
commit
5f162d08b1
1 changed files with 10 additions and 0 deletions
|
@ -150,6 +150,16 @@ public class CompatManager {
|
|||
public String modID() {
|
||||
return ModInfo.MOD_ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int priority() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean earlyReg() {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
Configuration configuration = ConfigRegistryFactory.getOrCreateConfig(configRegistry, rebornRegistry);
|
||||
Property property = ConfigRegistryFactory.get(configRegistry.category(), configRegistry.key(), true, configRegistry.comment(), boolean.class, configuration);
|
||||
|
|
Loading…
Reference in a new issue