We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ec368e + c91e9fb commit d71da9cCopy full SHA for d71da9c
src/main/java/com/mcmoddev/orespawn/OreSpawn.java
@@ -47,7 +47,7 @@
47
48
public class OreSpawn {
49
@Instance
50
- public static OreSpawn INSTANCE = null;
+ public static OreSpawn instance = null;
51
public static final Logger LOGGER = LogManager.getFormatterLogger(Constants.MODID);
52
public static final OS3API API = new OS3APIImpl();
53
public static final OS3Writer writer = new OS3Writer();
0 commit comments