Time Nick Message 01:42 MinetestBot 02[git] 04paramat -> 03minetest/minetest: Randomwalk caves: Extend beyond mapchunk vertically also (#9094) 133b0df97 https://git.io/JeVHV (152019-11-10T01:41:20Z) 04:10 MinetestBot Ruslan1: Nov-09 21:54 UTC like this 04:14 Ruslan1 !tell Shara I cannot get pass to your server it called dark land 04:14 MinetestBot Ruslan1: I'll pass that on when Shara is around 04:15 Ruslan1 !tell Shara pm me if you need me 04:15 MinetestBot Ruslan1: I'll pass that on when Shara is around 06:29 nosbig Just getting into playing the Debian Minetest 5.0.1 package, and most worlds I create aren't stacking or dropping new items to pick up. 09:38 rubenwardy nosbig: minetest game drops items directly into your inventory 12:13 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Call on_secondary_use when object is right-clicked 134d668f3 https://git.io/JeVb7 (152019-11-10T12:12:31Z) 19:21 swift110 hey all 19:54 Ruslan1 ? 22:02 MaybeItsMia Is there a way to determine biome on something other than Temp/Humidity? 22:03 sfan5 minetest.get_biome_name 22:07 MaybeItsMia Sorry I mean assigning a biome to an area using something other than Temp/Humidity 22:09 MaybeItsMia Like say I wanted to make "magic" biomes, and I wanted to have a third factor "magic" to determine what biomes get represented. 22:11 MaybeItsMia Or If I wanted the "temperature" of a biome to be based on how far north/south it is 22:12 sfan5 as far as I know, the mapgen only gives you those two factors to play with 22:14 MaybeItsMia And is there a way to alter the map gen without mucking with the source code? 22:14 MaybeItsMia Aside from adding decor and biomes obviously 22:21 MaybeItsMia I guess height is also a factor in biome determination as well 22:37 MaybeItsMia Wait can biomes have a x_min/max and a z_min/max? 22:40 MaybeItsMia ah so you can use min_pos and max_pos to define x and z limits. So you could use that to make Northern and southern biomes "colder" 22:40 MaybeItsMia or whatever 22:44 MaybeItsMia At which point you could use the "heat" paramater for other values