Growthcraft Community Edition

Growthcraft Community Edition

1M Downloads

The game is crashed every time I eat or drink somethings from GC

GGPB opened this issue ยท 5 comments

commented

when I eat any items from Growthcraft, the game crash immediately.
unknown

this is the mods I use right now, and this is crash report.

crash-2019-08-01_22.02.12-server.txt

I've tried growthcraft-1.12.2-4.0.5.200.DEV.a2c0ebb, the latest version, but still same.

I also using Pam's HarvestCraft and Applecore. it is fully work with no crash
but when I eat or drink anything from Growthcraft, restore some hunger and then crash...
I've tried steamed rice, onigiri, wine, apple cider and lager.

commented

Thank you for submitting the report, we'll try and duplicate.

commented

Yep, also happening for me, also using AppleCore and Pam's Harvestcraft.
I'm one of the devs of Animania, and we had the same issue with our mod once. capnkirok/animaniamod#11
AppleCore doesn't like if you decrease the ItemStack size before you apply the effects - because the item is ItemStack.EMTPY at that point.

So solution would be to call

before calling

final ItemStack result = ItemUtils.consumeStack(stack.splitStack(1));

commented

Not sure if this is the same problem but I crash whenever I try to eat a honey jar. Log:
https://paste.dimdev.org/ogekucejop.mccrash

commented

Fixed .... will go through testing and then to the next release.

commented

I've moved this to be fixed prior to the 4.1 regular release