-
Bug
-
Resolution: Fixed
-
Minecraft 14w28b, Minecraft 14w29b, Minecraft 14w31a, Minecraft 14w34c, Minecraft 1.8, Minecraft 1.8.1-pre3, Minecraft 1.8.1, Minecraft 1.8.6, Minecraft 15w36d, Minecraft 15w44b, Minecraft 1.9.4, Minecraft 1.10 Pre-Release 1, Minecraft 16w38a, Minecraft 16w39c, Minecraft 1.11, Minecraft 1.11.2, Minecraft 17w06a, Minecraft 1.12 Pre-Release 6, Minecraft 1.12 Pre-Release 7, Minecraft 1.12, Minecraft 1.12.2, Minecraft 17w43b
-
Confirmed
If you dig up snow covers with a shovel, you should get a snowball. The bug is that you get two snowballs instead of one. Works with all shovels.
Further information provided by Orthotope:
Looking at the code, it seems to be a simple oversight. Previously, the thickness of snow was stored in its data value, using the range 0-7, so the number of snowballs dropped was (thickness + 1). With the transition to block states, the thickness is now internally represented as 1-8, but the formula for snowballs dropped wasn't changed, so it gives one extra.
- is duplicated by
-
MC-62680 Breaking snow yields 2 Snowballs
- Resolved
-
MC-64555 when snow mined you get 2 snowballs
- Resolved
-
MC-68346 Shoveling snow gives two snowballs
- Resolved
-
MC-69901 Snow layers drop wrong number of snowballs
- Resolved
-
MC-73527 During the destruction of the snow layer shovel snowball drops 2.
- Resolved
-
MC-91989 Breaking a single Snow Layer with a Shovel yields two Snowballs
- Resolved
- relates to
-
MC-74073 Possible to place a new snow layer block on top of a snow layer block of 7 layers
- Resolved
-
MC-80551 You can place redstone, doors, rails etc. onto 7/8 layers of snow
- Resolved