mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-25 09:59:20 +00:00
修复熔炉注入
This commit is contained in:
@@ -262,7 +262,7 @@ public final class CraftBukkitReflections {
|
||||
);
|
||||
|
||||
public static final Field field$CraftBlockEntityState$tileEntity = requireNonNull(
|
||||
ReflectionUtils.getDeclaredField(clazz$CraftBlockEntityState, 0)
|
||||
ReflectionUtils.getInstanceDeclaredField(clazz$CraftBlockEntityState, 0)
|
||||
);
|
||||
|
||||
public static final Method method$CraftInventory$getInventory = requireNonNull(
|
||||
|
||||
Reference in New Issue
Block a user