]> gitweb.ps.run Git - packwiz/blob - config/vanilla_structures/placement_structure_config.json5
repaya
[packwiz] / config / vanilla_structures / placement_structure_config.json5
1 /*
2 This config makes it possible to change the spacing, separation, salt (and frequency) of Minecraft's structure sets.
3     SPACING ---  controls how far a structure can be from others of its kind
4         SEPARATION --- controls how close to each other two structures of the same type can be.
5 KEEP IN MIND THAT SPACING ALWAYS NEEDS TO BE HIGHER THAN SEPARATION.
6
7 =====
8 Created by Cristel Lib
9 */
10 {
11         "ancient_cities": {
12                 "salt": 20083232,
13                 "separation": 8,
14                 "spacing": 24
15         },
16         "buried_treasures": {
17                 "frequency": 0.01,
18                 "salt": 0,
19                 "separation": 0,
20                 "spacing": 1
21         },
22         "desert_pyramids": {
23                 "salt": 14357617,
24                 "separation": 8,
25                 "spacing": 32
26         },
27         "end_cities": {
28                 "salt": 10387313,
29                 "separation": 11,
30                 "spacing": 20
31         },
32         "igloos": {
33                 "salt": 14357618,
34                 "separation": 8,
35                 "spacing": 32
36         },
37         "jungle_temples": {
38                 "salt": 14357619,
39                 "separation": 8,
40                 "spacing": 32
41         },
42         "nether_complexes": {
43                 "salt": 30084232,
44                 "separation": 4,
45                 "spacing": 27
46         },
47         "nether_fossils": {
48                 "salt": 14357921,
49                 "separation": 1,
50                 "spacing": 2
51         },
52         "ocean_monuments": {
53                 "salt": 10387313,
54                 "separation": 5,
55                 "spacing": 32
56         },
57         "ocean_ruins": {
58                 "salt": 14357621,
59                 "separation": 8,
60                 "spacing": 20
61         },
62         "pillager_outposts": {
63                 "frequency": 0.2,
64                 "salt": 165745296,
65                 "separation": 8,
66                 "spacing": 32
67         },
68         "ruined_portals": {
69                 "salt": 34222645,
70                 "separation": 15,
71                 "spacing": 40
72         },
73         "shipwrecks": {
74                 "salt": 165745295,
75                 "separation": 4,
76                 "spacing": 24
77         },
78         "swamp_huts": {
79                 "salt": 14357620,
80                 "separation": 8,
81                 "spacing": 32
82         },
83         "villages": {
84                 "salt": 10387312,
85                 "separation": 8,
86                 "spacing": 34
87         },
88         "woodland_mansions": {
89                 "salt": 10387319,
90                 "separation": 20,
91                 "spacing": 80
92         }
93 }