Make OreDictionary.initVanillaEntries() private so that dumb modders will stop calling it.

This commit is contained in:
LexManos 2016-03-21 19:57:59 -07:00
parent d878c866b3
commit 3ce53a7ee0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class OreDictionary
initVanillaEntries();
}
public static void initVanillaEntries()
private static void initVanillaEntries()
{
if (!hasInit)
{