Final default config update

This commit is contained in:
dfsek 2020-10-24 20:24:22 -07:00
parent 14ff86e0f2
commit b2468234fb
16 changed files with 56 additions and 13 deletions

View File

@ -1,5 +1,8 @@
id: "BASIC_ORES" id: "BASIC_ORES"
structures:
- STRONGHOLD
carving: carving:
CAVE: 30 CAVE: 30
RAVINE: 5 RAVINE: 5

View File

@ -10,6 +10,8 @@ palette:
- SANDY: 64 - SANDY: 64
- GRASSY: 255 - GRASSY: 255
structures:
- STRONGHOLD
flora: flora:
chance: 60 chance: 60

View File

@ -28,6 +28,9 @@ flora:
carving: carving:
CAVE_OCEAN: 35 CAVE_OCEAN: 35
structures:
- STRONGHOLD
ores: ores:
DIRT: DIRT:
min: 0 min: 0

View File

@ -6,6 +6,9 @@ carving:
RAVINE: 5 RAVINE: 5
CAVERN: 5 CAVERN: 5
structures:
- STRONGHOLD
ores: ores:
DIRT: DIRT:
min: 0 min: 0

View File

@ -6,6 +6,9 @@ carving:
RAVINE: 5 RAVINE: 5
CAVERN: 5 CAVERN: 5
structures:
- STRONGHOLD
ores: ores:
DIRT: DIRT:
min: 0 min: 0

View File

@ -6,6 +6,9 @@ carving:
RAVINE: 5 RAVINE: 5
CAVERN: 5 CAVERN: 5
structures:
- STRONGHOLD
ores: ores:
DIRT: DIRT:
min: 0 min: 0

View File

@ -28,6 +28,9 @@ flora:
carving: carving:
CAVE_OCEAN: 35 CAVE_OCEAN: 35
structures:
- STRONGHOLD
ores: ores:
DIRT: DIRT:
min: 0 min: 0

View File

@ -6,6 +6,9 @@ carving:
RAVINE: 5 RAVINE: 5
CAVERN: 5 CAVERN: 5
structures:
- STRONGHOLD
erodible: true erodible: true
ores: ores:
DIRT: DIRT:

View File

@ -1,6 +1,8 @@
noise-equation: "((-((y / 40)^2)) + 1) + ((noise2(x, z)/3))" noise-equation: "((-((y / 40)^2)) + 1) + ((noise2(x, z)/3))"
id: "SHELF_OCEAN_ABSTRACT" id: "SHELF_OCEAN_ABSTRACT"
structures:
- STRONGHOLD
palette: palette:
- BEDROCK: 0 - BEDROCK: 0

View File

@ -5,6 +5,7 @@ name: "Birch Forest"
structures: structures:
- MANSION - MANSION
- STRONGHOLD
palette: palette:
- BEDROCK: 0 - BEDROCK: 0
- BEDROCK_MOST: 1 - BEDROCK_MOST: 1

View File

@ -16,6 +16,7 @@ vanilla: JUNGLE
erodible: true erodible: true
structures: structures:
- JUNGLE - JUNGLE
- STRONGHOLD
flora: flora:
chance: 80 chance: 80
attempts: 2 attempts: 2

View File

@ -1,4 +1,4 @@
id: DEFAULT id: OVERWORLD_DEMO
grids: grids:
- OCEAN_DEEP - OCEAN_DEEP
- OCEAN_DEEP - OCEAN_DEEP
@ -66,4 +66,4 @@ noise:
octaves: 5 octaves: 5
frequency: 0.0075 frequency: 0.0075
locatable: locatable:
STRONGHOLD: JUNGLE STRONGHOLD: STRONGHOLD

View File

@ -1,15 +1,16 @@
files: files:
jungle1: 1 stronghold: 1
id: "JUNGLE" id: "STRONGHOLD"
spawn: spawn:
start: start:
min: 72 min: 16
max: 72 max: 64
bound: bound:
min: 48 min: 12
max: 96 max: 84
width: 250 width: 1000
padding: 50 padding: 500
loot: loot:
0: arrows 1: wood_house
1: cobble_house 2: cobble_house
3: cobble_house

View File

@ -8,7 +8,7 @@ spawn:
bound: bound:
min: 48 min: 48
max: 96 max: 96
width: 250 width: 100
padding: 100 padding: 100
loot: loot:
1: arrows 1: arrows

View File

@ -0,0 +1,15 @@
files:
jungle1: 1
id: "JUNGLE"
spawn:
start:
min: 72
max: 72
bound:
min: 48
max: 96
width: 250
padding: 50
loot:
0: arrows
1: cobble_house