mojira.dev
MC-178300

Tall grass and large ferns are not affected by fortune

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"
}

 

Linked issues

Comments 3

Can confirm in 20w51a.

Can confirm in 1.17.

Can confirm in 25w06a.

PancakeIdentity

(Unassigned)

Confirmed

Loot tables

1.15.2, 20w15a, 20w16a, 20w17a, 20w18a, ..., 21w10a, 21w11a, 21w13a, 21w14a, 1.20.6

Retrieved