From cfb5c56ce50780f746cbc8a742e9acf99ccca073 Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Thu, 10 Apr 2025 17:34:40 +0800 Subject: [PATCH] fix link for hat.md --- docs/tutorials/hat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/hat.md b/docs/tutorials/hat.md index 89c48d2..5ad5e67 100644 --- a/docs/tutorials/hat.md +++ b/docs/tutorials/hat.md @@ -1,6 +1,6 @@ ## /hat with ModAPI /hat is a common server-side plugin that lets you put any block/item on your head. This tutorial will explain how to register a server-side command, construct a packet, and send it to a player. -[`S09PacketHeldItemChange` constructors]() +[`S09PacketHeldItemChange` constructors](https://nurmarvin.github.io/Minecraft-1.8-JavaDocs/net/minecraft/network/play/server/S09PacketHeldItemChange.html) As always, start with the basic boilerplate IIFE with credits: