-
Bug
-
Resolution: Unresolved
-
None
-
1.15.2, 20w15a, 20w16a, 20w17a, 20w18a, 20w19a, 20w21a, 20w22a, 1.16 Pre-release 2, 1.16 Pre-release 3, 1.16 Pre-release 4, 1.16 Pre-release 7, 1.16 Pre-release 8, 1.16 Release Candidate 1, 1.16, 1.16.1, 20w27a, 20w28a, 20w29a, 20w30a, 1.16.2 Pre-release 1, 1.16.2 Pre-release 3, 1.16.2 Release Candidate 2, 1.16.2, 1.16.4, 20w51a, 1.16.5, 21w05a, 21w06a, 21w10a, 21w11a, 21w13a, 21w14a, 1.20.6
-
None
-
Confirmed
-
Loot tables
Fortune increases the amount of seeds dropped by grass and ferns, but the same cannot be said for tall grass and large ferns.
Loot table for tall grass that controls this:
{ "type": "minecraft:item", "conditions": [ { "condition": "minecraft:survives_explosion" }, { "condition": "minecraft:block_state_property", "block": "minecraft:tall_grass", "properties": { "half": "lower" } }, { "condition": "minecraft:random_chance", "chance": 0.125 } ], "name": "minecraft:wheat_seeds" }
And here's the loot table for grass:
{ "type": "minecraft:item", "conditions": [ { "condition": "minecraft:random_chance", "chance": 0.125 } ], "functions": [ { "function": "minecraft:apply_bonus", "enchantment": "minecraft:fortune", "formula": "minecraft:uniform_bonus_count", "parameters": { "bonusMultiplier": 2 } }, { "function": "minecraft:explosion_decay" } ], "name": "minecraft:wheat_seeds" }
- is duplicated by
-
MC-272216 Double Tall Grass is not affected by fortune.
- Resolved