You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Break Block on a fully-grown amethyst cluster (which normally drop 2 shards because of the mixin Hex uses) drops 0 shards.
This is because, in vanilla Minecraft, breaking amethyst clusters with pickaxes normally drops 4 shards, and anything else makes it drop 2 shards.
This is an issue because oh my god mining clusters is so tedious and you shouldn't have to do it in the mod that encourages automating tedious personal tasks
This would also be a double issue if break block inherited enchantments.
I'm guessing that Break Block doesn't count as a pickaxe to amethyst clusters, and that when clusters do the check, they take however many shards it's supposed to drop minus 2.
The text was updated successfully, but these errors were encountered:
Versions
Minecraft: 1.18.2
Forge: 40.0.34
Hex: Commit 767dd99
Paucal: Commit 8f64bef
Issue
Using Break Block on a fully-grown amethyst cluster (which normally drop 2 shards because of the mixin Hex uses) drops 0 shards.
This is because, in vanilla Minecraft, breaking amethyst clusters with pickaxes normally drops 4 shards, and anything else makes it drop 2 shards.
This is an issue because oh my god mining clusters is so tedious and you shouldn't have to do it in the mod that encourages automating tedious personal tasks
This would also be a double issue if break block inherited enchantments.
I'm guessing that Break Block doesn't count as a pickaxe to amethyst clusters, and that when clusters do the check, they take however many shards it's supposed to drop minus 2.
The text was updated successfully, but these errors were encountered: