-
Bug
-
Resolution: Fixed
-
1.18.2, 22w18a, 1.19 Pre-release 1, 1.19 Pre-release 2, 1.19 Pre-release 3, 1.19, 1.19.1 Pre-release 5, 1.19.1, 1.19.2, 1.19.3, 1.19.4 Pre-release 3, 1.19.4, 23w17a, 23w18a, 1.20 Pre-release 4, 1.20 Release Candidate 1, 1.20, 1.20.1
-
Confirmed
-
Game Events
-
Low
The bug
Sculk sensors do not detect rabbits eating planted carrots. This is unexpected, as this is a block change and as such should be considered a vibration and be detected by sculk sensors.
To reproduce
- /fill ~ ~ ~ ~10 ~ ~10 minecraft:farmland[moisture=7]
- /fill ~ ~1 ~ ~10 ~1 ~10 minecraft:carrots[age=7]
- Place a sculk sensor nearby.
- /summon rabbit ~ ~ ~
- Wait for the rabbit to eat the carrots.
Expected result
The sculk sensor would pick up the vibration.
Code analysis
Code analysis by Avoma can be found in this comment.