
[1.18] ceramic shears cannot harvest glow lichen
esotericist opened this issue · 6 comments
tested with ceramic shears 1.18-1.5.0.1 on forge 39.0.10 (although i also experienced this on 38.0.*)
glow lichen is meant to be harvested with shears, and unless you're intentionally having the ceramic shears be unable to collect certain materials, they should probably work here as well.
I opened a PR to MinecraftForge to fix that issue: MinecraftForge/MinecraftForge#8371
Yes, Vanilla hard coded the loot tables to vanilla shears. Forge edits the loot tables of every block with vanilla shears to use the shears tool action instead. But the Glow Lichen loot table is a bit different to the others and is not supported until the PR is merged. So every shears mod should have this issue actually ^^