Time Nick Message 10:19 shivajiva Q. why can't I define a new arrow for bows mod in my mod, mt refuses saying the prefix is wrong when calling the register function in bows API 10:20 shivajiva mt v5.2 10:23 shivajiva Name bows:arrow_tp does not follow naming conventions: "eggwars:" or ":" prefix required 10:26 shivajiva also why does MT segfault on shutdown if you remove a recipe after all mods are loaded using minetest.after? 10:27 shivajiva also why is schemplace broken in 5.3 for flowing liquids??? 10:30 shivajiva content ignore errors when trying to replace the air of the side faces of the water source 10:30 shivajiva are all these bugs known? 10:38 sfan5 haven't heard of any of those 10:39 sfan5 regarding the name prefix, sounds like the bows mod needs to be fixed to use ":bows:itemname" so that registration calls from other mods work 10:40 shivajiva heh something to rattle tenplus about 10:41 shivajiva the other two are mt related though 10:43 shivajiva the segfault suggests mt has lost track of something in the tidy up 10:47 shivajiva mt should never segfault 10:51 shivajiva fwiw the schemplace error isn't present before 5.3 10:53 shivajiva the schem places okay, except for the flowing liquid is missing at the side faces and going near it spams the chat with the error 10:54 shivajiva the vectors it states are the positions around the side faces 10:59 shivajiva schem was created in 5.1 and inserts fine in 4.17 and 5.2 11:01 shivajiva the only thing I haven't tried is making a schem in 5.3 and checking if that places correctly 11:02 shivajiva when it contains a water source 11:09 shivajiva I don't think that code has changed so I didn't see the point. What does mt do when it finds flowing nodes within a region it's saving?