Initial Commit
Commit Suicide add disabled jars to lfs remove mods re-add mods
This commit is contained in:
93
config/vanilla_structures/placement_structure_config.json5
Normal file
93
config/vanilla_structures/placement_structure_config.json5
Normal file
@@ -0,0 +1,93 @@
|
||||
/*
|
||||
This config makes it possible to change the spacing, separation, salt (and frequency) of Minecraft's structure sets.
|
||||
SPACING --- controls how far a structure can be from others of its kind
|
||||
SEPARATION --- controls how close to each other two structures of the same type can be.
|
||||
KEEP IN MIND THAT SPACING ALWAYS NEEDS TO BE HIGHER THAN SEPARATION.
|
||||
|
||||
=====
|
||||
Created by Cristel Lib
|
||||
*/
|
||||
{
|
||||
"ancient_cities": {
|
||||
"salt": 20083232,
|
||||
"separation": 8,
|
||||
"spacing": 24
|
||||
},
|
||||
"buried_treasures": {
|
||||
"frequency": 0.01,
|
||||
"salt": 0,
|
||||
"separation": 0,
|
||||
"spacing": 1
|
||||
},
|
||||
"desert_pyramids": {
|
||||
"salt": 14357617,
|
||||
"separation": 8,
|
||||
"spacing": 32
|
||||
},
|
||||
"end_cities": {
|
||||
"salt": 10387313,
|
||||
"separation": 11,
|
||||
"spacing": 20
|
||||
},
|
||||
"igloos": {
|
||||
"salt": 14357618,
|
||||
"separation": 8,
|
||||
"spacing": 32
|
||||
},
|
||||
"jungle_temples": {
|
||||
"salt": 14357619,
|
||||
"separation": 8,
|
||||
"spacing": 32
|
||||
},
|
||||
"nether_complexes": {
|
||||
"salt": 30084232,
|
||||
"separation": 4,
|
||||
"spacing": 27
|
||||
},
|
||||
"nether_fossils": {
|
||||
"salt": 14357921,
|
||||
"separation": 1,
|
||||
"spacing": 2
|
||||
},
|
||||
"ocean_monuments": {
|
||||
"salt": 10387313,
|
||||
"separation": 5,
|
||||
"spacing": 32
|
||||
},
|
||||
"ocean_ruins": {
|
||||
"salt": 14357621,
|
||||
"separation": 8,
|
||||
"spacing": 20
|
||||
},
|
||||
"pillager_outposts": {
|
||||
"frequency": 0.2,
|
||||
"salt": 165745296,
|
||||
"separation": 8,
|
||||
"spacing": 32
|
||||
},
|
||||
"ruined_portals": {
|
||||
"salt": 34222645,
|
||||
"separation": 15,
|
||||
"spacing": 40
|
||||
},
|
||||
"shipwrecks": {
|
||||
"salt": 165745295,
|
||||
"separation": 4,
|
||||
"spacing": 24
|
||||
},
|
||||
"swamp_huts": {
|
||||
"salt": 14357620,
|
||||
"separation": 8,
|
||||
"spacing": 32
|
||||
},
|
||||
"villages": {
|
||||
"salt": 10387312,
|
||||
"separation": 8,
|
||||
"spacing": 34
|
||||
},
|
||||
"woodland_mansions": {
|
||||
"salt": 10387319,
|
||||
"separation": 20,
|
||||
"spacing": 80
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user