Hex Casting

Hex Casting

6M Downloads

Break Block spell on amethyst clusters drop no amethyst shards

GameGuruGreenGryphon opened this issue ยท 1 comments

commented

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.

commented

Should be fixed now.