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

fix: 修复 #198

This commit is contained in:
jhqwqmc
2025-05-30 08:46:03 +08:00
parent 4bcdfa2968
commit b346b15fd6

View File

@@ -3604,7 +3604,7 @@ public class Reflections {
public static final Field field$FallingBlockEntity$blockState = requireNonNull(
ReflectionUtils.getDeclaredField(
clazz$FallingBlockEntity, clazz$BlockState, 0
clazz$FallingBlockEntity, clazz$BlockState, VersionHelper.isOrAbove1_21_5() ? 1 : 0
)
);