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
|
@Mod.EventHandler
|
||||||
public void preinit(FMLPreInitializationEvent event) {
|
public void preinit(FMLPreInitializationEvent event) {
|
||||||
|
event.getModMetadata().version = ModInfo.MOD_VERSION;
|
||||||
INSTANCE = this;
|
INSTANCE = this;
|
||||||
String path = event.getSuggestedConfigurationFile().getAbsolutePath()
|
String path = event.getSuggestedConfigurationFile().getAbsolutePath()
|
||||||
.replace(ModInfo.MOD_ID, "TechReborn");
|
.replace(ModInfo.MOD_ID, "TechReborn");
|
||||||
|
|
Loading…
Add table
Reference in a new issue