Time Nick Message 07:48 Krock will push bugfix https://krock-works.uk.to/u/patches/0001-Inventory-Fix-missing-setModified-calls.patch in 15 minutes - objections? 08:03 Krock pushing 09:07 Krock #8856 09:08 ShadowBot https://github.com/minetest/minetest/issues/8856 -- Send cumulated inventory changes only each step by SmallJoker 09:50 ANAND #8767 needs another approval 09:51 ShadowBot https://github.com/minetest/minetest/issues/8767 -- Fix rotation of attached particlespawner [no squash pls; ketchup ok] by ClobberXD 19:26 DS-minetest ? #8859 19:26 ShadowBot https://github.com/minetest/minetest/issues/8859 -- Add block meta by DS-Minetest 19:27 DS-minetest if someone knows what a good way is to send the data to the client, please tell me :] 19:29 Krock hackier wasn't possible 19:30 Krock the idea is good and all but please don't use magic numbers/positions 19:30 DS-minetest should I define a constant? 19:30 Krock I'd prefer if it were saved separately 19:31 DS-minetest that would mean much duplicated code 19:31 DS-minetest and more work :3 19:36 Wuzzy Forcing out items out of solid nodes for fun but not profit: https://github.com/minetest/minetest/pull/8860 19:42 Krock set_pos(core.find_nodes_near(entity_pos, where not node_def.walkable)[1]) 19:48 * DS-minetest thinks now, that Krock is probably right. it's too hacky >_< 19:48 Krock after all you can still inherit similar functions from MetaData 19:49 DS-minetest hm?