Port to java 16 and MC 1.17
This commit is contained in:
@@ -21,6 +21,11 @@ public class StructuresConfigTest implements Config {
|
||||
return "mostructures-config-v2";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getExtension() {
|
||||
return "json5";
|
||||
}
|
||||
|
||||
public static class Features {
|
||||
@Comment("Airplanes & Air Balloons")
|
||||
public boolean air_features = true;
|
||||
@@ -123,9 +128,4 @@ public class StructuresConfigTest implements Config {
|
||||
public int killer_bunny_castle_seperation = 25;
|
||||
public int killer_bunny_castle_spacing = 50;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getExtension() {
|
||||
return "json5";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user