32333435363738
* @param weight The relative probability of the seeds, * where wheat seeds are 10. */ public static void addGrassSeed(ItemStack seed, int weight) { ForgeHooks.seedList.add(new SeedEntry(seed, weight)); }