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

Infinite mana #71

Closed
FortyTwoCn opened this issue Aug 6, 2024 · 2 comments
Closed

Infinite mana #71

FortyTwoCn opened this issue Aug 6, 2024 · 2 comments

Comments

@FortyTwoCn
Copy link

2024-08-06_12 28 16
When the AE2 input bus is connected to the mana spreader, it can achieve Infinite mana
Botania-1.18.2-435
Applied-Botanics-1.0.3
appliedenergistics2-forge-11.7.6
1.18.2Forge 40.2.21

@ramidzkh
Copy link
Owner

Seems like a Botania bug in this version, where the mana spreader allows for negative mana but is just clamped above

    public void receiveMana(int mana) {
        this.mana = Math.min(this.mana + mana, this.getMaxMana());
        this.setChanged();
    }

ramidzkh added a commit that referenced this issue Aug 16, 2024
@ramidzkh
Copy link
Owner

Manually released for 1.18.2

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