Time |
Nick |
Message |
00:25 |
|
ANAND joined #minetest |
01:45 |
MinetestBot |
[git] paramat -> minetest/minetest_game: Move hotbar code/textures, and damage sound, from player_api to default 7caa5d3 https://git.io/Je4dh (2019-10-18T01:43:06Z) |
02:25 |
|
JTE joined #minetest |
02:28 |
|
Kimapr_ joined #minetest |
03:17 |
|
ssieb joined #minetest |
03:57 |
|
nepugia joined #minetest |
04:32 |
|
Emperor_Genshin joined #minetest |
06:08 |
|
TomTom joined #minetest |
06:14 |
|
YuGiOhJCJ joined #minetest |
06:19 |
|
Flabb joined #minetest |
06:20 |
Quiark |
yeah I was also jelaous of Minecraft's graphics when watching videos (those guys are amazing in creativity). Seems it's not only the shadows but also shading |
06:23 |
|
CWz joined #minetest |
06:56 |
|
majochup joined #minetest |
07:23 |
|
jluc joined #minetest |
07:30 |
|
fluxflux joined #minetest |
08:04 |
|
LazyJ joined #minetest |
08:09 |
|
fluxflux joined #minetest |
08:09 |
Calinou |
do you mean shader packs? base Minecraft rendering is quite close to Minetest's in my experience |
08:10 |
Calinou |
(oh, and Minecraft doesn't have waving plants/water/leaves by default :P) |
08:38 |
|
ShadowNinja joined #minetest |
08:50 |
|
LazyJ joined #minetest |
08:54 |
|
nupa joined #minetest |
08:59 |
|
LazyJ joined #minetest |
09:05 |
|
Kimapr_ joined #minetest |
09:35 |
|
galaxie joined #minetest |
09:57 |
|
proller joined #minetest |
10:18 |
|
proller joined #minetest |
10:48 |
|
Fixer joined #minetest |
10:54 |
|
proller joined #minetest |
11:00 |
|
riff-IRC joined #minetest |
11:31 |
|
proller joined #minetest |
12:20 |
|
calcul0n joined #minetest |
12:28 |
|
kurtzmusch joined #minetest |
12:47 |
|
Kimapr_ joined #minetest |
13:02 |
|
Krock joined #minetest |
13:15 |
|
majochup joined #minetest |
13:16 |
|
kurtzmusch joined #minetest |
13:17 |
|
tpa_ joined #minetest |
13:22 |
|
proller joined #minetest |
13:51 |
|
hisforever joined #minetest |
13:57 |
hisforever |
Hi I can't find the mos that these flowers are in? <blockquote class="imgur-embed-pub" lang="en" data-id="a/tbKN5Wz"><a href="//imgur.com/a/tbKN5Wz"></a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script> |
13:58 |
hisforever |
sorry my past didn't work |
13:59 |
|
Flabb joined #minetest |
14:04 |
|
craigger joined #minetest |
14:10 |
hisforever |
Hi I need to find out what mod these flowers are in? https://imgur.com/a/Vla392k |
14:13 |
mmuller |
hisforever: from within the game, if you focus on the flowers with status info enabled it probably identifies the block type. |
14:13 |
mmuller |
which would be a name you could maybe search on. |
14:17 |
|
majochup_ joined #minetest |
14:17 |
|
Kimapr joined #minetest |
14:19 |
|
majochup joined #minetest |
14:26 |
hisforever |
the flowers on the winddow |
14:28 |
hisforever |
MMuller: I would of done that but I had to reinstall mods and I removed that world :( |
14:29 |
mmuller |
ah. Sorry. |
14:30 |
hisforever |
its ok I'm always doing stupid things lol |
14:32 |
Krock |
that's xdecor |
14:33 |
mmuller |
heh, I guess leaving immediately before getting an answer would count as a "stupid thing" ;-) |
14:40 |
|
Pie-jacker875 joined #minetest |
15:00 |
|
proller joined #minetest |
15:01 |
|
divergent joined #minetest |
15:01 |
divergent |
Hi |
15:02 |
|
BuckarooBanzai07 joined #minetest |
15:02 |
divergent |
i have a problem with more tree mode, more precisely with rubber tree, on v7, valleys or carpathian mapgen, i don't found rubber tree (i need rubber for technic) |
15:11 |
|
calcul0n joined #minetest |
15:12 |
|
Pie-jacker875 joined #minetest |
15:26 |
divergent |
nobody have an idea ? |
15:26 |
|
proller joined #minetest |
15:26 |
|
Andrey01 joined #minetest |
15:26 |
Andrey01 |
Hi |
15:28 |
Andrey01 |
I repeat, does anybody know what is 'elapsed' parameter required for set() function to start a nodetimer? What does it mean? |
15:32 |
|
Pie-jacker875 joined #minetest |
15:34 |
kurtzmusch |
!api |
15:34 |
MinetestBot |
Someone thinks you should read the API docs, please go to: https://github.com/minetest/minetest/blob/master/doc/lua_api.txt |
15:36 |
kurtzmusch |
Andrey01: line 5433 |
15:36 |
kurtzmusch |
!api |
15:36 |
MinetestBot |
Someone thinks you should read the API docs, please go to: https://github.com/minetest/minetest/blob/master/doc/lua_api.txt |
15:37 |
kurtzmusch |
its just the initial count of the timer |
15:47 |
|
Pie-jacker875 joined #minetest |
15:48 |
Andrey01 |
Why is on_timer triggered after (timeout-elapsed)? |
15:50 |
kurtzmusch |
elapsed means how much time has passed since the last call |
15:51 |
kurtzmusch |
so if your timmer is set to 10 seconds, and elapsed is 9 seconds |
15:51 |
kurtzmusch |
it will be called after 1 second |
15:51 |
kurtzmusch |
then it resets to elapsed = 0 |
15:51 |
kurtzmusch |
then it will be called avery 10 seconds |
15:51 |
kurtzmusch |
its just setting the initial state of the counter |
15:52 |
kurtzmusch |
nevermind, im not even shure it resets itself |
15:52 |
kurtzmusch |
just use elapsed=0 |
15:53 |
kurtzmusch |
the elapsed is there probably because there are some use cases for it |
16:01 |
|
Andrey01 joined #minetest |
16:05 |
Andrey01 |
And is a nodetimer infinite? That is, will it trigger continiously on_timer? |
16:06 |
Krock |
you'll have to re-trigger it |
16:06 |
cheapie |
Andrey01: Return true from on_timer for thaht. |
16:06 |
cheapie |
that* |
16:11 |
Andrey01 |
Ah, I've understood all, thanks! |
16:24 |
divergent |
Somebody have technic mod ? |
16:24 |
Krock |
yes |
16:45 |
|
Lone_Wolf joined #minetest |
16:52 |
divergent |
@Krock, i have problem with rubber tree |
16:52 |
divergent |
impossible to found it |
16:53 |
Lone_Wolf |
A player on Undercore spent 4 hours looking for one |
16:53 |
Lone_Wolf |
Or was it 8 :thinking: |
16:53 |
Krock |
moretrees:rubber_tree_sapling |
16:54 |
divergent |
omg, it's so hard |
16:54 |
Krock |
enable_rubber_tree_generation = true in minetest.conf |
16:54 |
Krock |
hmm no, that's already default |
16:55 |
Krock |
well, at least you'll need technic_worldgen to be enabled (check with "/mods" incame) |
16:55 |
Krock |
*ingame |
16:55 |
divergent |
I have rubber trree trunk in ground, so died, but no living tree |
16:56 |
divergent |
technic_worldgen is active |
16:57 |
Krock |
5% chance of generating inside a map chunk if there's dirt with grass |
16:57 |
Krock |
!c 5 / 5**3 |
16:57 |
MinetestBot |
0.04 |
16:57 |
Krock |
0.04% chance per mapblock |
16:57 |
divergent |
mapblock is 16*16*16 |
16:58 |
Krock |
yes |
16:58 |
divergent |
so it's very rare |
16:58 |
Krock |
to make it less rare: change rubber.lua from "> 5" to "> 10" or so |
16:59 |
divergent |
ok thank's |
16:59 |
divergent |
i tried it |
16:59 |
Krock |
although it really could use biome_lib to generate it evening according to the map heat/humidity noise |
17:04 |
|
majochup joined #minetest |
17:19 |
MinetestBot |
[git] Warr1024 -> minetest/minetest: Correction for alpha blending issues in texture mod compositing (#9029) 15b6922 https://git.io/JeBsr (2019-10-18T17:17:35Z) |
17:23 |
|
Weedy joined #minetest |
17:26 |
|
Administrador joined #minetest |
17:31 |
|
Volgaar joined #minetest |
17:31 |
|
Pie-jacker875 joined #minetest |
17:32 |
Odracir |
Hi, posted my unofficial update to mod fireextinguisher here |
17:32 |
Odracir |
https://forum.minetest.net/viewtopic.php?f=11&t=5175&p=359916#p359916 |
17:33 |
|
nowhere_man joined #minetest |
17:33 |
|
riff-IRC joined #minetest |
17:35 |
|
FreeFull joined #minetest |
17:44 |
Krock |
Odracir: publish it under the same mod name, to replace the old no longer working version |
17:46 |
Odracir |
In a new thread ? |
17:48 |
Krock |
yes :D |
18:13 |
|
puzzlecube joined #minetest |
18:18 |
|
ssieb joined #minetest |
18:33 |
|
jluc joined #minetest |
18:42 |
|
fwhcat joined #minetest |
18:51 |
|
Darkwar joined #minetest |
18:51 |
Darkwar |
i need help making my private minetest server global |
18:51 |
Darkwar |
like i made the announce true but still dont work |
18:56 |
sfan5 |
done the port forwarding? do you have server_address set? |
18:56 |
Darkwar |
i port forward |
18:56 |
Darkwar |
and the address of my inet is 10.0.0.8 |
18:56 |
Darkwar |
idk how connect it to my address 174 |
18:56 |
Darkwar |
should i use a dns |
18:58 |
Darkwar |
i followed every step on minetest wiki but instead using apt minetest i used snap minetest |
18:59 |
Darkwar |
and i went to minetest world.mt and changed it to true and minetest.conf and still nothing |
19:00 |
Darkwar |
sfan5 |
19:00 |
sfan5 |
you don't need to edit world.mt |
19:00 |
sfan5 |
which announce settings do you have in minetest.conf right now? |
19:01 |
Darkwar |
yea i know mods only but i said screw it and see if it worked |
19:01 |
kurtzmusch |
Darkwar: see if you can connect to your server via your external ip to ensure you have forwarded correctly |
19:01 |
Darkwar |
server_announce = trueserver_name = Testingserver_description = Testingport = 30001 |
19:03 |
|
Lone_Wolf joined #minetest |
19:03 |
sfan5 |
that looks correct |
19:03 |
Darkwar |
https://pastebin.com/X47JHe23 |
19:03 |
sfan5 |
what is your external IP? |
19:03 |
Darkwar |
look in the pastbin |
19:03 |
|
ensonic joined #minetest |
19:04 |
sfan5 |
that's your internal IP |
19:04 |
Darkwar |
2601:445:c180:1380:55d1:f6d7:db4f:8d25 |
19:04 |
Darkwar |
whoopx |
19:04 |
sfan5 |
right, that would be IPv6 |
19:04 |
Darkwar |
should i change it |
19:06 |
sfan5 |
unless you have also set up a firewall rule for ipv6 you'll need your public ipv4 address to connect |
19:07 |
Darkwar |
hmm let me check |
19:07 |
sfan5 |
it's also problematic when you don't use DNS since the server list can have *either* your IPv4 or IPv6 |
19:09 |
Darkwar |
LAN-to-WAN: Allow all.WAN-to-LAN: Block as per below and enable IDSIDENT (port 113) |
19:09 |
Darkwar |
what it allowing atm |
19:10 |
Darkwar |
soo it should not be blocking port 30001 |
19:11 |
sfan5 |
right, so what is your public IPv4 address? |
19:12 |
Darkwar |
LAN-to-WAN: Allow all.WAN-to-LAN: Block as per below and enable IDSIDENT (port 113)ipv4 |
19:12 |
Darkwar |
ipv4 ^ |
19:12 |
kurtzmusch |
yeah, no |
19:12 |
Darkwar |
wdym |
19:13 |
Darkwar |
should i change it |
19:13 |
sfan5 |
before changing your configuration let's first test if it already works |
19:14 |
Darkwar |
alright i run the server |
19:14 |
Darkwar |
Server for gameid="minetest" listening on 0.0.0.0:30001. |
19:14 |
Darkwar |
still private |
19:15 |
sfan5 |
ok and which IPv4 address is your server reachable on? |
19:15 |
Darkwar |
idk never looked |
19:15 |
kurtzmusch |
dude, just type on google: "my ip" |
19:15 |
Darkwar |
i can acces it on 10.0.01 |
19:16 |
Darkwar |
lol |
19:16 |
Darkwar |
2601:445:c180:1380:55d1:f6d7:db4f:8d25 or 73.228.201.119 |
19:16 |
sfan5 |
!up 73.228.201.119 30001 |
19:16 |
MinetestBot |
73.228.201.119:30001 seems to be down |
19:16 |
sfan5 |
well looks like your port forwarding didn't work |
19:16 |
kurtzmusch |
port forward is borked |
19:17 |
Darkwar |
i portforward tcp.udp 30001 |
19:17 |
Darkwar |
for this device |
19:17 |
kurtzmusch |
maybe firewall then? |
19:17 |
Darkwar |
i try |
19:18 |
Darkwar |
okey |
19:19 |
Darkwar |
!up 73.228.201.119 30001 |
19:19 |
MinetestBot |
73.228.201.119:30001 seems to be down |
19:19 |
Darkwar |
firewalls are off |
19:20 |
sfan5 |
do you have a screenshot of the page with port forwarding rules? |
19:20 |
Darkwar |
i can get one |
19:21 |
Darkwar |
how do i send |
19:22 |
|
majochup joined #minetest |
19:22 |
sfan5 |
use e.g. https://uguu.se/ |
19:22 |
Darkwar |
https://pasteboard.co/ICAf7Bo.png |
19:23 |
Darkwar |
i use pastbin image |
19:24 |
sfan5 |
assuming 10.0.0.8 is indeed the right IP, this is the correct configuration |
19:24 |
Darkwar |
soo what going on |
19:24 |
Krock |
ensure you didn't set a bind address in minetest.conf, and that minetestserver is running after all |
19:25 |
Darkwar |
https://pasteboard.co/ICAgmNB.png |
19:25 |
Darkwar |
what in it |
19:26 |
Darkwar |
!up 10.0.0.8 30001 |
19:26 |
MinetestBot |
10.0.0.8:30001 seems to be down |
19:26 |
sfan5 |
that's your internal address, wouldn't work anyway |
19:26 |
Darkwar |
!up 73.228.201.119 30001 |
19:27 |
MinetestBot |
73.228.201.119:30001 seems to be down |
19:27 |
Darkwar |
but the server is up but in private ? |
19:27 |
Krock |
server_address = 73.228.201.119 <- what if you add this after shutting down minetest, and starting it again? |
19:27 |
sfan5 |
if you enter "ifconfig" into the terminal, does it show you 10.0.0.8? |
19:27 |
Darkwar |
yes |
19:27 |
Krock |
*starting again after editing. otherwise Minetest will just ignore and override it |
19:28 |
Darkwar |
i did server_address = 73.228.201.119 |
19:28 |
Darkwar |
still nothing |
19:28 |
Krock |
!up 73.228.201.119 30001 |
19:28 |
MinetestBot |
73.228.201.119:30001 seems to be down |
19:28 |
Darkwar |
!up 73.228.201.119 30001 |
19:28 |
MinetestBot |
73.228.201.119:30001 seems to be down |
19:28 |
Krock |
!up [2601:445:c180:1380:55d1:f6d7:db4f:8d25] 30001 |
19:28 |
MinetestBot |
ValueError: too many values to unpack (expected 2) (file "/home/sfan5/mtbot/modules/serverup.py", line 36, in serverup) |
19:29 |
Krock |
!up 2601:445:c180:1380:55d1:f6d7:db4f:8d25 30001 |
19:29 |
MinetestBot |
ValueError: too many values to unpack (expected 2) (file "/home/sfan5/mtbot/modules/serverup.py", line 36, in serverup) |
19:29 |
sfan5 |
the tool can't deal with ipv6 |
19:29 |
Krock |
what |
19:29 |
Darkwar |
ipv6 down |
19:29 |
sfan5 |
i can check manually though |
19:29 |
Darkwar |
go ahead |
19:29 |
sfan5 |
>2601:445:c180:1380:55d1:f6d7:db4f:8d25 seems to be down (timed out) |
19:30 |
Darkwar |
hmm |
19:30 |
Darkwar |
how do i fix? |
19:30 |
Darkwar |
i did ufw allow 30001 |
19:30 |
Krock |
to check whether it's a Minetest problem, you could test the same with a simple web hosting app, like nginx |
19:30 |
Darkwar |
alright |
19:30 |
sfan5 |
did you tell ufw to allow udp? |
19:30 |
Krock |
allow for ipv4 and 6? |
19:30 |
Darkwar |
no |
19:31 |
Darkwar |
should i type ufw allow udp |
19:31 |
Krock |
yeah, but only that port |
19:32 |
Krock |
30001/udp ALLOW Anywhere |
19:32 |
Darkwar |
sudo ufw allow udp[sudo] password for darkwar: ERROR: Could not find a profile matching 'udp' |
19:32 |
Krock |
30001/udp (v6) ALLOW Anywhere (v6) |
19:32 |
Krock |
hmm |
19:33 |
Darkwar |
wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 10.0.0.8 netmask 255.255.255.0 broadcast 10.0.0.255 inet6 2601:445:c180:1380:23e0:cd40:8fe:5e82 prefixlen 64 scopeid 0x0<global> |
19:33 |
Krock |
works according to linode.com's tutorial: sudo ufw allow 1725/udp |
19:33 |
Darkwar |
there worke |
19:34 |
Krock |
!up 73.228.201.119 30001 |
19:34 |
MinetestBot |
... |
19:34 |
Darkwar |
my isp xfinity |
19:34 |
Krock |
not happy, MinetestBot? |
19:35 |
kurtzmusch |
minetest bot wtf |
19:35 |
Krock |
probably anti-spam |
19:35 |
kurtzmusch |
guess you broke the bot = ) |
19:35 |
Darkwar |
lol |
19:35 |
Krock |
sorry I didn't mean to |
19:35 |
Darkwar |
do it manulyy |
19:35 |
kurtzmusch |
!up 73.228.201.119:30001 |
19:35 |
MinetestBot |
73.228.201.119:30001 seems to be down |
19:35 |
kurtzmusch |
thanks MinetestBot |
19:36 |
kurtzmusch |
i guess it doesnt like you Krock |
19:36 |
Darkwar |
beef works correctly with my port forward |
19:37 |
Krock |
maybe there's an issue because it's UDP? shouldn't be but who knows? |
19:37 |
Darkwar |
lol |
19:37 |
kurtzmusch |
what is beef? |
19:38 |
Darkwar |
beef is a link virus |
19:38 |
Darkwar |
u need portfroward for to have people get linked like msf |
19:38 |
Darkwar |
only tool i got atm i got install apche2 to upload my server for my minetest server |
19:38 |
Krock |
(msf = Microsoft Frontend) |
19:39 |
Darkwar |
metrosploit |
19:40 |
Darkwar |
like othere people can join it with 10.0.0.8 30001 |
19:40 |
Darkwar |
but not public |
19:40 |
kurtzmusch |
you dont have a router, do you? |
19:41 |
Darkwar |
yea i do |
19:41 |
Darkwar |
i going threow xfinity |
19:41 |
kurtzmusch |
its weird that xfinity interface |
19:42 |
kurtzmusch |
that is your isp, not your router, correct? |
19:42 |
Darkwar |
yep |
19:42 |
kurtzmusch |
gotta forward both |
19:42 |
kurtzmusch |
or maybe just the router |
19:42 |
Darkwar |
i going threw xfinity and i renitng my router from xfinity |
19:42 |
kurtzmusch |
dont know never saw an interface like that for an isp |
19:42 |
Darkwar |
soo what ever i change my router on my account gets changed to |
19:43 |
kurtzmusch |
try to do the forwarding on the router |
19:43 |
Darkwar |
oof i forgot turn on bridge mode |
19:44 |
Darkwar |
u think that the problem |
19:44 |
kurtzmusch |
i never seen a setup like this |
19:44 |
Darkwar |
lol |
19:46 |
|
hisforever joined #minetest |
19:47 |
Darkwar |
aaa |
19:49 |
kurtzmusch |
do route -n and get the gateway |
19:49 |
Darkwar |
Destination Gateway Genmask Flags Metric Ref Use Iface0.0.0.0 10.0.0.1 0.0.0.0 UG 600 0 0 wlp2s010.0.0.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp2s0169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlp2s0 |
19:49 |
Darkwar |
u think port triggering do something |
19:50 |
kurtzmusch |
10.0.0.1 is your router internal ip |
19:50 |
kurtzmusch |
type it in the browser addrees |
19:50 |
Darkwar |
i did |
19:50 |
Darkwar |
i on it right now |
19:51 |
kurtzmusch |
is that the xfinity interface? |
19:51 |
Darkwar |
one of them. |
19:51 |
hisforever |
Hi I really need help, I reinstalled all mods and reomved my world. So I'd like to know is anyone knows what mod these flowers are in, here is a pic of then on a house https://imgur.com/a/F30pv2r |
19:51 |
kurtzmusch |
is it how you first forwarded? |
19:51 |
Darkwar |
nope |
19:51 |
Darkwar |
i port my router |
19:51 |
Darkwar |
not triggerd it |
19:52 |
kurtzmusch |
see if you can find a WAN address there |
19:52 |
Darkwar |
hisforever xdecor |
19:52 |
Darkwar |
okey |
19:53 |
CopenBra[m] |
hisforever: point the crosshair at said flower and it will show the name of the mod and the node item at the top of the screen |
19:53 |
hisforever |
Darkwar: thank you |
19:53 |
CopenBra[m] |
for example if you point at a stone block you'll see default:stone at the top of the screen |
19:53 |
Darkwar |
http://10.0.0.1/remote_management.php |
19:54 |
Darkwar |
it sates stuff like port forwarding,port triggering,remote host |
19:54 |
kurtzmusch |
i cant enter this, youll have to post prints, this is password protected( it should be ) and also by default should not be acessible outside LAN |
19:55 |
hisforever |
CopenBrai[m]: I can't I don't have that world anymore :( |
19:55 |
kurtzmusch |
plz post pritn |
19:55 |
kurtzmusch |
print |
19:55 |
Darkwar |
https://pasteboard.co/ICAszEh.png |
19:57 |
Darkwar |
i think i need enable port triggering |
19:57 |
kurtzmusch |
you do port forwarding using this interface |
19:58 |
Darkwar |
i port forward this laptop |
19:59 |
Darkwar |
but i did not use port riggering |
19:59 |
Darkwar |
port triggering |
19:59 |
kurtzmusch |
huuum |
19:59 |
kurtzmusch |
i dont think triggering should be necessary |
19:59 |
hisforever |
Darkwar: thanks your a lifesaver lol |
19:59 |
Darkwar |
hisforever np |
20:00 |
Darkwar |
idk what to do |
20:02 |
Darkwar |
is minetest built like minecraft |
20:02 |
kurtzmusch |
what do you mean? |
20:02 |
Darkwar |
becuase i got option set portforward on this device for minecraft |
20:03 |
kurtzmusch |
it should be the same for any server aplication |
20:03 |
Darkwar |
alright |
20:03 |
kurtzmusch |
https://pasteboard.co/ICAszEh.png if you click on port fowarding here |
20:03 |
kurtzmusch |
will it take here? https://pasteboard.co/ICAf7Bo.png |
20:04 |
Darkwar |
idk want me enable it |
20:04 |
Darkwar |
and find out |
20:04 |
kurtzmusch |
yeah go there |
20:05 |
Darkwar |
okey |
20:06 |
Darkwar |
now it online soo anyone can access it |
20:06 |
Darkwar |
with my ip and 8080 |
20:06 |
kurtzmusch |
nonono dont use 8080 thats for browsers |
20:07 |
kurtzmusch |
show print of the port forwarding page |
20:07 |
kurtzmusch |
https://pasteboard.co/ICAszEh.png this one, but click on port forward |
20:08 |
Darkwar |
00 |
20:09 |
Darkwar |
https://pasteboard.co/ICAy1vMM.png |
20:09 |
Darkwar |
and i did that |
20:09 |
kurtzmusch |
just to be sure: you are running the server from the command line, not the client |
20:09 |
Darkwar |
i am |
20:09 |
Darkwar |
minetest --server |
20:10 |
kurtzmusch |
omg |
20:10 |
kurtzmusch |
lol |
20:10 |
kurtzmusch |
this router |
20:10 |
Darkwar |
righttt |
20:10 |
Darkwar |
might contact my isp and ask them |
20:10 |
kurtzmusch |
yes |
20:11 |
Darkwar |
lol i do it adter work |
20:11 |
Darkwar |
i gtg ttyl thx for helping |
20:11 |
|
Darkwar left #minetest |
20:11 |
kurtzmusch |
shady isp |
20:54 |
MinetestBot |
[git] paramat -> minetest/minetest: Make natural night light as bright as MT 0.4.16 (#9053) 7944060 https://git.io/JeBCl (2019-10-18T20:54:44Z) |
21:09 |
|
ensonic joined #minetest |
21:11 |
|
Fixer joined #minetest |
21:13 |
|
Risk64 joined #minetest |
21:20 |
|
fluxflux joined #minetest |
21:34 |
|
Fusl joined #minetest |
21:43 |
|
Hirato_ joined #minetest |
21:45 |
|
cdde joined #minetest |
23:15 |
|
Kimapr joined #minetest |
23:41 |
|
Kimapr joined #minetest |
23:58 |
|
Kimapr_ joined #minetest |