---- Minecraft Crash Report ----
...
Description: Exception in server tick loop
java.lang.NoSuchMethodError: 'net.minecraft.core.NonNullList net.minecraft.world.entity.player.Inventory.getNonEquipmentItems()'
at OpenInv-5.1.10.jar//com.lishid.openinv.internal.common.container.bukkit.OpenPlayerInventory.getStorageContents(OpenPlayerInventory.java:52)
at org.bukkit.craftbukkit.inventory.CraftInventory.contains(CraftInventory.java:107)
at net.minecraft.server.network.ServerGamePacketListenerImpl.handleContainerClick(ServerGamePacketListenerImpl.java:3157)
...
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.21.4
...
Seems like
getNonEquipmentItemsdoes not exist in 1.21.4 but is being called.