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