Time Nick Message 18:00 thexyz PilzAdam: is it safe to rely on get_wielded_item like this? https://github.com/celeron55/minetest/issues/260 18:02 PilzAdam should be; have you tested it? 18:03 thexyz yeah, i just don't know how well is it synchronized with everything else 18:03 thexyz can it be that some other item is selected when player places node? 18:06 PilzAdam hmmmm... if the server lags so the player has selected a new item, the server would still return the old one when calling get_wielded_item() 18:06 PilzAdam I guess 18:06 thexyz well, i've already asked c55 18:07 PilzAdam maybe we just add itemstack as a new param to register_on_placenode 18:07 PilzAdam wouldnt break anything