Time Nick Message 02:40 repetitivestrain are the LocalPlayerAnimations ever used 02:40 repetitivestrain i cannot find any references to these constants in src/server 02:41 MTDiscord repetitivestrain: see player:set_local_animation, the client plays these 02:44 repetitivestrain luatic: thanks 17:05 ireallyhateirc in builtin item_entity.lua there's this: obj:get_luaentity():set_item(stack:to_string()) 17:05 ireallyhateirc but I can't find "set_item" in the lua API 17:05 ireallyhateirc is this thing not exposed? 17:06 sfan5 the builtin item entity has no public API 17:07 ireallyhateirc okay, makes sense 17:08 sfan5 except core.spawn_item if you want to count that 17:08 ireallyhateirc I'm making a general placeable item API with support for shelves 17:08 sfan5 technically even overriding is not safe as there is guarantee that the name is "__builtin:item" 17:08 sfan5 no guarantee* 17:09 ireallyhateirc something like NodeCore shelves but with an API to implement any shelf and more 17:10 ireallyhateirc Yeah, I'm avoiding overriding "__builtin:item", I'm just trying to make a minimal entity that can store itemstacks and will give an itemstack when clicked 17:28 ireallyhateirc Luanti is hiding under my carpet, what should I do? 17:41 Blockhead256 https://forum.luanti.org/viewtopic.php?p=440359#p440359 17:41 Blockhead256 I have progressed this somewhat today 17:42 Blockhead256 celeron55: I will be editing some of your posts in order to help the renaming. I hope you will not mind. 17:43 Blockhead256 rubenwardy: I hope you would not mind either if I edited https://forum.luanti.org/viewtopic.php?t=19038 just to reword it to Luanti 17:43 Blockhead256 gtg, you know how to contact me I think 19:41 ireallyhateirc I added an entity but I can't get selectionbox to work