-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworldgen_settings_export.json
More file actions
43 lines (43 loc) · 1.08 KB
/
worldgen_settings_export.json
File metadata and controls
43 lines (43 loc) · 1.08 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
{
"bonus_chest": true,
"dimensions": {
"minecraft:the_end": {
"type": "minecraft:the_end",
"generator": {
"biome_source": {
"seed": -1995029999864952716,
"type": "minecraft:the_end"
},
"seed": -1995029999864952716,
"settings": "minecraft:end",
"type": "minecraft:noise"
}
},
"minecraft:the_nether": {
"type": "minecraft:the_nether",
"generator": {
"biome_source": {
"preset": "minecraft:nether",
"type": "minecraft:multi_noise"
},
"seed": -1995029999864952716,
"settings": "minecraft:nether",
"type": "minecraft:noise"
}
},
"minecraft:overworld": {
"type": "minecraft:overworld",
"generator": {
"biome_source": {
"preset": "minecraft:overworld",
"type": "minecraft:multi_noise"
},
"seed": -1995029999864952716,
"settings": "minecraft:overworld",
"type": "minecraft:noise"
}
}
},
"seed": -1995029999864952716,
"generate_features": true
}