Update Minecraft Wiki links to new domain (#2400)

This commit is contained in:
Spongecade 2023-09-27 18:39:21 -05:00 committed by GitHub
parent 10cd6820c9
commit 375bf84a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -207,7 +207,7 @@ private fun writeFooter() {
``worldedit.inventory.unrestricted``,"Override the ``use-inventory`` option if enabled in the :doc:`configuration <config>`."
``worldedit.override.bedrock``,"Allows breaking of bedrock with the super-pickaxe tool."
``worldedit.override.data-cycler``,"Allows cycling non-whitelisted blocks with the data cycler tool."
``worldedit.setnbt``,"Allows setting `extra data <https://minecraft.gamepedia.com/Block_entity>`_ on blocks (such as signs, chests, etc)."
``worldedit.setnbt``,"Allows setting `extra data <https://minecraft.wiki/w/Block_entity>`_ on blocks (such as signs, chests, etc)."
``worldedit.report.pastebin``,"Allows uploading report files to pastebin automatically for the ``/worldedit report`` :doc:`command <commands>`."
``worldedit.scripting.execute.<filename>``,"Allows using the CraftScript with the given filename."
""".trim())

View File

@ -34,8 +34,8 @@
*
* <p>
* The NBT format was created by Markus Persson, and the specification may be
* found at <a href="https://minecraft.gamepedia.com/NBT_format">
* https://minecraft.gamepedia.com/NBT_format</a>.
* found at <a href="https://minecraft.wiki/w/NBT_format">
* https://minecraft.wiki/w/NBT_format</a>.
* </p>
*
* @deprecated JNBT is being removed for lin-bus in WorldEdit 8, use {@link LinBinaryIO} instead

View File

@ -34,8 +34,8 @@
*
* <p>
* The NBT format was created by Markus Persson, and the specification may be
* found at <a href="https://minecraft.gamepedia.com/NBT_format">
* https://minecraft.gamepedia.com/NBT_format</a>.
* found at <a href="https://minecraft.wiki/w/NBT_format">
* https://minecraft.wiki/w/NBT_format</a>.
* </p>
*
* @deprecated JNBT is being removed for lin-bus in WorldEdit 8, use {@link LinBinaryIO} instead