Removed synthetic accessors / Sector sanity tests
This commit is contained in:
@@ -68,7 +68,7 @@ public class JsonIO{
|
||||
return json.prettyPrint(in);
|
||||
}
|
||||
|
||||
private static void apply(Json json){
|
||||
static void apply(Json json){
|
||||
json.setIgnoreUnknownFields(true);
|
||||
json.setElementType(Rules.class, "spawns", SpawnGroup.class);
|
||||
json.setElementType(Rules.class, "loadout", ItemStack.class);
|
||||
|
||||
Reference in New Issue
Block a user