ItemVariationMapping: Make load public

This commit is contained in:
Owain van Brakel
2020-08-28 07:53:46 +02:00
parent 1d7ac2193b
commit 21428e68c0

View File

@@ -68,7 +68,7 @@ public class ItemVariationMapping
return INVERTED_MAPPINGS.asMap().getOrDefault(itemId, Collections.singletonList(itemId));
}
static void load() throws IOException
public static void load() throws IOException
{
try (JsonReader reader = new JsonReader(new InputStreamReader(ItemVariationMapping.class.getResourceAsStream("/item_variations.min.json"), StandardCharsets.UTF_8)))
{