Time Nick Message 07:40 Markow On some servers, steel doors, locked chests and boats (in addition to lava and water) are a nightmare when it comes to griefers. They simply enjoy polluting a server. 07:41 Markow Problem is, on these servers, the admin is never present. 08:16 VanessaE Is it possible to change the background color for textarea[] and field[] formspec elements? 08:16 VanessaE (without resorting to using a background image) 10:12 MTDiscord i saw https://github.com/paramat/lvm_example about mapgen, but how would you make it so there are different layers of node, like in the normal mapgen? (i asked in #modding but noone responded so im asking here) 11:39 hisforever VanessaE: are you here? 11:47 VanessaE maybe :P 11:56 hisforever VanessaE: Sorry for the late comback. What server do you run? 12:02 VanessaE I run seven servers 12:02 VanessaE :P 12:04 hisforever VanessaE Whitch worlds are you head of I'm looking to join one? 12:04 VanessaE all of my servers are in the public list with my name on them :) 12:04 VanessaE daconcepts.com ports 30000, 30001, 30010, 30045, and more 12:04 hisforever ok I'll go look thanks 12:05 VanessaE you might like 30000, that's a dreambuilder creati.... damn it 12:05 VanessaE I hate when she does that. 12:06 MTDiscord ? 13:51 VanessaE Krock: you awake? 19:15 MTDiscord Does anyone know the answer to my question? xD 19:16 rubenwardy my only answer is "with code" 19:16 rubenwardy doing things like layers is very much to do with mapgen logic 19:17 rubenwardy with 2d noise, you can get the height for a particular X/Z, and then add layers based on offset 19:18 MTDiscord Hmm 19:18 MTDiscord Ok, thanks 19:18 rubenwardy there's probably blogs and resources on procedural mapgen 19:19 celeron55 with 3d noise you'll have to search for the surfaces 19:19 rubenwardy You could require a different threshold for layers, but you'll end up with an uneven thickness 19:19 celeron55 noting there can be any amount of surfaces in a given x,z coordinate 19:20 celeron55 alternatively you can use the noise value if you don't want a gravitational surface but rather a surface to any direction 19:20 celeron55 then you don't know the exact depth 19:20 celeron55 i think for a first mapgen 2d noise is probably a good idea 19:21 celeron55 it's much more controllable 19:37 MinetestBot 02[git] 04EliasFleckenstein03 -> 03minetest/minetest: Add mod.conf to preview clientmod (#11020) 135b42b5a https://git.io/JqJei (152021-03-04T19:37:41Z) 19:40 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Protect mg_name and mg_flags from being set by Lua (#11010) 13ac8ac19 https://git.io/JqJeA (152021-03-04T19:38:28Z) 19:54 zceejkr Hello. I am trying so set myself as the server admin. I have set my palyer name as name= in minetest.conf 19:55 zceejkr And restarted the server, but I still dont have all the /privs 19:55 zceejkr Any ideas on what the problem could be> 19:55 zceejkr ? 19:56 rubenwardy /grantme all will give all privs 19:56 rubenwardy warning: this gives `creative` too, which is a mispriv 19:58 zceejkr It says your privilages are insufficient... 20:08 MTDiscord you're not the admin 20:08 MTDiscord you have to set the name in conf to your name 20:10 zceejkr MTDiscord I did do that. And restarted the server 20:13 sfan5 are you sure it's reading your minetest.conf then? 20:14 zceejkr nvm I used double quotes... 20:14 zceejkr For the string XD