9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-29 11:59:11 +00:00

refl: 修复一个1.20.5+spigot上的问题

This commit is contained in:
jhqwqmc
2025-06-17 04:36:58 +08:00
parent a4dccaa53c
commit 13f0bd4d99

View File

@@ -658,7 +658,7 @@ public final class CoreReflections {
public static final Class<?> clazz$SynchedEntityData$DataValue = requireNonNull(
BukkitReflectionUtils.findReobfOrMojmapClass(
"network.syncher.DataWatcher$b",
VersionHelper.isOrAbove1_20_5() ? "network.syncher.DataWatcher$c" : "network.syncher.DataWatcher$b",
"network.syncher.SynchedEntityData$DataValue"
)
);