INITIAL COMMIT
This commit is contained in:
92
config/explorify/structure_settings.json5
Normal file
92
config/explorify/structure_settings.json5
Normal file
@ -0,0 +1,92 @@
|
||||
/*
|
||||
Spacing: Average distance (in chunks) between two of these structures. Value between 0 and 4096.
|
||||
Separation: Minimum distance (in chunks) between two of these structures. Has to be smaller than spacing.
|
||||
Frequency: Probability to try to generate. Use other config file to disable structures.
|
||||
See https://minecraft.wiki/w/Structure_set
|
||||
*/
|
||||
{
|
||||
"dark_forest_settlements": {
|
||||
"spacing": 32,
|
||||
"separation": 16,
|
||||
"frequency": 0.8,
|
||||
"salt": 10128856
|
||||
},
|
||||
"campsites": {
|
||||
"spacing": 32,
|
||||
"separation": 16,
|
||||
"frequency": 0.8,
|
||||
"salt": 51363271
|
||||
},
|
||||
"taverns": {
|
||||
"spacing": 36,
|
||||
"separation": 18,
|
||||
"frequency": 0.8,
|
||||
"salt": 15731481
|
||||
},
|
||||
"desert_shrines": {
|
||||
"spacing": 24,
|
||||
"separation": 8,
|
||||
"frequency": 1.0,
|
||||
"salt": 89294828
|
||||
},
|
||||
"ruins": {
|
||||
"spacing": 48,
|
||||
"separation": 24,
|
||||
"frequency": 0.8,
|
||||
"salt": 1428017473
|
||||
},
|
||||
"mausoleums": {
|
||||
"spacing": 48,
|
||||
"separation": 16,
|
||||
"frequency": 0.8,
|
||||
"salt": 535694654
|
||||
},
|
||||
"watchtowers": {
|
||||
"spacing": 48,
|
||||
"separation": 24,
|
||||
"frequency": 0.75,
|
||||
"salt": 17906333
|
||||
},
|
||||
"supply_caches": {
|
||||
"spacing": 32,
|
||||
"separation": 20,
|
||||
"frequency": 0.75,
|
||||
"salt": 12413523
|
||||
},
|
||||
"badlands_pyramids": {
|
||||
"spacing": 32,
|
||||
"separation": 12,
|
||||
"frequency": 0.75,
|
||||
"salt": 63294721
|
||||
},
|
||||
"black_spirals": {
|
||||
"spacing": 40,
|
||||
"separation": 18,
|
||||
"frequency": 1.0,
|
||||
"salt": 30184232
|
||||
},
|
||||
"mangrove_huts": {
|
||||
"spacing": 28,
|
||||
"separation": 12,
|
||||
"frequency": 1.0,
|
||||
"salt": 2063493658
|
||||
},
|
||||
"farmsteads": {
|
||||
"spacing": 38,
|
||||
"separation": 28,
|
||||
"frequency": 0.8,
|
||||
"salt": 70128199
|
||||
},
|
||||
"guide_posts": {
|
||||
"spacing": 32,
|
||||
"separation": 10,
|
||||
"frequency": 0.75,
|
||||
"salt": 31205983
|
||||
},
|
||||
"end_shipwrecks": {
|
||||
"spacing": 24,
|
||||
"separation": 6,
|
||||
"frequency": 0.5,
|
||||
"salt": 12394461
|
||||
}
|
||||
}
|
||||
58
config/explorify/structure_toggles.json5
Normal file
58
config/explorify/structure_toggles.json5
Normal file
@ -0,0 +1,58 @@
|
||||
|
||||
{
|
||||
"dark_forest_settlements": {
|
||||
"dark_forest_settlement": true
|
||||
},
|
||||
"campsites": {
|
||||
"campsite": true
|
||||
},
|
||||
"taverns": {
|
||||
"tavern": true
|
||||
},
|
||||
"desert_shrines": {
|
||||
"desert_shrine": true
|
||||
},
|
||||
"ruins": {
|
||||
"ruins": true
|
||||
},
|
||||
"mausoleums": {
|
||||
"mausoleum": true
|
||||
},
|
||||
"watchtowers": {
|
||||
"watchtower": {
|
||||
"plains": true,
|
||||
"taiga": true,
|
||||
"savanna": true
|
||||
}
|
||||
},
|
||||
"supply_caches": {
|
||||
"supply_cache": {
|
||||
"birch": true,
|
||||
"dark": true,
|
||||
"desert": true,
|
||||
"forest": true,
|
||||
"jungle": true,
|
||||
"mangrove": true,
|
||||
"taiga": true
|
||||
}
|
||||
},
|
||||
"badlands_pyramids": {
|
||||
"badlands_pyramid": true
|
||||
},
|
||||
"black_spirals": {
|
||||
"black_spiral": true
|
||||
},
|
||||
"mangrove_huts": {
|
||||
"mangrove_hut": true
|
||||
},
|
||||
"farmsteads": {
|
||||
"farmstead": true
|
||||
},
|
||||
"guide_posts": {
|
||||
"guide_post_cold": true,
|
||||
"guide_post_warm": true
|
||||
},
|
||||
"end_shipwrecks": {
|
||||
"end_shipwreck": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user