Fixed the ARC Serialization

This commit is contained in:
WayofTime 2020-10-27 18:32:43 -04:00
parent bacaf114fb
commit 4dfa414a56
6 changed files with 27 additions and 14 deletions

View file

@ -66,7 +66,7 @@ public class BloodMagic
{
public static final String MODID = "bloodmagic";
// Directly reference a log4j logger.
private static final Logger LOGGER = LogManager.getLogger();
public static final Logger LOGGER = LogManager.getLogger();
private static Gson GSON = null;