AA Crop Seeds don't drop from grass
codewarrior0 opened this issue ยท 2 comments
ActuallyAdditions-1.10.2-r98.jar
Using three stacks of bonemeal to create grass, I obtained an entire set of HarvestCraft seeds plus a few rare ExtraUtilities seeds, but didn't see a single Rice, Flax or Canola seed.
FWIW, I couldn't find any calls to MinecraftForge.addGrassSeed
in your code, either. Are your crops intended to only be found as part of worldgen? This may make them unobtainable on Skyblock packs without some extra tweaking.
Got it. AA crops are worldgen-only. This should be documented somewhere.
For any Skyblock pack makers (or players) who come across this issue, looking for a way to make them obtainable, here is the MT script to add them to grass drops:
vanilla.seeds.addSeed(<actuallyadditions:itemRiceSeed>);
vanilla.seeds.addSeed(<actuallyadditions:itemFlaxSeed>);
vanilla.seeds.addSeed(<actuallyadditions:itemCanolaSeed>);