Time Nick Message 00:34 perrier pyramids 12:48 perrier big_caballito[m]: I made you a rope box and put it in your chest. I'll be afk for a while have to mow grass. 12:49 andrew_znc perrier: I'm not sure if this channel is for ingame conversation? 13:32 perrier sorry should have used memoserv 15:40 SwissalpS is there a better way to do this: local max = ItemStack(item_name):get_stack_max() 15:42 SwissalpS in terms of being faster and less memory usage 15:44 MTDiscord <04L​one_Wolf> Didn't realize it was that slow 15:45 MTDiscord <04L​one_Wolf> Unless your profiler is reporting that slowing everything down it's probably fine 15:45 MTDiscord <04L​one_Wolf> I see that method used quite a lot 15:47 rubenwardy `minetest.registered_items[item_name].stack_max` is also an option 15:47 rubenwardy only works with exact item names though 15:48 rubenwardy ItemStack() will support aliases and full item strings 15:49 SwissalpS item_name can be node-name or item-name but it is always the correct full form 15:50 rubenwardy in which case the registered_items method will work 15:50 SwissalpS I see it a lot too, am writing something that will call this a lot in a loop, so I'm trying to be gentle 15:51 SwissalpS thankyou rubenwardy and Lone_Wolf :) 16:56 big_caballito[m] hey v-rob, how will formspecs look/be different in 5.4.0? 17:35 Krock no different than 5.3.0 17:36 Krock at least so far. there might be some PRs in that area coming prior next release 17:55 big_caballito[m] Ok cool ? 18:07 tango_ I'm not sure I understand how the underground minimap is supposed to work 18:07 tango_ does it show things at your level? higher above? 18:15 rubenwardy it shows the amount of air around you 18:18 fleeky has anyone gotten those minecraft shader packs to work with minetest by any chance ? 19:43 tango_ rubenwardy: in the three dimensions or only in the same plane? 19:43 rubenwardy 3 dimensions 21:26 perrier Is there a way to make android minetest use mouse controls like the desktop? 21:26 sfan5 I believe there is no code to support mouse input on android in Irrlicht 21:27 perrier Maybe install the desktop version? 21:28 perrier I'll just learn to use the touch screen. 21:33 perrier There is some mouse input. 21:39 perrier clicks go through and you can grab the screen but not control movement like on desktop.