Time Nick Message 00:53 paramat rubenwardy or sfan5, please could someone add info to the playstore page about the fixed joystick option, there are many complaints about the movable joystick 17:27 Krock #8445 is very promising. needs another review/test 17:27 ShadowBot https://github.com/minetest/minetest/issues/8445 -- Prioritise craft recipes by HybridDog 17:56 p_gimeno that's a kind of breaking change though, expect surprises 17:57 p_gimeno as in, servers may be relying on certain items not being craftable 18:00 p_gimeno but then again, a similar breakage happened with clear_craft which inverts the order of the recipes in memory, changing the preferred one 18:05 p_gimeno #5962 though I'd argue that's a mod error 18:06 ShadowBot https://github.com/minetest/minetest/issues/5962 -- Using clear_craft can remove more than one recipe 18:08 p_gimeno the title of 5962 is wrong; the correct title would be: clear_craft inverts the order of recipes 18:08 Krock <p_gimeno> as in, servers may be relying on certain items not being craftable 18:08 Krock then they can still remove the recipe 18:08 p_gimeno Krock: yeah but the breakage will exist until it is detected and acted upon 18:10 p_gimeno I mean, by that logic there are no mod breaking changes, because people can always fix the mods 18:11 p_gimeno I admit the breakage is minor and unlikely in this case 18:11 p_gimeno it was just a heads-up 18:16 p_gimeno at least I'd make sure that the result is that of a stable sorting 18:17 p_gimeno as in, don't change the order of recipes within the shapeless or within the shaped ones 18:26 p_gimeno ah wait, actually it's reported as #8427 - I'd just close 5962 18:26 ShadowBot https://github.com/minetest/minetest/issues/8427 -- clear_craft() is reversing the recipes list 18:26 p_gimeno I'd just suggest to close* 18:35 Krock well, the things that would break is automatic crafting setups, but that's rather unlikely 18:57 Krock thanks sfan5. Will merge #8445 in 10' 18:57 ShadowBot https://github.com/minetest/minetest/issues/8445 -- Prioritise craft recipes by HybridDog 19:00 Krock will be pushed as two separate commits 19:03 p_gimeno there are three 19:06 Krock squashy squash 19:19 Krock merging.. 20:27 p_gimeno #5962 is fixed, actually. It originated in https://github.com/minetest-mods/technic/issues/370 which was fixed in MTG. 20:27 ShadowBot https://github.com/minetest/minetest/issues/5962 -- Using clear_craft can remove more than one recipe 21:47 paramat ok 21:49 paramat commented and closed 21:51 p_gimeno thanks!