Time Nick Message 09:54 MTDiscord erle: you would want to run luacheck on it, not search it 09:55 MTDiscord problem with that is that you'll be drowned in a pile of warnings due to inexperienced modders simply writing questionable code 09:55 MTDiscord you could filter for that specific warning though 09:55 MTDiscord you also need some decent .luacheckrc to limit the amount of warnings 14:52 MTDiscord does minetest.get_mapgen_setting("seed") return a number (hash) created from the seed, or the seed input itself? e.g, can I perform arithmetic on the seed to get a new seed, or do I have to create a hash from the seed somhow 15:01 sfan5 the mapgen setting should be the proprocessed one 15:01 sfan5 so a 64-bit number 16:27 MTDiscord oh good. 16:27 MTDiscord thank you 16:28 MTDiscord how do I get the mapgen heightmap at a point? 16:29 MTDiscord the *mapgen heightmap