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:
@@ -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"
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user