#912: Update Minecraft Wiki URLs

By: Doc <nachito94@msn.com>
This commit is contained in:
Bukkit/Spigot
2023-09-25 18:53:42 +10:00
parent bd69020044
commit 156224dbfa
15 changed files with 27 additions and 27 deletions

View File

@@ -12,8 +12,8 @@ import org.jetbrains.annotations.Nullable;
* LootTables are technical files that represent what items should be in
* naturally generated containers, what items should be dropped when killing a
* mob, or what items can be fished.
*
* See the <a href="https://minecraft.gamepedia.com/Loot_table">
* <br>
* See the <a href="https://minecraft.wiki/w/Loot_table">
* Minecraft Wiki</a> for more information.
*/
public interface LootTable extends Keyed {

View File

@@ -8,9 +8,9 @@ import org.jetbrains.annotations.NotNull;
/**
* This enum holds a list of all known {@link LootTable}s offered by Mojang.
* This list is not guaranteed to be accurate in future versions.
*
* <br>
* See the
* <a href="https://minecraft.gamepedia.com/Loot_table#List_of_loot_tables">
* <a href="https://minecraft.wiki/w/Loot_table#List_of_loot_tables">
* Minecraft Wiki</a> for more information on loot tables.
*/
public enum LootTables implements Keyed {