[COMPAT] RRDB crashes on 1.21.11 #19

Open
opened 2025-12-25 02:19:10 +00:00 by Dexrn · 1 comment
Dexrn commented 2025-12-25 02:19:10 +00:00 (Migrated from codeberg.org)

Description

On 1.21.11, RRDB will throw an exception and crash the server because it attempts to call a method that likely does not exist

java.lang.NoSuchMethodError: 'boolean net.minecraft.class_2168.method_9259(int)'
        at knot//me.dexrn.rrdiscordbridge.mc.impls.vanilla.intermediary.fabricCopper.ModernMinecraftCommands.lambda$register$2(ModernMinecraftCommands.java:67)

How to reproduce

Launch 1.21.11 fabric server

Environment (complete the information)

  • Minecraft Version: 1.21.11
  • Modloader/Server Software: Fabric
  • RRDiscordBridge version: 3.1.0-dev.3
## Description On 1.21.11, RRDB will throw an exception and crash the server because it attempts to call a method that likely does not exist ``` java.lang.NoSuchMethodError: 'boolean net.minecraft.class_2168.method_9259(int)' at knot//me.dexrn.rrdiscordbridge.mc.impls.vanilla.intermediary.fabricCopper.ModernMinecraftCommands.lambda$register$2(ModernMinecraftCommands.java:67) ``` ### How to reproduce Launch 1.21.11 fabric server ### Environment (complete the information) - Minecraft Version: `1.21.11` - Modloader/Server Software: `Fabric` - RRDiscordBridge version: `3.1.0-dev.3`
Dexrn commented 2026-01-09 13:40:41 +00:00 (Migrated from codeberg.org)

Fixed for Fabric

Fixed for Fabric
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Nostalgica-Reverie/RRDiscordBridge#19
No description provided.