Time |
Nick |
Message |
00:05 |
|
perrier joined #minetest |
00:20 |
|
illwieckz joined #minetest |
00:38 |
|
I_am_6r1d joined #minetest |
01:51 |
|
Scarecrow joined #minetest |
02:03 |
|
Hawk777 joined #minetest |
02:34 |
|
simon816 joined #minetest |
02:34 |
|
sfan5_ joined #minetest |
02:35 |
|
MinetestBot joined #minetest |
02:35 |
|
Ritchie joined #minetest |
02:35 |
|
Cork joined #minetest |
04:08 |
|
tiwake joined #minetest |
05:22 |
|
milkt joined #minetest |
06:09 |
|
Flabb joined #minetest |
06:32 |
|
Unit193 joined #minetest |
06:40 |
|
milkt joined #minetest |
06:47 |
|
Flitzpiepe joined #minetest |
06:56 |
|
milkt joined #minetest |
07:01 |
|
m42uko joined #minetest |
07:21 |
|
sagax joined #minetest |
07:42 |
|
jki joined #minetest |
07:55 |
|
milkt joined #minetest |
08:00 |
|
ShadowNinja joined #minetest |
08:31 |
|
milkt joined #minetest |
08:40 |
|
calcul0n joined #minetest |
08:42 |
|
milkt joined #minetest |
08:44 |
|
aheinecke joined #minetest |
08:50 |
|
FeXoR joined #minetest |
09:20 |
|
milkt joined #minetest |
10:49 |
|
Taoki joined #minetest |
11:08 |
|
Fixer joined #minetest |
11:20 |
|
indiana joined #minetest |
11:32 |
|
proller joined #minetest |
11:34 |
|
lisac joined #minetest |
13:13 |
|
Fixer_ joined #minetest |
13:22 |
tango_ |
does minetest server support upnp? |
13:23 |
tango_ |
ah found the issue |
13:23 |
tango_ |
actually not |
13:23 |
tango_ |
meh |
13:29 |
|
Fixer joined #minetest |
13:32 |
sfan5 |
you can easily use an external upnp client to forward the port you want |
13:35 |
|
fleeky joined #minetest |
13:38 |
|
MDude joined #minetest |
13:43 |
|
testman joined #minetest |
13:43 |
tango_ |
sfan5: of course |
14:06 |
|
kamdard joined #minetest |
14:30 |
|
lisac joined #minetest |
14:36 |
|
Jhalman joined #minetest |
14:59 |
|
FeXoR joined #minetest |
15:35 |
|
testman joined #minetest |
15:37 |
|
perrier joined #minetest |
15:39 |
|
Gromboli joined #minetest |
15:42 |
|
Verticen joined #minetest |
16:00 |
|
Gromboli left #minetest |
16:13 |
|
FreeFull joined #minetest |
16:32 |
blaise |
hrmmm |
17:09 |
|
alket joined #minetest |
17:36 |
|
_Zaizen_[m] joined #minetest |
17:37 |
_Zaizen_[m] |
Hi everyone, I would like to know if there's a way to add an armourgroup to a player without overwriting the others and without using get_armor_groups |
17:50 |
|
schrodinger72 joined #minetest |
17:57 |
|
mazes_81 joined #minetest |
18:00 |
rubenwardy |
you need to use get_armor_groups.... |
18:00 |
rubenwardy |
why is that a problem? |
18:01 |
rubenwardy |
local armor = player:get_armor_groups(); armor.something = 3; player:set_armor_groups(armor) |
18:04 |
|
craigger joined #minetest |
18:07 |
|
Flabb joined #minetest |
18:18 |
|
Peppy joined #minetest |
18:47 |
|
Kimapr joined #minetest |
18:48 |
|
FeXoR joined #minetest |
19:24 |
|
fluxflux joined #minetest |
20:05 |
MTDiscord |
<skyliner_369> is ~/.minetest called the appdata? or what is it called? I forget... and where's it found in windows again? |
20:10 |
Kimapr |
$HOME\AppData and then there are Local, LocalLow, and Roaming subdirs |
20:13 |
rubenwardy |
~/.minetest is referred to as user data or user path in Minetest |
20:13 |
ShadowBot |
rubenwardy: Error: You must be registered to use this command. If you are already registered, you must either identify (using the identify command) or add a hostmask matching your current hostmask (using the "hostmask add" command). |
20:13 |
rubenwardy |
thanks ShadowBot |
20:16 |
|
AndDT joined #minetest |
20:24 |
|
Peppy joined #minetest |
20:34 |
|
Flabb joined #minetest |
20:40 |
|
Peppy joined #minetest |
20:53 |
|
lisac joined #minetest |
21:11 |
|
Jhalman joined #minetest |
21:33 |
|
Talkless joined #minetest |
22:04 |
|
erlehmann joined #minetest |
22:50 |
|
I_am_6r1d joined #minetest |
22:55 |
|
swift110 joined #minetest |
22:55 |
|
swift110 joined #minetest |
22:58 |
SX |
hey there, simple question. Is there "supported" way to break long dependency list over multiple lines in mod.conf? |
23:03 |
SX |
tried if simply leaving comma as last character would do the trick but seems like not |
23:05 |
MTDiscord |
<srinivas> does 'escaping' the new line with a '' work? |
23:05 |
MTDiscord |
<srinivas> *\ |
23:05 |
SX |
tried \ and " but not ' ... |
23:05 |
MTDiscord |
<srinivas> oof |
23:06 |
MTDiscord |
<srinivas> i think you misunderstood me lol |
23:06 |
sfan5 |
multiline settings are possible with """ but I don't know if the engine ignores line breaks inside the list |
23:06 |
MTDiscord |
<srinivas> i should, but not sure |
23:07 |
SX |
thanks sfan5, I'll try what it gives |
23:07 |
SX |
sfan5, seems like that works \o/ |
23:07 |
sfan5 |
good to know |
23:09 |
SX |
now wondering if contentdb breaks after doing this :p |
23:10 |
SX |
we'll see |
23:21 |
rubenwardy |
SX: ContentDB doesn't support multiple lines in .conf yet |
23:24 |
SX |
rubenwardy good to know, planning to make it support that format? |
23:33 |
rubenwardy |
yeah, opened an issue now: https://github.com/minetest/contentdb/issues/243 |
23:47 |
|
Verticen joined #minetest |