Fixes #144
This commit is contained in:
parent
29d47ec37e
commit
62f68bb5b7
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ public class Core {
|
|||
|
||||
@Mod.EventHandler
|
||||
public void preinit(FMLPreInitializationEvent event) {
|
||||
event.getModMetadata().version = ModInfo.MOD_VERSION;
|
||||
INSTANCE = this;
|
||||
String path = event.getSuggestedConfigurationFile().getAbsolutePath()
|
||||
.replace(ModInfo.MOD_ID, "TechReborn");
|
||||
|
|
Loading…
Reference in a new issue