Skip to content
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 #1

Closed
sbrl opened this issue Apr 11, 2021 · 2 comments
Closed

Item duplication: Steel pickaxe #1

sbrl opened this issue Apr 11, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@sbrl
Copy link

sbrl commented Apr 11, 2021

Ref minetest-mods/anvil#22, you're not returning the itemstack correctly here:

handholds_redo/init.lua

Lines 20 to 25 in 9496c86

on_place = function(...)
utility.place_holds(...)
if placement_handler ~= nil then
placement_handler(...)
end
end,

@t-affeldt t-affeldt self-assigned this Apr 12, 2021
@t-affeldt t-affeldt added the bug Something isn't working label Apr 12, 2021
@t-affeldt
Copy link
Owner

Thank you for letting me know! I was able to replicate the issue, fix it, and make sure that it now works as intended.

@MetaNomad
Copy link

Thank you for letting me know! I was able to replicate the issue, fix it, and make sure that it now works as intended.

Updated it via ContentDB, and everything is working fine now, thx :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants