[BUG] Myrmexes can Silk Touch BOP Grass
KaleThyself opened this issue ยท 3 comments
Describe the bug
Since Myrmexes are so special, they're able to silk touch certain BOP grasses such as Medium Grass and Short Grass. Presumably, they can also silk touch the other BOP grasses.
To Reproduce
- Plant a Myrmex Queen Egg in a BOP biome with BOP shrubbery in it.
- Wait until the Queen hatches and begins her operation on colonization.
- Watch as the Myrmex Workers magically silk touch BOP grass.
Expected behavior
I expect Myrmex Workers to treat grass equally.
Screenshots
Modpack Version
3.1.1a
Server or singleplayer
Singleplayer
Version the world was created on:
3.1.1a
Other...
No response
Additional context
No response
https://github.com/Glitchfiend/BiomesOPlenty/blob/5ad77116382bec782a023926b8dab17a6ea5599d/src/main/java/biomesoplenty/common/block/BlockBOPPlant.java#L223-L282
Relevant BOP lines
On a preliminary analysis, it doesn't seem like silk touch or dropping the block itself is involved anywhere, unless I&F somehow calls the shears method instead - admittedly, there are some variants which do drop themselves, but not medium grass normally, as shown in the first screenshot.