File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ anticheat:
128
128
lava-obscures : false
129
129
# As of 1.18 some ores are generated much higher.
130
130
# Please adjust the max-block-height setting at your own discretion.
131
- # https://minecraft.fandom.com/ wiki/Ore might be helpful.
131
+ # https://minecraft.wiki/w /Ore might be helpful.
132
132
max-block-height : 64
133
133
# The replacement-blocks list is not used in engine-mode: 1. Changing this will have no effect.
134
134
replacement-blocks : []
@@ -216,7 +216,7 @@ anticheat:
216
216
lava-obscures : false
217
217
# As of 1.18 some ores are generated much higher.
218
218
# Please adjust the max-block-height setting at your own discretion.
219
- # https://minecraft.fandom.com/ wiki/Ore might be helpful.
219
+ # https://minecraft.wiki/w /Ore might be helpful.
220
220
max-block-height : 64
221
221
replacement-blocks :
222
222
# Chest is a tile entity and can't be added to hidden-blocks in engine-mode: 2.
@@ -335,7 +335,7 @@ anticheat:
335
335
lava-obscures : false
336
336
# As of 1.18 some ores are generated much higher.
337
337
# Please adjust the max-block-height setting at your own discretion.
338
- # https://minecraft.fandom.com/ wiki/Ore might be helpful.
338
+ # https://minecraft.wiki/w /Ore might be helpful.
339
339
max-block-height : 64
340
340
replacement-blocks :
341
341
# Chest is a tile entity and can't be added to hidden-blocks in engine-mode: 2.
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ generate-structures:
84
84
generator-settings:
85
85
default: '{}'
86
86
description: 'The settings used to customize world generation. Follow
87
- [its format](https://minecraft.fandom.com/ wiki/Java_Edition_level_format#generatorOptions_tag_format) and
87
+ [its format](https://minecraft.wiki/w /Java_Edition_level_format#generatorOptions_tag_format) and
88
88
write the corresponding JSON string.'
89
89
hardcore:
90
90
default: 'false'
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ advancements:
33
33
34
34
- A namespace-including Advancement key,
35
35
For example, "minecraft:adventure/avoid_vibration" would disable the Sneak 100 advancement.
36
- [The Minecraft Fandom ](https://minecraft.fandom.com/ wiki/Advancement#List_of_advancements) has a list of all the Vanilla advancements,
36
+ [The Minecraft Wiki ](https://minecraft.wiki/w /Advancement#List_of_advancements) has a list of all the Vanilla advancements,
37
37
which need the "minecraft:" namespace prepended to them.
38
38
39
39
- The literal string "*", which disables *all* Advancements.
@@ -209,7 +209,7 @@ stats:
209
209
default: '{}'
210
210
description: 'An Object, where:
211
211
212
- - The Keys inside are any "Resource location" from [The Minecraft Fandom ](https://minecraft.fandom.com/ wiki/Statistics#List_of_custom_statistic_names).
212
+ - The Keys inside are any "Resource location" from [The Minecraft Wiki ](https://minecraft.wiki/w /Statistics#List_of_custom_statistic_names).
213
213
214
214
- The Value for each key is an integer to force the related stat to.'
215
215
world-settings:
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ anticheat:
34
34
description: 'Sets the maximum height (y coordinate, starting from the bottom
35
35
of the world) to which anti-xray will operate. Only integer multiples of 16
36
36
are accepted. All other values will be rounded down. The [Minecraft Wiki page
37
- about Ore](https://minecraft.fandom.com/ wiki/Ore) may be helpful in determining
37
+ about Ore](https://minecraft.wiki/w /Ore) may be helpful in determining
38
38
the best value for you'
39
39
update-radius:
40
40
default: '2'
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ of this format.
131
131
132
132
::: info [ In-Depth Documentation]
133
133
134
- The JSON format is fully documented on the [ Minecraft Wiki] ( https://minecraft.fandom.com/ wiki/Raw_JSON_text_format ) .
134
+ The JSON format is fully documented on the [ Minecraft Wiki] ( https://minecraft.wiki/w /Raw_JSON_text_format ) .
135
135
136
136
:::
137
137
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ following:
90
90
engine-mode : 1
91
91
# As of 1.18 some ores are generated much higher.
92
92
# Please adjust the max-block-height setting at your own discretion.
93
- # https://minecraft.fandom.com/ wiki/Ore might be helpful.
93
+ # https://minecraft.wiki/w /Ore might be helpful.
94
94
max-block-height : 64
95
95
update-radius : 2
96
96
lava-obscures : false
@@ -163,7 +163,7 @@ following:
163
163
engine-mode: 2
164
164
# As of 1.18 some ores are generated much higher.
165
165
# Please adjust the max-block-height setting at your own discretion.
166
- # https://minecraft.fandom.com/ wiki/Ore might be helpful.
166
+ # https://minecraft.wiki/w /Ore might be helpful.
167
167
max-block-height: 64
168
168
update-radius: 2
169
169
lava-obscures: false
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ Recommended configuration for both `engine-mode` `1` and `2` can be found in the
716
716
- ** default** : 64
717
717
- ** description** : Sets the maximum height (` y ` coordinate, starting from the bottom of the world)
718
718
to which anti-xray will operate. Only integer multiples of 16 are accepted. All other values
719
- will be rounded down. The [ Minecraft Wiki page about Ore] ( https://minecraft.fandom.com/ wiki/Ore )
719
+ will be rounded down. The [ Minecraft Wiki page about Ore] ( https://minecraft.wiki/w /Ore )
720
720
may be helpful in determining the best value for you.
721
721
- update-radius
722
722
- ** default** : 2
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ anticheat:
115
115
lava-obscures : false
116
116
# As of 1.18 some ores are generated much higher.
117
117
# Please adjust the max-block-height setting at your own discretion.
118
- # https://minecraft.fandom.com/ wiki/Ore might be helpful.
118
+ # https://minecraft.wiki/w /Ore might be helpful.
119
119
max-block-height : 64
120
120
# The replacement-blocks list is not used in engine-mode: 1. Changing this will have no effect.
121
121
replacement-blocks : []
@@ -203,7 +203,7 @@ anticheat:
203
203
lava-obscures : false
204
204
# As of 1.18 some ores are generated much higher.
205
205
# Please adjust the max-block-height setting at your own discretion.
206
- # https://minecraft.fandom.com/ wiki/Ore might be helpful.
206
+ # https://minecraft.wiki/w /Ore might be helpful.
207
207
max-block-height : 64
208
208
replacement-blocks :
209
209
# Chest is a tile entity and can't be added to hidden-blocks in engine-mode: 2.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Recommended configuration for both `engine-mode` `1` and `2` can be found in the
43
43
- ** default** : ` 64 `
44
44
- ** description** : Sets the maximum height (` y ` coordinate, starting from the bottom of the world)
45
45
to which anti-xray will operate. Only integer multiples of 16 are accepted. All other values will
46
- be rounded down. The [ Minecraft Wiki page about Ore] ( https://minecraft.fandom.com/ wiki/Ore ) may be
46
+ be rounded down. The [ Minecraft Wiki page about Ore] ( https://minecraft.wiki/w /Ore ) may be
47
47
helpful in determining the best value for you.
48
48
49
49
#### update-radius
You can’t perform that action at this time.
0 commit comments