Questions & Answers
How to avoid dropping seeds in a Drop Rush?
Drop Rush recipes use a loot table to determine what items are dropped. The default recipes reference the block's own loot table, so a wheat drop rush will drop both wheat and seeds.
You can change this by overriding the recipe and referencing a loot table of your own instead, similar to how it is done for the Sweet Berry Bush (loot table).
Why is Gold Rush not triggering?
The default Gold Rush recipes require the held tool to match #littlejoys:can_trigger_goldrush and not match #littlejoys:cannot_trigger_goldrush. By default, pickaxes can trigger Gold Rushes, while incompatible broad-mining tools can be excluded by tag.
Gold Rush and Drop Rush also ignore creative players, fake players, and block breaks using Silk Touch.
Additionally, the roll is skipped while mining multiple blocks using FTB Ultimine, since the assumption is that players using batch mining like that would rather not be slowed down by a Gold Rush.