Time Nick Message 15:27 alguien I don't supposed it would be possible to download and install a mod from within the game? 15:30 rubenwardy yes, Content > Browse online content 15:35 alguien rubenwardy, as a player in the game, not from the application 15:36 alguien with commands or by executing lua code and such 15:37 rubenwardy no, it needs to be done from the mainmenu or manually. Can't be done from within the game 15:39 MTDiscord You can download schematics ingame, with blockexchange , but downloading a mod might require to rerun the world / code 15:40 alguien rerunning is fine 15:40 alguien if by that you mean restarting the server. I can do that from within the game 16:11 MinetestBot 02[git] 04grorp -> 03minetest/minetest: Touchscreen: Allow camera movement while digging without touch_use_cr… 1300a3e6b https://github.com/minetest/minetest/commit/00a3e6bbd70b25c2a749026bff9797bc73915b8c (152024-03-01T16:11:46Z) 16:11 MinetestBot 02[git] 04grorp -> 03minetest/minetest: Adjust touchscreen_sensitivity to display density 13fa0745f https://github.com/minetest/minetest/commit/fa0745f7dafea064af7df7771727220694ec153c (152024-03-01T16:11:46Z) 16:11 MinetestBot 02[git] 04grorp -> 03minetest/minetest: Avoid visible camera jumps because of touchscreen_threshold 13aac616f https://github.com/minetest/minetest/commit/aac616fcc5ce5780de9f17e4ebe170fc6b62ae5f (152024-03-01T16:11:46Z) 16:14 MinetestBot 02[git] 04grorp -> 03minetest/minetest: Allow giving "pointabilities" to Lua raycasts (#14390) 13e40417f https://github.com/minetest/minetest/commit/e40417f6875015119ed9a292f53ee0afc912209c (152024-03-01T16:12:13Z) 16:33 alguien cheapie, hey. would you mind debugging digistuff:movestone with me? 16:33 alguien i've sent it the message {command="absmove", z=13}, but all that did is set meta field data to 1 16:34 alguien it did not change meta field state 16:35 alguien (which is where target positions are) 16:35 alguien same if I try {command="rel", z=1} 16:37 alguien the state is lacking moveaxis, which looks like it should be set: https://cheapiesystems.com/git/digistuff/tree/movestone.lua#n253 16:38 alguien Kimapr, did you manage to make the movestone change position at all? https://content.minetest.net/threads/3391/ 16:41 alguien correction: the second table has command="relmove", not command="rel". The effect is the one I described though (sets meta field active to 1 and does nothing else - except causing an interrupt that the nearby luacontroller caught) 16:44 alguien It's like it a) doesn't set state, and perhaps b) doesn't receive the timer interrupt 17:49 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Allow curl to use all content encodings 13e73e562 https://github.com/minetest/minetest/commit/e73e562a63c3ee450755f8dc6432af08fedea932 (152024-03-01T17:22:59Z) 22:06 Chronos Is there an open issue for supporting keyboard control for Minetest running on Chromebooks? 22:06 sfan5 probably 22:06 sfan5 the keyword would be "keyword on android" 22:14 Chronos Thanks sfan5! I think this is the issue: https://github.com/minetest/minetest/issues/10062 22:14 Chronos I currently use Minetest on Crostini on Chromebook, and it works great! Except for the sound 22:14 Chronos So I thought I'd add my vote to the issue :)