Skip to content

Commit 4452d4a

Browse files
fix: update ticks-per Minecraft wiki links (#711)
1 parent a3d26f1 commit 4452d4a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/config/paper/bukkit.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,49 +104,49 @@ ticks-per:
104104
default: "400"
105105
description: >-
106106
Number of ticks between each passive creature (animal) spawn attempt.
107-
Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Spawn_limit).
107+
Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Mob_spawning#Spawn_cycle).
108108
This can be overridden by the
109109
[Paper world config](/paper/reference/world-configuration#entities_spawning_ticks_per_spawn_creature).
110110
monster-spawns:
111111
default: "1"
112112
description: >-
113113
Number of ticks between each hostile monster spawn attempt.
114-
Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Spawn_limit).
114+
Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Mob_spawning#Spawn_cycle).
115115
This can be overridden by the
116116
[Paper world config](/paper/reference/world-configuration#entities_spawning_ticks_per_spawn_monster).
117117
water-spawns:
118118
default: "1"
119119
description: >-
120120
Number of ticks between each water creature spawn attempt.
121-
Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Spawn_limit).
121+
Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Mob_spawning#Spawn_cycle).
122122
This can be overridden by the
123123
[Paper world config](/paper/reference/world-configuration#entities_spawning_ticks_per_spawn_water_creature).
124124
water-ambient-spawns:
125125
default: "1"
126126
description: >-
127127
Number of ticks between each ambient water mob spawn attempt.
128-
Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Spawn_limit).
128+
Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Mob_spawning#Spawn_cycle).
129129
This can be overridden by the
130130
[Paper world config](/paper/reference/world-configuration#entities_spawning_ticks_per_spawn_water_ambient).
131131
water-underground-creature-spawns:
132132
default: "1"
133133
description: >-
134134
Number of ticks between each underground water creatures spawn attempt.
135-
Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Spawn_limit).
135+
Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Mob_spawning#Spawn_cycle).
136136
This can be overridden by the
137137
[Paper world config](/paper/reference/world-configuration#entities_spawning_ticks_per_spawn_underground_water_creature).
138138
axolotl-spawns:
139139
default: "1"
140140
description: >-
141141
Number of ticks between each axolotl spawn attempt.
142-
Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Spawn_limit).
142+
Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Mob_spawning#Spawn_cycle).
143143
This can be overridden by the
144144
[Paper world config](/paper/reference/world-configuration#entities_spawning_ticks_per_spawn_axolotls).
145145
ambient-spawns:
146146
default: "1"
147147
description: >-
148148
Number of ticks between each ambient mob spawn attempt.
149-
Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Spawn_limit).
149+
Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Mob_spawning#Spawn_cycle).
150150
This can be overridden by the
151151
[Paper world config](/paper/reference/world-configuration#entities_spawning_ticks_per_spawn_ambient).
152152
autosave:

0 commit comments

Comments
 (0)