Closed Prunoideae closed 2 months ago
Made the Item in crop(Item crop, NumberProvider chance) to use Holder<Item> instead so non-vanilla items can be used as crop output.
Item
crop(Item crop, NumberProvider chance)
Holder<Item>
Also added a noSeeds method to prevent seeds from dropping in the loot table, while seed item is still created.
noSeeds
Description
Made the
Item
incrop(Item crop, NumberProvider chance)
to useHolder<Item>
instead so non-vanilla items can be used as crop output.Also added a
noSeeds
method to prevent seeds from dropping in the loot table, while seed item is still created.