Added post-screenshot GUI

This commit is contained in:
CrushedPixel
2017-09-27 13:13:20 +02:00
parent 9671ee605d
commit d2d7a36139
5 changed files with 182 additions and 50 deletions

View File

@@ -45,6 +45,7 @@ public class ReplayModExtras {
@Mod.EventHandler
public void preInit(FMLPreInitializationEvent event) {
LOGGER = event.getModLog();
ReplayMod.instance.getSettingsRegistry().register(Setting.class);
}
@Mod.EventHandler