Fix up @Instance
don't ask why but you have to do this now otherwise after installing multiple mods i won't know what instance to load
This commit is contained in:
parent
3e0d6d750d
commit
7813bc211b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class ObsidianIngots
|
|||
public static CommonProxy proxy;
|
||||
|
||||
/** Obsidian Ingots mod instance */
|
||||
@Instance
|
||||
@Instance("ObsidianIngots")
|
||||
public static ObsidianIngots instance;
|
||||
|
||||
/** Obsidian Ingots hooks instance */
|
||||
|
|
Loading…
Reference in a new issue