-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathEXAMPLE.json
More file actions
92 lines (92 loc) · 1.7 KB
/
EXAMPLE.json
File metadata and controls
92 lines (92 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"type": "minecraft:overworld",
"generator": {
"type": "minecraft:noise",
"seed": -262781990,
"settings": "minecraft:overworld",
"biome_source": {
"type": "minecraft:multi_noise",
"seed": -262781990,
"altitude_noise": {
"firstOctave": -9,
"amplitudes": [
1,
1,
2,
2,
2,
1,
1,
1,
1
]
},
"temperature_noise": {
"firstOctave": -9,
"amplitudes": [
1.5,
0,
1,
0,
0,
0
]
},
"humidity_noise": {
"firstOctave": -7,
"amplitudes": [
1,
1,
0,
1,
0,
0
]
},
"weirdness_noise": {
"firstOctave": -7,
"amplitudes": [
1,
2,
1,
0,
0,
0,
0
]
},
"biomes": [
{
"biome": "minecraft:plains",
"parameters": {
"altitude": 0,
"temperature": 0,
"humidity": 0,
"weirdness": 0,
"offset": 0
}
},
{
"biome": "minecraft:lush_caves",
"parameters": {
"altitude": 0,
"temperature": 0,
"humidity": 0.7,
"weirdness": 0,
"offset": 0
}
},
{
"biome": "minecraft:dripstone_caves",
"parameters": {
"altitude": 0.8,
"temperature": 0,
"humidity": 0,
"weirdness": 0,
"offset": 0
}
}
]
}
}
}