Time Nick Message 02:31 LazyJ I see in minetest_game's mapgen.lua a warning that "default.generate_ore is deprecated". When I check the lua_api.txt there is *no* mention of "default.generate_ore" or "generate_ore". So if it's deprecated, what has replaced it? 02:34 Zefram_Fysh minetest.register_ore() 02:38 LazyJ So all the "local function default.generate_ore(yada-yada-and-so-on)" isn't needed anymore?