Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break Block spell on amethyst clusters drop no amethyst shards #49

Closed
GameGuruGreenGryphon opened this issue Mar 31, 2022 · 1 comment
Closed

Comments

@GameGuruGreenGryphon
Copy link

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.

@yrsegal
Copy link
Contributor

yrsegal commented Apr 9, 2022

Should be fixed now.

@yrsegal yrsegal closed this as completed Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants