-
Notifications
You must be signed in to change notification settings - Fork 19
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
Item duplication: Steel pickaxe #22
Comments
Same problem here: pandorabox-io/pandorabox.io#609 had to disable another mod to mitigate it. This case anvil combined with pick_axe_tweaks just did not behave nicely together. |
you probably have the on_place defined in the pickaxes node def, working on a solution |
mt-mods/pick_axe_tweaks@513ed26 for anyone reading this down the line. side note, what games and mods are you using to have this issue? |
Hey there, @wsor4035! I'm using minetest game, with these mods: https://ybin.me/p/7a6197076e59771f#/zy6IVt3+E+6qkB7XXXGgiJI1OjyRQQfC5/cYg+6nsY= (compressed archive of mods available upon request) |
i can look through the list, if your on linux, may be faster to grep your mods folder for on_place, i suspect one of your mods adds a on_place to pick axes, and that it isnt returning probably since thats the issue i had |
Here's a link to a download of my mods folder: A cursory |
testing with that set of world mods and adding anvil, i can not even replicate the problem |
I've just double checked the worldmods folder I gave you there - and I'm so sorry, I gave you to the wrong one! That one is the for my mod sandbox testing world, not my survival world :P Here's a link to the correct one: https://public.mooncarrot.space/worldmods.tar.gz (download will be deleted from the server after 30 days) I'm very sorry for causing confusion here.
|
Same issue for me, using pick_axe_tweaks too |
Latest pick_axe_tweaks should be good but similar functionality is used with many mods. Have to check all tool related mods for similar issues that pick_axe_tweaks had before. Well, unless there's another pick_axe_tweaks mod... |
So maybe it comes from handholds_redo, which uses pickaxe tool too |
Checked that and yes this is handhelds_redo issue, it is not returning itemstack correctly in https://github.com/t-affeldt/handholds_redo/blob/9496c8612a9f0bc3f234c1439df2bbe8dff8de2f/init.lua#L20-L25 |
I can confirm that the issue was down to a missing return statement in my handholds_redo mod and is now fixed. |
Hey - this is a neat mod! With the low durability of the earlier tools, I've found this mod essential so I don't keep going through loads of picks - and thus loads of resources. However, if I place a steel pickaxe on the anvil, it doesn't leave my inventory - leading to an item duplication glitch! Weirdly I don't have this problem with a steel shovel, for example.
The text was updated successfully, but these errors were encountered: