Time Nick Message 00:33 MTDiscord my public server is not appearing on the serverlist anymore. It was there, but then its not anymore 00:35 MTDiscord im getting these errors 00:35 MTDiscord 2021-04-30 02:34:43: ERROR[CurlFetch]: servers.minetest.net/announce not found (Timeout was reached) (response code 0) 01:44 MTDiscord nm, we found that the problem is with our network connections 05:41 sfan5 !tell entuland one of your mods is causing the engine to create a way too big packet which it can' process internally, this didn't really change with 5.3->5.4 05:41 MinetestBot sfan5: I'll pass that on when entuland is around 09:34 MinetestBot entuland: Apr-30 05:41 UTC one of your mods is causing the engine to create a way too big packet which it can' process internally, this didn't really change with 5.3->5.4 09:40 entuland sfan5: thanks for the info, I'll be on the lookout for what could be causing it - the problem didn't show up when I restored the local copy of the mod which was exactly the same as the github repo - I suspect it was one or more of the files that the mod itself generated, but even restoring all of those files the problem didn't pop out again, I'll blame the goblins for now 19:44 ar10ch am i right in thinking that the crafting grid is an inventory? 19:46 ar10ch or list even 19:48 Krock yes 19:48 Krock a list called "craft" in your player's inventory 19:48 ar10ch good im on the right track then thanks 19:49 Krock "craftresult" is the crafted output before placing it anywhere 19:49 Krock and "craftpreview" is self-explanatory 19:50 ar10ch ok - shouldnt set_list("craft", {} clear the craft grid the same way it does for the main list? 19:50 Krock yes 19:50 ar10ch ah ok thanks :) 19:51 Krock but I couldn't tell you whether the list size (3*3 = 9) is preserved 19:51 Krock just try it 19:51 ar10ch i did it didn't work - but at least im on the right track 19:52 Krock player:get_inventory():set_list("craft", []) should really do it 19:52 ar10ch ok great stuff i'll give that a go - thanks again :) 19:53 Krock https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L3076-L3086