Add downloadPath and renderPath settings
This commit is contained in:
@@ -20,10 +20,16 @@ public class ReplayModRender {
|
||||
|
||||
private Configuration configuration;
|
||||
|
||||
public ReplayMod getCore() {
|
||||
return core;
|
||||
}
|
||||
|
||||
@Mod.EventHandler
|
||||
public void preInit(FMLPreInitializationEvent event) {
|
||||
logger = event.getModLog();
|
||||
configuration = new Configuration(event.getSuggestedConfigurationFile());
|
||||
|
||||
core.getSettingsRegistry().register(Setting.class);
|
||||
}
|
||||
|
||||
public Configuration getConfiguration() {
|
||||
|
||||
Reference in New Issue
Block a user