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

View File

@@ -33,7 +33,7 @@ dependencies {
compileOnly("org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:20.1.0") // more recent.
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")
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.0-SNAPSHOT")
implementation("org.bstats:bstats-bukkit:1.7")
@@ -45,7 +45,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api: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")
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
lib/Gaea-1.14.2.jar Normal file

Binary file not shown.

View File

@@ -4,7 +4,7 @@ structures:
- STRONGHOLD
carving:
CAVE: 30
CAVE: 40
RAVINE: 5
CAVERN: 5
ores:

View File

@@ -26,7 +26,7 @@ flora:
max: 64
carving:
CAVE_OCEAN: 35
CAVE_OCEAN: 45
structures:
- STRONGHOLD

View File

@@ -2,7 +2,7 @@ noise-equation: "((-((y / 76)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + abs(noise2(x
id: "MOUNTAINS_PRETTY"
carving:
CAVE: 30
CAVE: 40
RAVINE: 5
CAVERN: 5

View File

@@ -2,7 +2,7 @@ noise-equation: "((-((y / 64)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + abs(noise2(x
id: "MOUNTAINS_PRETTY_0"
carving:
CAVE: 30
CAVE: 40
RAVINE: 5
CAVERN: 5

View File

@@ -2,7 +2,7 @@ noise-equation: "((-((y / 70)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + abs(noise2(x
id: "MOUNTAINS_PRETTY_1"
carving:
CAVE: 30
CAVE: 40
RAVINE: 5
CAVERN: 5

View File

@@ -26,7 +26,7 @@ flora:
max: 64
carving:
CAVE_OCEAN: 35
CAVE_OCEAN: 45
structures:
- STRONGHOLD

View File

@@ -2,7 +2,7 @@ noise-equation: "((-((y / 63)^2)) + 1) + |(noise2(x, z) / 3) + 0.1|"
id: "PLAINS_ABSTRACT"
carving:
CAVE: 30
CAVE: 40
RAVINE: 5
CAVERN: 5

View File

@@ -28,7 +28,7 @@ flora:
max: 64
carving:
CAVE_OCEAN: 35
CAVE_OCEAN: 45
ores:
DIRT:

View File

@@ -19,7 +19,7 @@ start:
max: 72
cut:
top: 0
bottom: 2
bottom: 1
mutate:
x: 1
y: 3

View File

@@ -1,4 +1,5 @@
id: "CAVE_OCEAN"
step: 2
length:
min: 40
max: 80
@@ -11,14 +12,14 @@ start:
x: 1
y: 1
z: 1
min: 2
min: 3
max: 4
height:
min: 4
max: 72
cut:
top: 0
bottom: 0
bottom: 1
mutate:
x: 1
y: 3

View File

@@ -1,4 +1,5 @@
id: "CAVE_SWAMP"
step: 2
length:
min: 40
max: 80
@@ -11,14 +12,14 @@ start:
x: 1
y: 1
z: 1
min: 2
min: 3
max: 4
height:
min: 4
max: 72
cut:
top: 0
bottom: 0
bottom: 1
mutate:
x: 1
y: 3

View File

@@ -1,4 +1,5 @@
id: "CAVE_TUNDRA"
step: 2
length:
min: 40
max: 80
@@ -11,14 +12,14 @@ start:
x: 1
y: 1
z: 1
min: 2
min: 3
max: 4
height:
min: 4
max: 72
cut:
top: 0
bottom: 0
bottom: 1
mutate:
x: 1
y: 3