Minetest logo

IRC log for #minetest, 2021-05-13

| Channels | #minetest index | Today | | Google Search | Plaintext

All times shown according to UTC.

Time Nick Message
00:03 specing_ joined #minetest
00:48 ghoti joined #minetest
01:50 AntumD joined #minetest
01:53 entuland joined #minetest
02:07 delta23 joined #minetest
02:17 Verticen joined #minetest
02:17 Taoki joined #minetest
02:30 ghoti joined #minetest
02:35 DI3HARD139 joined #minetest
02:58 Surfer2011_ joined #minetest
03:43 AntumDeluge Having trouble getting a detached inventory to display, not sure what I changed to make it not work...
03:43 AntumDeluge local inv = core.create_detached_inventory("detached:" .. ss.modname, callbacks, player:get_player_name())
03:43 AntumDeluge inv:set_size("deposit", 1)
03:43 AntumDeluge formspec = formspec .. "list[detached:" .. ss.modname .. ";deposit;0.2,1.5;1,1;0]"
03:51 AntumDeluge Oh, I think I see what I'm doing wrong. When I create the inventory, I don't prefix the name with "detached:".
03:52 AntumDeluge I mean, I'm not supposed to do that. It should be core.create_detached_inventory(ss.modname, callbacks, player:get_player_name())
03:53 AntumDeluge Yep, that was the problem. :)
04:00 MTDiscord joined #minetest
05:41 twoelk left #minetest
05:46 Flabb joined #minetest
06:37 hlqkj joined #minetest
07:29 FeXoR joined #minetest
08:00 ShadowNinja joined #minetest
09:20 proller joined #minetest
09:21 calcul0n__ joined #minetest
09:46 absurb_ joined #minetest
10:03 riff-IRC joined #minetest
10:20 riff-IRC joined #minetest
11:08 calcul0n_ joined #minetest
11:19 SwissalpS joined #minetest
11:34 entuland joined #minetest
11:48 ghoti_ joined #minetest
11:52 tech_exorcist joined #minetest
11:53 ghoti_ joined #minetest
12:01 specing_ joined #minetest
12:15 FeXoR joined #minetest
12:37 est31 joined #minetest
12:44 ghoti_ joined #minetest
12:52 Verticen joined #minetest
12:56 proller joined #minetest
13:00 Gustavo6046 joined #minetest
13:21 appguru joined #minetest
13:22 kamdard joined #minetest
13:43 hlqkj joined #minetest
13:50 Gustavo6046 joined #minetest
13:52 SusWombat joined #minetest
13:53 SusWombat Hi everyone im new to minetest and id be intrested in modding. How is the modding community in minetest? is the player base intrested in mods or are they playing exclusively vanilla?
13:54 MTDiscord <Jonathon> Depends which game
13:54 SusWombat What do you mean?
13:54 MTDiscord <Jonathon> If minetest game, then everyone plays with mods as its terrible without
13:54 MTDiscord <Jonathon> If its nodecore, there are a mix of vinilla and modded players
13:55 MTDiscord <Jonathon> Mineclone2 is vanilla, mainly because not many mods support it
13:57 SusWombat are there any major limits in creating mods? or could i possibly do all i could in minecraft?
13:58 MTDiscord <Jonathon> Theres not really limits per say, theres more limits in the sense of yes you can do this, but it will destroy performance, etc
13:59 MTDiscord <SusWombat> okay
13:59 MTDiscord <Jonathon> There is a node and a world size limit, i guess those are hard limits
14:00 MTDiscord <SusWombat> i havent made mods in neither mt or mc but im intrested in. but i dont really want to learn java and also the load times of mc are horrible ?
14:01 MTDiscord <Jonathon> For load times in minetest the main thing is compressing your textures
14:06 ghoti_ joined #minetest
14:10 delta23 joined #minetest
14:42 delta23 joined #minetest
14:52 Fixer joined #minetest
15:05 tech_exorcist joined #minetest
15:06 SusWombat_ joined #minetest
15:17 Hawk777 joined #minetest
15:33 ghoti_ joined #minetest
15:46 proller joined #minetest
15:48 delta23 joined #minetest
16:12 scr267 joined #minetest
16:44 absurb joined #minetest
16:57 Verticen joined #minetest
17:05 Talkless joined #minetest
17:11 erlehmann joined #minetest
18:00 Sven_vB joined #minetest
19:41 proller joined #minetest
20:11 Shara joined #minetest
20:11 Shara joined #minetest
20:11 mdk joined #minetest
20:20 tpefreedom joined #minetest
20:23 tpefreedom left #minetest
20:53 AntumDeluge I've got an unknown node that I can't dig up. No info is given in the console when I do nor in the debug info. I know it was some kind of sapling. Any ideas why I can't dig it? It is in a protected area, but I own the area.
21:01 entuland_ joined #minetest
21:08 Krock AntumDeluge: do not wield a special tool. it's always possible to dig unknown nodes using bare hands unless you tweaked the default
21:09 AntumDeluge Can't dig with bare hand either. Haven't modified default.
21:10 Krock then worldedit it away
21:13 AntumDeluge I remembered what it is, it is "farming_plus:cocoa_sapling". I have a mod that will clean it now that I know the name.
21:14 AntumDeluge I still need to learn how to use worldedit.
21:15 AntumDeluge cleaner: https://forum.minetest.net/viewtopic.php?t=18381
21:16 AntumDeluge Was just strange that there was no information output when I pointed at it or tried to dig.
21:16 olliy_ joined #minetest
21:43 Gustavo6046 joined #minetest
21:47 Gustavo6046 joined #minetest
22:00 Sven_vB joined #minetest
22:51 AntumDeluge Is http://minetest.gitlab.io/minetest/ generated from lua_api.txt?
22:52 MTDiscord <Jonathon> yes
22:53 MTDiscord <Jonathon> minetest tools is also generated from it
22:53 AntumDeluge Minetest tools?
22:53 MTDiscord <Jonathon> https://marketplace.visualstudio.com/items?itemName=GreenXenith.minetest-tools
22:54 AntumDeluge Oh.
23:08 hlqkj_ joined #minetest
23:35 big_caballito joined #minetest
23:45 ircSparky joined #minetest
23:45 ircSparky joined #minetest

| Channels | #minetest index | Today | | Google Search | Plaintext