Time Nick Message 00:00 rubenwardy Some of those will conflict 00:00 rubenwardy Stamina and hudbars certainly 00:00 rubenwardy *conflict with the mods you have 00:01 a1fa got it.. so i am trying to run /setweather none 00:01 a1fa i get permission denied... client hosted game 00:11 a1fa probably need to tweak default permissions 00:13 a1fa is hudbars client side mod? 00:15 a1fa hudbars is enabled.. but its not showing up 00:18 a1fa does damage need to be enabled for the hud to show up? 02:48 ronsor s2 3 03:05 swift110 hey all 17:16 Andrey01 Why when I`m running minetest.luaentities table and trying to remove necessary objects it throws me such error: ERROR[Main]: jni/../jni/src/script/cpp_api/s_base.cpp:89: static int ScriptApiBase::luaPanic(lua_State *): A fatal error occurred: LUA PANIC: unprotected error in call to Lua API (attempt to index a nil value) ? 17:17 SwissalpS you seem to be trying to access a field that does not exist 17:17 sfan5 do not try to edit that table 17:17 sfan5 do not try to access it either 17:18 Andrey01 Why can I not edit that? 17:19 SwissalpS judging from sfan5's answer, I guess you should be using wrapper functions to modify that table 17:20 sfan5 if you want to delete entities, call remove() on them 17:23 Andrey01 sfan5: I did so: 'for id, data in pairs(minetest.luaentities) do data.object:remove() ...' , but like it causes that error 17:23 sfan5 do not take elements from that table 17:24 Andrey01 Then how to delete me necessary objects? 17:24 sfan5 if you know where there are, use the "find object in radius" function to get the ones you need 17:25 Andrey01 Well, I need to delete them all over the world, not in certain area 17:29 Andrey01 Then use for example, minetest.get_objects_inside_radius({x=0, y=0, z=0}, 31000)? 17:31 Andrey01 I`ll try to do so 17:32 rubenwardy Andrey01: use minetest.clear_objects 17:34 Andrey01 No, I need to remove certain objects and also access to their 'self' tables 17:34 Andrey01 and minetest.get_objects_inside_radius returns only objects 17:35 Andrey01 Is there any way to do so? 17:37 rubenwardy What are you actually trying to do? 17:37 Krock to fix minetest 17:37 Krock *reads logs* 17:38 Krock Andrey01: obj:get_luaentity() 17:39 Krock self = self.object:get_luaentity() 17:39 Krock it's the same 17:43 Andrey01 Ah, exactly. I can call minetest.get_objects_inside_radius({x=0, y=0, z=0}, 31000), after run the returned objects table, get luaentity of each one as Krock said and check for availablility of certain fields. If they are, remove their. I will check out it. 18:15 Andrey01 My mobile Minetest app shuts down like when it`s starting to remove objects, may anybody review my code? 18:19 Andrey01 please, review my code if anybody can: https://pastebin.com/VDfNh7fG 18:56 BurningPrincess Hi Krock 18:57 Krock hi BurningPrincess 18:58 BurningPrincess I am sad that cool_trees is not working for me as it looked like a good mod 19:05 Krock not cool enough 20:05 BuckarooBanzai !tell cheapie do you (and if so, then how) accept PR for your digistuff repo? There is an issue with the touchscreen: https://github.com/pandorabox-io/pandorabox.io/issues/343 20:05 MinetestBot BuckarooBanzai: yeah, yeah 21:30 H4mlet I'm having issues defining custom fields for LUA Entities properties, if I try e.g.: initial_properties = {custom = 'hello'} and then use in 'on_rightclick' print(dump(self.object:get_properties())) the custom field does not get listed. Any hints? 21:53 BurningPrincess I tried letting the moretrees config file to have all the trees set as false settings file here: https://pastebin.com/29zazGuJ , bu the trees still generate in the map 21:53 BurningPrincess I want it so the trees don't generate in the map, but can still be grown from saplings# 22:15 MinetestBot Sokomine: Dec-10 14:50 UTC can you please check the PR's on your mods? its sad to see them abandoned... :/ 22:16 Sokomine really need to do that...hope to find time...(and yes, vanessae already alerted me of that message) 23:18 cheapie BuckarooBanzai: I don't have time to look into it today, but I bookmarked it so I can take a look this weekend. 23:18 MinetestBot cheapie: Dec-11 20:05 UTC do you (and if so, then how) accept PR for your digistuff repo? There is an issue with the touchscreen: https://github.com/pandorabox-io/pandorabox.io/issues/343 23:18 cheapie Shush, MinetestBot, I saw :P