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

3d armor can erase items #51

Closed
fluxionary opened this issue May 29, 2019 · 9 comments
Closed

3d armor can erase items #51

fluxionary opened this issue May 29, 2019 · 9 comments
Labels
bug Something isn't working low priority Something we honestly admit we probably won't get to, given the number of other issues

Comments

@fluxionary
Copy link
Member

If you drag 3d armor onto an item in your inventory that is not armor, it will erase it.

@fluxionary fluxionary added the bug Something isn't working label May 29, 2019
@fluxionary
Copy link
Member Author

Submitted an issue w/ 3d armor: stujones11/minetest-3d_armor#165

@bhree
Copy link

bhree commented Jul 16, 2019

how about adding
minetest.item_drop(stack, player, pos) after inv:remove_item("armor", stack) at line 143 init.lua

@fluxionary
Copy link
Member Author

Totally reasonable suggestion, bhree.
If possible, maybe put in a PR w/ 3d_armor? Though they've never responded to my issue...
Also, I've noticed this behaviour from a lot of other mods since someone reported this issue to me. Mods don't seem to check the result of inventory actions very thoroughly...

@bhree
Copy link

bhree commented Jul 16, 2019

I'll try to put PR although i don't have any idea about mentioned hacked client and possibility of exploit. Hopefully can raise better suggestion.

@thomasrudin
Copy link

@fluxionary @bhree judging from the activity of @stujones11 and the missing responses i think he is no longer active 😞

Can we fork the 3d_armor mod somewhere and fix the existing bugs together 😄 ?
We do have some issues with it too:

@fluxionary
Copy link
Member Author

@thomasrudin not sure if you have any pull in this, but it feels like it's a widely used enough mod that it might deserve to be part of the github.com/minetest-mods. I don't feel like I should take the mod over myself, as my health has been declining over the last year and I've been doing less coding myself in the last two months.

@thomasrudin
Copy link

not sure if you have any pull in this

not really, no :/ see: stujones11/minetest-3d_armor#168 (comment)

I don't feel like I should take the mod over myself, as my health has been declining over the last year

Sorry to hear that... I've seen this pattern a few times already.
I'm assuming this is because of your increasing involvement in the minetest community (i do hope so, because thats actually fixable 😄).

Why don't you take a break from all of this? I'm sure nobody will get mad if you disappear for a while (and come back with a bag full of ideas...) or just step down a little..

You did quite good work from what i have seen (on Blocky, minetest and several of its mods) but don't neglect your health, its only a game after all...

@fluxionary
Copy link
Member Author

Thanks for the concern thomasrudin, but coding on this game is about all the work I can manage at this point, and I enjoy it and I think it helps me a lot. I promise I'm not hurting myself doing this, particularly not for the sake of the game :)

@fluxionary fluxionary added the low priority Something we honestly admit we probably won't get to, given the number of other issues label May 18, 2020
@Lanhild
Copy link
Collaborator

Lanhild commented Jan 4, 2021

Solved, I guess? I tested and when you place armor onto an occupied slot, the previous item that was in the slot is dropped.

@Lanhild Lanhild closed this as completed Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low priority Something we honestly admit we probably won't get to, given the number of other issues
Projects
None yet
Development

No branches or pull requests

4 participants