mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-16 13:23:07 +00:00
Improve cave configs
This commit is contained in:
@@ -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