We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4494a commit cb87d6aCopy full SHA for cb87d6a
1 file changed
src/main/java/io/github/opencubicchunks/cubicchunks/cubicgen/preset/fixer/V7Fix.java
@@ -35,7 +35,7 @@
35
public class V7Fix implements IJsonFix {
36
37
private final JsonTransformer<Function<JsonObject, JsonObject>> transformer = JsonTransformer.<Function<JsonObject, JsonObject>>builder("V6 -> V7")
38
- .valueTransform("version", (e, ctx) -> new JsonPrimitive(6))
+ .valueTransform("version", (e, ctx) -> new JsonPrimitive(7))
39
.passthroughFor(
40
"caves",
41
"strongholds", "alternateStrongholdsPositions",
0 commit comments