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

Insufficient funds show the wrong price #279

Open
ghost opened this issue Sep 24, 2022 · 0 comments
Open

Insufficient funds show the wrong price #279

ghost opened this issue Sep 24, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Sep 24, 2022

Describe the bug
Instead of showing the price for the next chunk it shows for the previous, for example, with the formula "c*10000" the first chunk costs 10000, the second 20000, but when you go claim the second one with 10000, the mod outputs that you need 10000 and if you have 20000 in your wallet, then it claims that chunk as it should.

To Reproduce
Steps to reproduce the behavior:

  1. Set formula for claims to "c*10000"
  2. Claim the first chunk for 10000
  3. Claim the seconds chunk for 20000 without enough funds
  4. Observe the mod requesting 10000 for the seconds claim, even though it will only take 20000 if you have them

Versions (please complete the following information, do NOT say "latest"):

  • Minecraft: 1.12.2
  • Mod Version: 2.1.9
  • Forge (If applicable) forge-1.12.2-14.23.5.2859
@ghost ghost added the bug Something isn't working label Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

0 participants