Time Nick Message 00:52 paramat #7977 is ready =) 00:52 ShadowBot https://github.com/minetest/minetest/issues/7977 -- Mapgen Carpathian: Add optional rivers by paramat 17:41 Krock !tell paramat How do you set "norivers" to the default in case it's not existing in old worlds? https://github.com/minetest/minetest/pull/7977/files#diff-f4fad40e1f618651c5463ffcddb5b214R45 17:41 ShadowBot Krock: O.K. 20:11 paramat line 45 doesn't set the default flag, the default flags are set in the header file line 40 20:11 paramat Krock ^ 20:11 paramat u32 spflags = MGCARPATHIAN_CAVERNS; 20:12 paramat initially i tried to code it such that new worlds get rivers but old worlds do not have rivers added, but that doesn't seem possible unfortunately 20:13 paramat so rivers are default disabled 20:15 Krock ah, got it. thanks :) 20:15 paramat lines 43-47 in cpp just define which flags exist 20:15 paramat hey cool 20:18 Krock will test soon (TM) 20:20 paramat great thanks