AA Worms and TCon Slimy Grass
ElvenChaos opened this issue ยท 6 comments
If you take a hoe and spam right-click TCon's slimy grass (any variety of the 15), you can spawn as many worms as you want, as TCon slimy grass isn't tillable. Since the hoe doesn't actually do any tilling, it doesn't take durability loss and the process is infinitely repeatable.
If you take a worm and "plant" it on a slimy grass block, it will convert that block and any surrounding slimy grass blocks to regular farmland.
Edit: Does not affect slimy dirt.
Not really interested in adding a compile time dep on TiC to check if its specifically not that block... TiC shouldn't extend BlockGrass if they don't want to be treated like one.
@shadow "&& !block.getRegistryName().getResourceDomain().startsWith(" tconstruct")" would be a really fast fix
@Shadows-of-Fire Would canitzp's suggestion or at least checking for successful tills be appropriate?