-
Bug
-
Resolution: Duplicate
-
None
-
1.19.2
-
None
-
Java
-
Unconfirmed
-
(Unassigned)
Just discovered that tools enchanted with Fortune give great benefit to yields when used to farm insta-break crops like carrots but do not suffer any durability loss. I found MC-106436 and saw the response by CubeTheThird that this is intentional because "it does not give the player any benefit from using it", but in this case that's demonstrably false, see the following table.
Without Fortune | With Fortune | |
---|---|---|
Wheat Seads | 152, 144, 145 (Average: 147) | 233, 232, 241 (Average: 235) |
Carrots | 198, 205, 203 (Average: 202) | 301, 302, 295 (Average: 299) |
The Fortune-enchanted tool went completely undamaged even after six harvests despite having a substantial impact on the seed/yield increase.
Instructions for quickly replicating the above results:
// World Seed (make sure cheats are enabled) You'll spawn right next to a village farm.
-7206286883155393887
// Kill all nearby villagers otherwise they will get in the way.
/kill @e[type=minecraft:villager]
// This makes sure the farm regrows quickly. // Give each replanting ~30seconds to fully grow. /gamerule randomTickSpeed 1000
// Gives yourself a Fortune hoe
/give @p diamond_hoe{Enchantments:[{id:fortune,lvl:3}]} 1
- duplicates
-
MC-224744 Silk Touch and Fortune tools do not consume durability when harvesting affected instaminable blocks
- Open