Allow player to clean his inventory by pressing trash slot while sneaking #1298

Open
opened 2021-03-13 16:36:43 +01:00 by AFCMS · 8 comments
Member

Does this feature need an engine change?

Does this feature need an engine change?
AFCMS added the
gameplay
incomplete feature
#P6: low
GUI/HUD
labels 2021-03-13 16:37:18 +01:00
Member

No, it does not

No, it does not
LizzyFleckenstein03 added
non-Minecraft feature
and removed
incomplete feature
labels 2021-03-15 08:13:38 +01:00
Author
Member

@EliasFleckenstein03 It is a minecraft feature.

@EliasFleckenstein03 It is a minecraft feature.
Author
Member
https://youtu.be/ci5JZR3WWA8?t=503
AFCMS changed title from Allow player to clean his inventory by pressing trash slot to Allow player to clean his inventory by pressing trash slot while sneaking 2021-03-17 11:29:50 +01:00
AFCMS removed the
non-Minecraft feature
label 2021-03-17 11:30:03 +01:00
LizzyFleckenstein03 added the
needs engine change
label 2021-03-17 13:19:37 +01:00

It does need an engine change because we need to detect shift in formspec menu, which is currently not possible.

It does need an engine change because we need to detect shift in formspec menu, which is currently not possible.
Contributor

Why detect shift in the formspec menu? Can't you detect it in a similar way to bow input, with a variable for each player?

Why detect shift in the formspec menu? Can't you detect it in a similar way to bow input, with a variable for each player?

Minetest allows us to detect whether the player is sneaking. It does not allow us to detect whether a player is pressing shift. When the player pressed shift (or their sneak key) outside a GUI menu, they will sneak.

Minetest allows us to detect whether the player is sneaking. It does not allow us to detect whether a player is pressing shift. When the player pressed shift (or their sneak key) outside a GUI menu, they will sneak.

can't we use listring[] to move the item to the trash slot?

can't we use `listring[]` to move the item to the trash slot?

I think AFCMS was talking about clicking the trash slot, which does not contain an item.

I think AFCMS was talking about clicking the trash slot, which does not contain an item.
Sign in to join this conversation.
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/VoxeLibre#1298
No description provided.