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

feat: remaining amethyst plugin #7235

Merged
merged 3 commits into from
Jan 25, 2025
Merged

Conversation

marshallez
Copy link
Contributor

@marshallez marshallez commented Jan 14, 2025

lets get 99 mining

  • Shows the number of amethyst ore remaining in a rock while mining it.

@runelite-github-app
Copy link

runelite-github-app bot commented Jan 14, 2025

@marshallez marshallez changed the title feat: initial commit feat: remaining amethyst plugin Jan 14, 2025
@iProdigy
Copy link
Member

Avoid looping through all tiles please: https://github.com/marshallez/remaining-amethyst/blob/2741e33f4e45db580157f7de549fc57e2b5b2b8a/src/main/java/com/remainingamethyst/RemainingAmethystPlugin.java#L139

e.g., try LocalPoint local = LocalPoint.fromWorld(client, facingPoint); Tile tile = tiles[facingPoint.getPlane()][local.getSceneX()][local.getSceneY()];

@iProdigy iProdigy added the waiting for author waiting for the pr author to make changes or respond to questions label Jan 14, 2025
@runelite-github-app runelite-github-app bot removed the waiting for author waiting for the pr author to make changes or respond to questions label Jan 14, 2025
@LlemonDuck LlemonDuck merged commit b8883ea into runelite:master Jan 25, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants