I'm on a Nook HD tablet and While using observer blocks I tried to make a automatic pumpkin/melon farm and noticed two distinct things. One the observer does not see an update in the stem of melon nor pumpkins when one or the other spawns in and attaches to the stem making it arch as show in the pictures. Second melons nor pumpkins will grow if a block is on top of the stem even though it grows sideways. I'm unsure how long this has happened before the 0.15.0 Beta update.
Attachments
Comments 9
Well thank you very much for the explanation and for looking into this for me very much appreciated.
In 0.15.4, pumpkin/melon stems now cause block updates, thus triggering Observers. This issue can now be closed.
Well thank you for the update I'll be sure to Try my farm ideas and let you know my results much appreaceated supergeniuszeb
When I put an observer on the side of a stem pumpkin or melon it's still not seeing the stem update for me but it will see the melon or pumpkin itself but if broken with a piston the observer makes it into a clock and does not let the melon grow again.
This issue is not resolved. Observer blocks should actuate upon observing changes in the Extended Blockstate.
Confirmed for 0.15.0 on Windows 10. I know exactly why the observers aren't activating:
The stem will change appearance depending on whether or not a melon is adjacent to it, but this is handled in the "extended blockstate", not the basic blockstate which is saved to file. Other blocks like fences, walls, & stairs use the extended blockstates for things like changing their models & hitboxes when another fence is adjacent to them and other properties dependent on adjacent blocks. Changing the extended states of any of these blocks does not cause the observer to update, perhaps because changing the extended state of a block doesn't cause a block update. (Which would actually make sense... after all, can you think of any reasons why a block update would need to be triggered for a change in an extended state?)
Therefore, the first part of this issue is probably works as intended.
As for melons stems not producing melons when there is a solid block directly above them, I'm going to go test that and update this post when I find results.
EDIT: In the Java edition, melons and pumpkin stems do not grow melons/pumpkins when there is a solid block directly above them. Therefore, I believe this behavior is also works as intended, and this issue can probably be closed.