Improve cave configs

This commit is contained in:
dfsek
2020-11-10 19:21:46 -07:00
parent e9e9417410
commit 9b6230eb13
17 changed files with 20 additions and 17 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ dependencies {
compileOnly("org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT") compileOnly("org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:20.1.0") // more recent. compileOnly("org.jetbrains:annotations:20.1.0") // more recent.
implementation("commons-io:commons-io:2.4") implementation("commons-io:commons-io:2.4")
compileOnly(name = "Gaea-1.14.1", group = "") compileOnly(name = "Gaea-1.14.2", group = "")
implementation("org.apache.commons:commons-imaging:1.0-alpha2") implementation("org.apache.commons:commons-imaging:1.0-alpha2")
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.0-SNAPSHOT") compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.0-SNAPSHOT")
implementation("org.bstats:bstats-bukkit:1.7") implementation("org.bstats:bstats-bukkit:1.7")
@@ -45,7 +45,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.0") testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.0")
testImplementation(name = "Gaea-1.14.1", group = "") testImplementation(name = "Gaea-1.14.2", group = "")
testImplementation("org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT") testImplementation("org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT")
} }
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -4,7 +4,7 @@ structures:
- STRONGHOLD - STRONGHOLD
carving: carving:
CAVE: 30 CAVE: 40
RAVINE: 5 RAVINE: 5
CAVERN: 5 CAVERN: 5
ores: ores:
@@ -26,7 +26,7 @@ flora:
max: 64 max: 64
carving: carving:
CAVE_OCEAN: 35 CAVE_OCEAN: 45
structures: structures:
- STRONGHOLD - STRONGHOLD
@@ -2,7 +2,7 @@ noise-equation: "((-((y / 76)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + abs(noise2(x
id: "MOUNTAINS_PRETTY" id: "MOUNTAINS_PRETTY"
carving: carving:
CAVE: 30 CAVE: 40
RAVINE: 5 RAVINE: 5
CAVERN: 5 CAVERN: 5
@@ -2,7 +2,7 @@ noise-equation: "((-((y / 64)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + abs(noise2(x
id: "MOUNTAINS_PRETTY_0" id: "MOUNTAINS_PRETTY_0"
carving: carving:
CAVE: 30 CAVE: 40
RAVINE: 5 RAVINE: 5
CAVERN: 5 CAVERN: 5
@@ -2,7 +2,7 @@ noise-equation: "((-((y / 70)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + abs(noise2(x
id: "MOUNTAINS_PRETTY_1" id: "MOUNTAINS_PRETTY_1"
carving: carving:
CAVE: 30 CAVE: 40
RAVINE: 5 RAVINE: 5
CAVERN: 5 CAVERN: 5
@@ -26,7 +26,7 @@ flora:
max: 64 max: 64
carving: carving:
CAVE_OCEAN: 35 CAVE_OCEAN: 45
structures: structures:
- STRONGHOLD - STRONGHOLD
@@ -2,7 +2,7 @@ noise-equation: "((-((y / 63)^2)) + 1) + |(noise2(x, z) / 3) + 0.1|"
id: "PLAINS_ABSTRACT" id: "PLAINS_ABSTRACT"
carving: carving:
CAVE: 30 CAVE: 40
RAVINE: 5 RAVINE: 5
CAVERN: 5 CAVERN: 5
@@ -28,7 +28,7 @@ flora:
max: 64 max: 64
carving: carving:
CAVE_OCEAN: 35 CAVE_OCEAN: 45
ores: ores:
DIRT: DIRT:
@@ -19,7 +19,7 @@ start:
max: 72 max: 72
cut: cut:
top: 0 top: 0
bottom: 2 bottom: 1
mutate: mutate:
x: 1 x: 1
y: 3 y: 3
@@ -1,4 +1,5 @@
id: "CAVE_OCEAN" id: "CAVE_OCEAN"
step: 2
length: length:
min: 40 min: 40
max: 80 max: 80
@@ -11,14 +12,14 @@ start:
x: 1 x: 1
y: 1 y: 1
z: 1 z: 1
min: 2 min: 3
max: 4 max: 4
height: height:
min: 4 min: 4
max: 72 max: 72
cut: cut:
top: 0 top: 0
bottom: 0 bottom: 1
mutate: mutate:
x: 1 x: 1
y: 3 y: 3
@@ -1,4 +1,5 @@
id: "CAVE_SWAMP" id: "CAVE_SWAMP"
step: 2
length: length:
min: 40 min: 40
max: 80 max: 80
@@ -11,14 +12,14 @@ start:
x: 1 x: 1
y: 1 y: 1
z: 1 z: 1
min: 2 min: 3
max: 4 max: 4
height: height:
min: 4 min: 4
max: 72 max: 72
cut: cut:
top: 0 top: 0
bottom: 0 bottom: 1
mutate: mutate:
x: 1 x: 1
y: 3 y: 3
@@ -1,4 +1,5 @@
id: "CAVE_TUNDRA" id: "CAVE_TUNDRA"
step: 2
length: length:
min: 40 min: 40
max: 80 max: 80
@@ -11,14 +12,14 @@ start:
x: 1 x: 1
y: 1 y: 1
z: 1 z: 1
min: 2 min: 3
max: 4 max: 4
height: height:
min: 4 min: 4
max: 72 max: 72
cut: cut:
top: 0 top: 0
bottom: 0 bottom: 1
mutate: mutate:
x: 1 x: 1
y: 3 y: 3