mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
Improve cave configs
This commit is contained in:
@@ -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
BIN
lib/Gaea-1.14.2.jar
Normal file
Binary file not shown.
@@ -4,7 +4,7 @@ structures:
|
||||
- STRONGHOLD
|
||||
|
||||
carving:
|
||||
CAVE: 30
|
||||
CAVE: 40
|
||||
RAVINE: 5
|
||||
CAVERN: 5
|
||||
ores:
|
||||
|
||||
@@ -26,7 +26,7 @@ flora:
|
||||
max: 64
|
||||
|
||||
carving:
|
||||
CAVE_OCEAN: 35
|
||||
CAVE_OCEAN: 45
|
||||
|
||||
structures:
|
||||
- STRONGHOLD
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ flora:
|
||||
max: 64
|
||||
|
||||
carving:
|
||||
CAVE_OCEAN: 35
|
||||
CAVE_OCEAN: 45
|
||||
|
||||
structures:
|
||||
- STRONGHOLD
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ flora:
|
||||
max: 64
|
||||
|
||||
carving:
|
||||
CAVE_OCEAN: 35
|
||||
CAVE_OCEAN: 45
|
||||
|
||||
ores:
|
||||
DIRT:
|
||||
|
||||
@@ -19,7 +19,7 @@ start:
|
||||
max: 72
|
||||
cut:
|
||||
top: 0
|
||||
bottom: 2
|
||||
bottom: 1
|
||||
mutate:
|
||||
x: 1
|
||||
y: 3
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user