mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-03 06:16:10 +00:00
Update default config
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
id: "BASIC_ORES"
|
||||
|
||||
carving:
|
||||
- CAVE: 30
|
||||
- RAVINE: 5
|
||||
- CAVERN: 5
|
||||
CAVE: 30
|
||||
RAVINE: 5
|
||||
CAVERN: 5
|
||||
ores:
|
||||
DIRT:
|
||||
min: 0
|
||||
|
||||
@@ -26,7 +26,7 @@ flora:
|
||||
max: 64
|
||||
|
||||
carving:
|
||||
- CAVE_OCEAN: 35
|
||||
CAVE_OCEAN: 35
|
||||
|
||||
ores:
|
||||
DIRT:
|
||||
|
||||
@@ -2,9 +2,9 @@ noise-equation: "((-((y / 76)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + abs(noise2(x
|
||||
id: "MOUNTAINS_PRETTY"
|
||||
|
||||
carving:
|
||||
- CAVE: 30
|
||||
- RAVINE: 5
|
||||
- CAVERN: 5
|
||||
CAVE: 30
|
||||
RAVINE: 5
|
||||
CAVERN: 5
|
||||
|
||||
ores:
|
||||
DIRT:
|
||||
|
||||
@@ -2,9 +2,9 @@ noise-equation: "((-((y / 64)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + abs(noise2(x
|
||||
id: "MOUNTAINS_PRETTY_0"
|
||||
|
||||
carving:
|
||||
- CAVE: 30
|
||||
- RAVINE: 5
|
||||
- CAVERN: 5
|
||||
CAVE: 30
|
||||
RAVINE: 5
|
||||
CAVERN: 5
|
||||
|
||||
ores:
|
||||
DIRT:
|
||||
|
||||
@@ -2,9 +2,9 @@ noise-equation: "((-((y / 70)^2)) + 1) + ((noise2(x, z)+0.5) / 3) + abs(noise2(x
|
||||
id: "MOUNTAINS_PRETTY_1"
|
||||
|
||||
carving:
|
||||
- CAVE: 30
|
||||
- RAVINE: 5
|
||||
- CAVERN: 5
|
||||
CAVE: 30
|
||||
RAVINE: 5
|
||||
CAVERN: 5
|
||||
|
||||
ores:
|
||||
DIRT:
|
||||
|
||||
@@ -26,7 +26,7 @@ flora:
|
||||
max: 64
|
||||
|
||||
carving:
|
||||
- CAVE_OCEAN: 35
|
||||
CAVE_OCEAN: 35
|
||||
|
||||
ores:
|
||||
DIRT:
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
noise-equation: "((-((y / 64)^2)) + 1) + |(noise2(x, z) / 3) + 0.1|"
|
||||
noise-equation: "((-((y / 63)^2)) + 1) + |(noise2(x, z) / 3) + 0.1|"
|
||||
id: "PLAINS_ABSTRACT"
|
||||
|
||||
carving:
|
||||
- CAVE: 30
|
||||
- RAVINE: 5
|
||||
- CAVERN: 5
|
||||
CAVE: 30
|
||||
RAVINE: 5
|
||||
CAVERN: 5
|
||||
|
||||
erodible: true
|
||||
ores:
|
||||
|
||||
@@ -26,7 +26,7 @@ flora:
|
||||
max: 64
|
||||
|
||||
carving:
|
||||
- CAVE_OCEAN: 35
|
||||
CAVE_OCEAN: 35
|
||||
|
||||
ores:
|
||||
DIRT:
|
||||
|
||||
@@ -3,6 +3,8 @@ extends: "BASIC_ORES"
|
||||
id: "DARK_FOREST"
|
||||
name: "Birch Forest"
|
||||
|
||||
structures:
|
||||
- MANSION
|
||||
palette:
|
||||
- BEDROCK: 0
|
||||
- BEDROCK_MOST: 1
|
||||
|
||||
@@ -41,15 +41,10 @@ flora:
|
||||
max: 84
|
||||
|
||||
trees:
|
||||
density: 125
|
||||
density: 75
|
||||
items:
|
||||
SPRUCE:
|
||||
SPRUCE_CUSTOM:
|
||||
weight: 1
|
||||
y:
|
||||
min: 58
|
||||
max: 84
|
||||
LARGE_SPRUCE:
|
||||
weight: 1
|
||||
y:
|
||||
min: 58
|
||||
max: 84
|
||||
@@ -35,15 +35,10 @@ flora:
|
||||
max: 84
|
||||
|
||||
trees:
|
||||
density: 125
|
||||
density: 75
|
||||
items:
|
||||
SPRUCE:
|
||||
SPRUCE_CUSTOM:
|
||||
weight: 1
|
||||
y:
|
||||
min: 58
|
||||
max: 84
|
||||
LARGE_SPRUCE:
|
||||
weight: 1
|
||||
y:
|
||||
min: 58
|
||||
max: 84
|
||||
@@ -18,23 +18,22 @@ flora:
|
||||
attempts: 1
|
||||
items:
|
||||
TALL_GRASS:
|
||||
weight: 160
|
||||
weight: 29
|
||||
y:
|
||||
min: 62
|
||||
max: 84
|
||||
GRASS:
|
||||
weight: 100
|
||||
weight: 70
|
||||
y:
|
||||
min: 62
|
||||
max: 84
|
||||
SUNFLOWER:
|
||||
weight: 8
|
||||
weight: 1
|
||||
y:
|
||||
min: 62
|
||||
max: 84
|
||||
|
||||
trees:
|
||||
chance: 1
|
||||
density: 1
|
||||
items:
|
||||
OAK:
|
||||
|
||||
@@ -41,7 +41,7 @@ flora:
|
||||
max: 84
|
||||
|
||||
carving:
|
||||
- CAVE_SWAMP: 30
|
||||
CAVE_SWAMP: 30
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -10,9 +10,9 @@ palette:
|
||||
- TUNDRA: 255
|
||||
vanilla: SNOWY_TUNDRA
|
||||
carving:
|
||||
- CAVE_TUNDRA: 35
|
||||
- RAVINE: 5
|
||||
- CAVERN: 5
|
||||
CAVE_TUNDRA: 35
|
||||
RAVINE: 5
|
||||
CAVERN: 5
|
||||
|
||||
snow:
|
||||
- min: 0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
id: DEFAULT
|
||||
id: OVERWORLD_DEMO
|
||||
grids:
|
||||
- OCEAN_DEEP
|
||||
- OCEAN_DEEP
|
||||
@@ -58,10 +58,12 @@ blend:
|
||||
amplitude: 10
|
||||
erode:
|
||||
enable: true
|
||||
frequency: 0.005
|
||||
threshold: 0.001
|
||||
octaves: 4
|
||||
frequency: 0.001
|
||||
threshold: 0.0015
|
||||
octaves: 5
|
||||
grid: "BIOME:RIVER"
|
||||
noise:
|
||||
octaves: 4
|
||||
frequency: 0.01
|
||||
octaves: 5
|
||||
frequency: 0.0075
|
||||
locatable:
|
||||
STRONGHOLD: JUNGLE
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -8,11 +8,8 @@ spawn:
|
||||
bound:
|
||||
min: 48
|
||||
max: 96
|
||||
type: DISTRIBUTE
|
||||
width: 75
|
||||
padding: 25
|
||||
search: DOWN
|
||||
enable: true
|
||||
width: 250
|
||||
padding: 50
|
||||
loot:
|
||||
0: arrows
|
||||
1: cobble_house
|
||||
@@ -0,0 +1,14 @@
|
||||
files:
|
||||
mansion: 1
|
||||
id: "MANSION"
|
||||
spawn:
|
||||
start:
|
||||
min: 72
|
||||
max: 72
|
||||
bound:
|
||||
min: 48
|
||||
max: 96
|
||||
width: 250
|
||||
padding: 100
|
||||
loot:
|
||||
1: arrows
|
||||
@@ -1,15 +0,0 @@
|
||||
files:
|
||||
pull: 1
|
||||
id: "PULL"
|
||||
spawn:
|
||||
start:
|
||||
min: 96
|
||||
max: 96
|
||||
bound:
|
||||
min: 48
|
||||
max: 128
|
||||
type: DISTRIBUTE
|
||||
width: 25
|
||||
padding: 10
|
||||
search: DOWN
|
||||
enable: true
|
||||
Binary file not shown.
Binary file not shown.
BIN
src/main/resources/default-config/trees/data/spruce3.tstructure
Normal file
BIN
src/main/resources/default-config/trees/data/spruce3.tstructure
Normal file
Binary file not shown.
BIN
src/main/resources/default-config/trees/data/spruce4.tstructure
Normal file
BIN
src/main/resources/default-config/trees/data/spruce4.tstructure
Normal file
Binary file not shown.
BIN
src/main/resources/default-config/trees/data/spruce5.tstructure
Normal file
BIN
src/main/resources/default-config/trees/data/spruce5.tstructure
Normal file
Binary file not shown.
BIN
src/main/resources/default-config/trees/data/spruce6.tstructure
Normal file
BIN
src/main/resources/default-config/trees/data/spruce6.tstructure
Normal file
Binary file not shown.
BIN
src/main/resources/default-config/trees/data/spruce7.tstructure
Normal file
BIN
src/main/resources/default-config/trees/data/spruce7.tstructure
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,13 @@
|
||||
files:
|
||||
spruce1: 1
|
||||
spruce2: 2
|
||||
spruce2: 1
|
||||
spruce3: 1
|
||||
spruce4: 1
|
||||
spruce5: 1
|
||||
spruce6: 1
|
||||
spruce7: 1
|
||||
id: SPRUCE_CUSTOM
|
||||
y-offset: 0
|
||||
spawnable:
|
||||
- "minecraft:grass_block"
|
||||
- "minecraft:grass_block"
|
||||
- "minecraft:podzol"
|
||||
Reference in New Issue
Block a user