You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mod crashes the client on fabric on 1.21.4 whenever you hover over a filled map as it tries to load the tooltip. Probably a method changed between 1.21 and 1.21.4.
Here's the cause:
net.minecraft.class_148: Rendering screen
at knot//net.minecraft.class_757.method_3192(class_757.java:560)
at knot//net.minecraft.class_310.method_1523(class_310.java:1341)
at knot//net.minecraft.class_310.method_1514(class_310.java:922)
at knot//net.minecraft.client.main.Main.main(Main.java:267)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.lang.AbstractMethodError: Method com/vendoau/maptooltip/MapTooltipComponent.method_32661(Lnet/minecraft/class_327;)I is abstract
at knot//com.vendoau.maptooltip.MapTooltipComponent.method_32661(MapTooltipComponent.java)
at knot//net.minecraft.class_332.method_51435(class_332.java:594)
at knot//net.minecraft.class_332.method_51437(class_332.java:551)
at knot//net.minecraft.class_332.method_64038(class_332.java:542)
at knot//net.minecraft.class_465.shulkerboxtooltip$renderTooltip(class_465.java:2800)
at knot//net.minecraft.class_465.shulkerboxtooltip$lockTooltipPosition(class_465.java:2390)
at knot//net.minecraft.class_465.redirect$cnb000$shulkerboxtooltip$lockTooltipPosition(class_465.java:2794)
at knot//net.minecraft.class_465.method_2380(class_465.java:221)
at knot//net.minecraft.class_481.method_25394(class_481.java:804)
at knot//net.minecraft.class_437.method_47413(class_437.java:116)
at knot//net.minecraft.class_757.mixinextras$bridge$method_47413$86(class_757.java)
at knot//net.minecraft.class_757.wrapOperation$bjd000$fabric-screen-api-v1$onRenderScreen(class_757.java:2414)
at knot//net.minecraft.class_757.method_3192(class_757.java:551)
... 6 more
Fabric Loader: 0.16.9-1.21.4
The text was updated successfully, but these errors were encountered:
The mod crashes the client on fabric on 1.21.4 whenever you hover over a filled map as it tries to load the tooltip. Probably a method changed between 1.21 and 1.21.4.
Here's the cause:
Fabric Loader:
0.16.9-1.21.4
The text was updated successfully, but these errors were encountered: