mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 00:15:35 +00:00
Final default config update
This commit is contained in:
parent
14ff86e0f2
commit
b2468234fb
@ -1,5 +1,8 @@
|
||||
id: "BASIC_ORES"
|
||||
|
||||
structures:
|
||||
- STRONGHOLD
|
||||
|
||||
carving:
|
||||
CAVE: 30
|
||||
RAVINE: 5
|
||||
|
@ -10,6 +10,8 @@ palette:
|
||||
- SANDY: 64
|
||||
- GRASSY: 255
|
||||
|
||||
structures:
|
||||
- STRONGHOLD
|
||||
|
||||
flora:
|
||||
chance: 60
|
||||
|
@ -28,6 +28,9 @@ flora:
|
||||
carving:
|
||||
CAVE_OCEAN: 35
|
||||
|
||||
structures:
|
||||
- STRONGHOLD
|
||||
|
||||
ores:
|
||||
DIRT:
|
||||
min: 0
|
||||
|
@ -6,6 +6,9 @@ carving:
|
||||
RAVINE: 5
|
||||
CAVERN: 5
|
||||
|
||||
structures:
|
||||
- STRONGHOLD
|
||||
|
||||
ores:
|
||||
DIRT:
|
||||
min: 0
|
||||
|
@ -6,6 +6,9 @@ carving:
|
||||
RAVINE: 5
|
||||
CAVERN: 5
|
||||
|
||||
structures:
|
||||
- STRONGHOLD
|
||||
|
||||
ores:
|
||||
DIRT:
|
||||
min: 0
|
||||
|
@ -6,6 +6,9 @@ carving:
|
||||
RAVINE: 5
|
||||
CAVERN: 5
|
||||
|
||||
structures:
|
||||
- STRONGHOLD
|
||||
|
||||
ores:
|
||||
DIRT:
|
||||
min: 0
|
||||
|
@ -28,6 +28,9 @@ flora:
|
||||
carving:
|
||||
CAVE_OCEAN: 35
|
||||
|
||||
structures:
|
||||
- STRONGHOLD
|
||||
|
||||
ores:
|
||||
DIRT:
|
||||
min: 0
|
||||
|
@ -6,6 +6,9 @@ carving:
|
||||
RAVINE: 5
|
||||
CAVERN: 5
|
||||
|
||||
structures:
|
||||
- STRONGHOLD
|
||||
|
||||
erodible: true
|
||||
ores:
|
||||
DIRT:
|
||||
|
@ -1,6 +1,8 @@
|
||||
noise-equation: "((-((y / 40)^2)) + 1) + ((noise2(x, z)/3))"
|
||||
id: "SHELF_OCEAN_ABSTRACT"
|
||||
|
||||
structures:
|
||||
- STRONGHOLD
|
||||
|
||||
palette:
|
||||
- BEDROCK: 0
|
||||
|
@ -5,6 +5,7 @@ name: "Birch Forest"
|
||||
|
||||
structures:
|
||||
- MANSION
|
||||
- STRONGHOLD
|
||||
palette:
|
||||
- BEDROCK: 0
|
||||
- BEDROCK_MOST: 1
|
||||
|
@ -16,6 +16,7 @@ vanilla: JUNGLE
|
||||
erodible: true
|
||||
structures:
|
||||
- JUNGLE
|
||||
- STRONGHOLD
|
||||
flora:
|
||||
chance: 80
|
||||
attempts: 2
|
||||
|
@ -1,4 +1,4 @@
|
||||
id: DEFAULT
|
||||
id: OVERWORLD_DEMO
|
||||
grids:
|
||||
- OCEAN_DEEP
|
||||
- OCEAN_DEEP
|
||||
@ -66,4 +66,4 @@ noise:
|
||||
octaves: 5
|
||||
frequency: 0.0075
|
||||
locatable:
|
||||
STRONGHOLD: JUNGLE
|
||||
STRONGHOLD: STRONGHOLD
|
Binary file not shown.
@ -1,15 +1,16 @@
|
||||
files:
|
||||
jungle1: 1
|
||||
id: "JUNGLE"
|
||||
stronghold: 1
|
||||
id: "STRONGHOLD"
|
||||
spawn:
|
||||
start:
|
||||
min: 72
|
||||
max: 72
|
||||
min: 16
|
||||
max: 64
|
||||
bound:
|
||||
min: 48
|
||||
max: 96
|
||||
width: 250
|
||||
padding: 50
|
||||
min: 12
|
||||
max: 84
|
||||
width: 1000
|
||||
padding: 500
|
||||
loot:
|
||||
0: arrows
|
||||
1: cobble_house
|
||||
1: wood_house
|
||||
2: cobble_house
|
||||
3: cobble_house
|
@ -8,7 +8,7 @@ spawn:
|
||||
bound:
|
||||
min: 48
|
||||
max: 96
|
||||
width: 250
|
||||
width: 100
|
||||
padding: 100
|
||||
loot:
|
||||
1: arrows
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user