Skip to content

Commit 2d0d895

Browse files
committed
Add link to gamerules class
1 parent 2bcefc2 commit 2d0d895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/posts/1.21.11.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If your plugin is still using Spigot-mapped internal names (such as obfuscated c
4343

4444
### Gamerule changes
4545

46-
Gamerules have been turned into a registry in Vanilla, so their names were changed from camelCase to snake_case and some gamerules merged or changes. The `GameRule` class still contains the old names for now, but you should replace their use.
46+
Gamerules have been turned into a registry in Vanilla, so their names were changed from camelCase to snake_case and some gamerules merged or changes. The `GameRule` class still contains the old names for now, but you should replace their use with [GameRules](https://jd.papermc.io/paper/1.21.11/org/bukkit/GameRules.html).
4747

4848
### Bed event changes
4949

0 commit comments

Comments
 (0)