Time Nick Message 01:51 MinetestBot 02[git] 04v-rob -> 03minetest/minetest: Base formspec coordinate size on padded screensize 13e39b159 https://git.io/JSD1s (152022-01-05T01:47:32Z) 08:19 Yad I understand that nodes are static compared to entities (that is, every instance of a node must have the same properties)... 08:19 Yad ...but is there a way to change the properties in a node registration? 08:20 Yad Do I have to fully re-register the node? 08:20 Yad Say a node is already registered, and I want to change the registration only to add a light source. 08:21 MTDiscord minetest.override_item(name, changed_properties) 08:21 Yad If I use minetest.register_node again, won't that define a new node with no properties other than the fact that it is a light source? 08:21 MTDiscord note, only works during loadtime 08:21 Yad GreenXenith: Oh, nice! Thank you. :D 08:21 Yad That's exactly when I want to use it. 08:22 Yad Just needed to add a light source to one node, but its defined in a for loop, so I didn't want to add a light source to all the nodes in the list. :) 08:23 Yad Hahah, that's cute: In lua_api.txt the example given is to add a light source as well :D 08:26 Yad Works perfectly. :) 08:31 MTDiscord ? 09:34 fling Hi 09:34 fling What could cause low fps (40?) on xeon 2650 v2 09:34 fling gpu is 1060 09:36 MTDiscord infinite viewing range (R to toggle) 09:37 MTDiscord or just really high view range (-/+ to adjust) 09:42 fling thanks! 09:43 fling We are going to try another server with less mods 09:43 fling how to fullscreen on windows? 09:44 gry fling: F11? 09:45 fling does not work :< 09:47 gry fling: add 'fullscreen = true' to minetest.conf 09:47 fling thanks 11:18 TLuna ever heard of gameplay effects because of worlds being "small"? 20:41 Yad TLuna: I may have missed a few lines while offline, but what do you mean by "small"? 22:34 erlehmann discord is kill, post stuff that is acceptable here but not on discord!!! 22:34 erlehmann :D 22:34 erlehmann i am 13 years old!!! 22:34 erlehmann oh too late 22:34 erlehmann pls do not ban me 22:37 MTDiscord confused confusion noises 23:13 MTDiscord erlehmann, have you anti-aged in the last few days/weeks? 23:17 erlehmann j45 no i just made a joke because discord has this policy of banning for stupid jokes 23:18 erlehmann j45 for example a developer of discord.js was banned because he joked he was 13 23:18 erlehmann discord mods are about as humoristically challenged as airport security staff 23:41 joeDoe I'm trying to set up multiple servers the Debian way. The goal is to have minetest_game, mineclone2, tutorial all available on my (not open to the public but exposed the internet) server. I've downloaded mc2 and the tutorial to /usr/share/games/minetest/games, but so far have only added a config for the tutorial to /etc/minetest. The motd is from the tutorial config in /etc/minetest, but the 23:41 joeDoe game is just minetest_game. I tried changing the value of default_game to tutorial first, but that didn't work. Then I changed the value to the name of the config file in /etc/minetest. Didn't work either. How do I get the tuto?