Time Nick Message 01:45 MinetestBot 02[git] 04paramat -> 03minetest/minetest_game: Move hotbar code/textures, and damage sound, from player_api to default 137caa5d3 https://git.io/Je4dh (152019-10-18T01:43:06Z) 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 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) 13:57 hisforever Hi I can't find the mos that these flowers are in?
13:58 hisforever sorry my past didn't work
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: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" ;-)
15:01 divergent Hi
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:26 divergent nobody have an idea ?
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: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: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: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: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:19 MinetestBot 02[git] 04Warr1024 -> 03minetest/minetest: Correction for alpha blending issues in texture mod compositing (#9029) 1315b6922 https://git.io/JeBsr (152019-10-18T17:17:35Z)
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: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: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 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: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 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