-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undo not compatible with dropt #509
Comments
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? |
|
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) |
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 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 👍 |
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 👍 Master list: #535 |
IMPORTANT: Before continuing, please ensure that Building Gadgets (and any other mods involved) is updated to the latest available version
After deleting this template, please provide the following information:
1.Replace a block's drop with dropt (a mod that lets you reconfigure block drops)
2.Place a block whose drops have been changed with a gadget
3.Undo that placement
4.Not only you get the block back in your inventory, the newly replaced drops would also drop.
The text was updated successfully, but these errors were encountered: