Hey, it's me again trying to update to the latest Minecraft version (26.2-pre-4).
This time it can't find the asBukkitCopy method for the ItemStack class.
I fixed it locally by changing asBukkitCopy to asCraftMirror in your ItemStackParser class.
You might want to make it so it uses asCraftMirror only for 26.2+ versions.
Hey, it's me again trying to update to the latest Minecraft version (26.2-pre-4).
This time it can't find the
asBukkitCopymethod for theItemStackclass.I fixed it locally by changing
asBukkitCopytoasCraftMirrorin yourItemStackParserclass.You might want to make it so it uses asCraftMirror only for 26.2+ versions.