After deleting this template, please provide the following information:
Could you pastebin your Dropt config so I can test this as I don't personally know how dropt works but I can definitely see if I can fix this.
Is there maybe an event we're supposed to be listening/firing?
ForgeEventFactory.onItemPickup maybe.
https://github.com/codetaylor/dropt-1.12/blob/master/src/main/java/com/codetaylor/mc/dropt/modules/dropt/events/EventHandler.java#L107
Yeah after some tinkering I figured out a way to make this work with dropt, so here's the original script: (the ones that are on the bottom, the ore ones)
https://paste.ubuntu.com/p/GRJ5YjVgnb/
This is the script that works:
https://paste.ubuntu.com/p/XKyxYdQrtN/
I'm sorry for submitting an issue kind of early and without through testing, if there's anything you guys can do to make this easier (make the scripting not too messy just to play around undo), that'd be great. If not you can close this. Again, I'm sorry for my impatience.
Can definitely take a look
You could contact the people of dropt, as they know better then we do how it works... (and if they have a request on how to change it so that it doesn't have to be that lengthy, it's easier for us to change it)
Yeah, fair enough. I'll do that then. Sorry for the inconvenience.
No worries, feel free to reference our issue #509 in the issue for Dropt so we can track it 馃憤
Hi, I'm the author of Dropt. If you have time, can you please link the code that is responsible for the undo behavior? It would save me considerable time rooting around in your codebase.
Chances are the undo operation is triggering a HarvestDropsEvent as that's what Dropt hooks at @SubscribeEvent(priority = EventPriority.LOWEST).
Edit: 1.12 branch please :)
Should be the main bits you're intrested in. Its likely that we're not handling something correctly
Thank you. I'll dig into it when I have time.
No worries, if it's us then we'll push out a patch to fix it, we're not doing much with 1.12 anymore but as this looks to be a mod used in packs, it's likely a good idea we patch it :+1:
We thank you for your issue report, unfortunatly we no longer support this version of Minecraft / Our mod. I've added your issue to a collection of issues that the community is welcome to create pull requests for. Hopefully your issue is resolved in time :+1: Master list: https://github.com/Direwolf20-MC/BuildingGadgets/issues/535
Most helpful comment
Yeah, fair enough. I'll do that then. Sorry for the inconvenience.