Grass block not updating when a sheep eats from it
Exactly as the title says. A sheep will eat the grass from a grass block, and it's wool will reappear. However, the block will not change from a grass block to a dirt block when the sheep eats from it. I was trying to make something with an observer, where the observer would be updated from the grass block changing. That's when I noticed that the block wasn't changing at all.
Environment
Windows 10
Java Edition 1.14.2
Minecraft Realms
Created Issue:
Grass block not updating when a sheep eats from it
Exactly as the title says. A sheep will eat the grass from a grass block, and it's wool will reappear. However, the block will not change from a grass block to a dirt block when the sheep eats from it. I was trying to make something with an observer, where the observer would be updated from the grass block changing. That's when I noticed that the block wasn't changing at all.
Environment
Windows 10
Java Edition 1.14.2
Minecraft Realms
I can confirm this is happening on the server 1.14.3-PRE 1 as well as server 1.14.2. I am not using Realms.
According to another bug it appears to be the mobGriefing game rule. If mob griefing is set to false sheep won't "eat" the grass. I believe this is intended. I confirmed the behavior on my server. The sheep will "eat" the grass if mobGriefing is set to true.
Honestly, that never even dawned on me. I do indeed have mobGriefing set to false. If this is an intended effect, then I guess that's case closed. Thanks for your input!