HybridDog / connected_chests

Adds big chests to minetest.
https://forum.minetest.net/viewtopic.php?f=9&t=10264&p=156571
Other
6 stars 7 forks source link

change shift/click #5

Closed TumeniNodes closed 6 years ago

TumeniNodes commented 6 years ago

Is it possible to change from using left shift, to right shift key?

Only due to left shit reserved for down/sneak. Just a proposal, not a huge deal

HybridDog commented 6 years ago

Unfortunately (server-side) mods can only test a few keys: https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L3658

TumeniNodes commented 6 years ago

ahhh. it is not a huge deal anyway. the only reason I even mentioned it is, when in fly mode, when you hit shift from the ground, it makes that irritating sound. Ima close this silliness then, heh.

Are you interested in a double version of the open chest model, to add to this? I will close this issue after you answer, and depending on your answer I will go from there

HybridDog commented 6 years ago

Are you interested in a double version of the open chest model, to add to this?

I personally don't like the opening chest animation from minetest_game because you need to wait a bit until you can access the inventory (because I don't like waiting). However, it has an impact on gameplay and connected_chests should resemble default chests, so I am interested in the opening animation for double chests. Also, lid opening is on the TODO list (end of the page https://github.com/HybridDog/connected_chests).

TumeniNodes commented 6 years ago

ok, I will work on it over the next few days then submit it