]> gitweb.ps.run Git - packwiz/blob - config/vanilla_structures/toggle_structure_config.json5
repaya
[packwiz] / config / vanilla_structures / toggle_structure_config.json5
1 /*
2 This config makes it possible to switch off any Minecraft structure.
3 To disable a structure, simply set the value of that structure to "false".
4 To change the rarity of a structure category use the structure placement config.
5
6 =====
7 Created by Cristel Lib
8 */
9 {
10         "ancient_cities": {
11                 "ancient_city": true
12         },
13         "buried_treasures": {
14                 "buried_treasure": true
15         },
16         "desert_pyramids": {
17                 "desert_pyramid": true
18         },
19         "end_cities": {
20                 "end_city": true
21         },
22         "igloos": {
23                 "igloo": true
24         },
25         "jungle_temples": {
26                 "jungle_pyramid": true
27         },
28         "nether_complexes": {
29                 "bastion_remnant": true,
30                 "fortress": true
31         },
32         "nether_fossils": {
33                 "nether_fossil": true
34         },
35         "ocean_monuments": {
36                 "monument": true
37         },
38         "ocean_ruins": {
39                 "ocean_ruin_cold": true,
40                 "ocean_ruin_warm": true
41         },
42         "pillager_outposts": {
43                 "pillager_outpost": true
44         },
45         "ruined_portals": {
46                 "ruined_portal": true,
47                 "ruined_portal_desert": true,
48                 "ruined_portal_jungle": true,
49                 "ruined_portal_mountain": true,
50                 "ruined_portal_nether": true,
51                 "ruined_portal_ocean": true,
52                 "ruined_portal_swamp": true
53         },
54         "shipwrecks": {
55                 "shipwreck": true,
56                 "shipwreck_beached": true
57         },
58         "strongholds": {
59                 "stronghold": true
60         },
61         "swamp_huts": {
62                 "swamp_hut": true
63         },
64         "villages": {
65                 "village_desert": true,
66                 "village_plains": true,
67                 "village_savanna": true,
68                 "village_snowy": true,
69                 "village_taiga": true
70         },
71         "woodland_mansions": {
72                 "mansion": true
73         }
74 }