Seeds
Seeds are things you get from punching tall grass.
Print all seeds to the log
This command will print all registered seeds to the log.
Needs to be performed by a player or console, cannot be written in a zs-file.
Add a seed drop
Adds item
as seed drop.
Weights are relative to grass seed, which has a weight of 10 (≙ 10%)!
item
is a weightedItemStack.
What does that mean? It simply means that you need to give it a percentage like this:
Remove a seed drop
Stops item
from being a seed drop.
item
is an IIngredient.
Retrieve all registered Seeds
Returns all items as a weightedItemStack List.