Most blocks lack the ability to store NBT when ctrl + pickblocked. One would expect only blocks that have the ability to store information to be ctrl+pick-block'able. When ctrl + pick-block is used on a daylight detector, a player recieves a daylight detector with an NBT data.
[media]Despite this, even if daylight detector was switched to the "inverted: true" mode (night), the inverted state does not get stored as an item form when ctrl+pick block'ed.
Daylight detector should either recieve ability to store inverted true state when ctrl + pick block is used, or this ability should be removed all together, as placing it does absolutely nothing and defaults to normal.
Attachments
Comments 7
Probably won't fix per MC-87296
The point of the report is that if it cannot store anything why even store NBT when pick-block + ctrl clicked in the first place
Re Dmitry: Daylight sensors are block entities, all block entities can be control pickblocked.
This should be invalid per MC-250042, inverted is a block state, not NBT.
This happens because daylight detectors are tile entities while most block aren't.