From 2e3dfab6c3a38369a581f046d3b57151e95836a0 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 18 Apr 2026 12:06:14 -0500 Subject: [PATCH] fix api javadoc compiling --- .../java/com/seibel/distanthorizons/coreapi/ModInfo.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/src/main/java/com/seibel/distanthorizons/coreapi/ModInfo.java b/api/src/main/java/com/seibel/distanthorizons/coreapi/ModInfo.java index 241744b33..d2325c07a 100644 --- a/api/src/main/java/com/seibel/distanthorizons/coreapi/ModInfo.java +++ b/api/src/main/java/com/seibel/distanthorizons/coreapi/ModInfo.java @@ -33,7 +33,10 @@ public final class ModInfo /** Incremented every time any packets are added, changed or removed, with a few exceptions. */ public static final int PROTOCOL_VERSION = 13; - /** The full plugin channel name (RESOURCE_NAMESPACE:WRAPPER_PACKET_PATH) must be 20 characters or fewer for compatibility with <1.13. */ + /** + * The full plugin channel name (RESOURCE_NAMESPACE:WRAPPER_PACKET_PATH) + * must be 20 characters or fewer for compatibility with MC 1.13 and older. + */ public static final String WRAPPER_PACKET_PATH = "msg"; /** The internal mod name */