summaryrefslogtreecommitdiff
path: root/config/cristellib/minecraftP.json5
diff options
context:
space:
mode:
authorFelix Perktold <>2026-07-23 20:26:04 +0000
committerFelix Perktold <>2026-07-23 20:26:04 +0000
commite1feb22144d2821c577cb0a281f77c54306f437c (patch)
treec88aa93100893508ba9d60d2db55730f5a711616 /config/cristellib/minecraftP.json5
asd
Diffstat (limited to 'config/cristellib/minecraftP.json5')
-rw-r--r--config/cristellib/minecraftP.json596
1 files changed, 96 insertions, 0 deletions
diff --git a/config/cristellib/minecraftP.json5 b/config/cristellib/minecraftP.json5
new file mode 100644
index 0000000..3d62c1e
--- /dev/null
+++ b/config/cristellib/minecraftP.json5
@@ -0,0 +1,96 @@
+/*
+This config file 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.
+*/
+{
+ "igloos": {
+ "spacing": 32,
+ "separation": 8,
+ "salt": 14357618
+ },
+ "desert_pyramids": {
+ "spacing": 32,
+ "separation": 8,
+ "salt": 14357617
+ },
+ "end_cities": {
+ "spacing": 20,
+ "separation": 11,
+ "salt": 10387313
+ },
+ "ocean_ruins": {
+ "spacing": 20,
+ "separation": 8,
+ "salt": 14357621
+ },
+ "shipwrecks": {
+ "spacing": 24,
+ "separation": 4,
+ "salt": 165745295
+ },
+ "woodland_mansions": {
+ "spacing": 80,
+ "separation": 20,
+ "salt": 10387319
+ },
+ "ancient_cities": {
+ "spacing": 24,
+ "separation": 8,
+ "salt": 20083232
+ },
+ "buried_treasures": {
+ "spacing": 1,
+ "separation": 0,
+ "frequency": 0.01,
+ "salt": 0
+ },
+ "villages": {
+ "spacing": 34,
+ "separation": 8,
+ "salt": 10387312
+ },
+ "nether_complexes": {
+ "spacing": 27,
+ "separation": 4,
+ "salt": 30084232
+ },
+ "ocean_monuments": {
+ "spacing": 32,
+ "separation": 5,
+ "salt": 10387313
+ },
+ "jungle_temples": {
+ "spacing": 32,
+ "separation": 8,
+ "salt": 14357619
+ },
+ "nether_fossils": {
+ "spacing": 2,
+ "separation": 1,
+ "salt": 14357921
+ },
+ "mineshafts": {
+ "spacing": 1,
+ "separation": 0,
+ "frequency": 0.004,
+ "salt": 0
+ },
+ "pillager_outposts": {
+ "spacing": 32,
+ "separation": 8,
+ "frequency": 0.2,
+ "salt": 165745296
+ },
+ "swamp_huts": {
+ "spacing": 32,
+ "separation": 8,
+ "salt": 14357620
+ },
+ "ruined_portals": {
+ "spacing": 40,
+ "separation": 15,
+ "salt": 34222645
+ }
+} \ No newline at end of file