Time Nick Message 14:27 shamoanjac is there a place with up-to-date documentation about how to add a custom map generator in the engine? 14:27 shamoanjac the wiki seems to be outdated 14:28 shamoanjac it mentions a "registerMapgen()" method which does not exist (grep shows it to be nowhere) 14:29 shamoanjac I've written a basic generator, and it shows up in the menu when I create a new world, but then it only makes nodes filled with air 14:29 shamoanjac s/nodes/blocks 16:14 rubenwardy Please may someone review game#1179 ? 16:14 ShadowBot https://github.com/minetest/minetest_game/issues/1179 -- Add simple fast inventory by rubenwardy 16:25 shamoanjac does anyone here know how mapgens work? 16:25 shamoanjac I made a custom one 16:25 shamoanjac but makeChunk() doesn't seem to be called