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

[Bug]: Math on Powah Spirited Crystal block broken #504

Closed
McKitten opened this issue Sep 14, 2024 · 2 comments
Closed

[Bug]: Math on Powah Spirited Crystal block broken #504

McKitten opened this issue Sep 14, 2024 · 2 comments
Labels
Bug Something isn't working Mod Bug Issue within or caused by a mod Reported to Mod Dev This issue has been reported to a developer of the mod

Comments

@McKitten
Copy link

Possible Fixes

Yes

Modpack Version

52

What happened?

A block of Emerald will take 81M to change into spirited.
A single Emerald will take 1M to change into spirited.
There may be other (repeated) glitches but I got a single spirited crystal as a reward and started doing them individually even tho the thermo at that stage requires 9.

latest.log

No response

Developer reports

No response

@inputTTS
Copy link
Contributor

I did some research into this, looking to fix it.

Block of emerald -> block of spirited crystal does use 81M as defined in the source of AllTheCompressed line 79

emerald to spirited crystal gets it's recipe from powah directly

The emerald block recipe seems to be technically making a 0x compressed version of spirited crystal blocks, the 1x compressed version of spirited crystal block needs 9 times as much FE to energize (729M). I don't see any energizing recipes for 2x emerald block or higher.

Niotic block is 9x the cost to energize as niotic crystal, and the math continues nicely up to niotic block 3x.
Energized steel also follows the correct ratio.

@TheBedrockMaster TheBedrockMaster added the Bug Something isn't working label Oct 26, 2024
@ghost ghost added the Reported to Mod Dev This issue has been reported to a developer of the mod label Dec 22, 2024
@ghost
Copy link

ghost commented Dec 22, 2024

Was fixed in AllTheCompressed 4.0.1 released with ATM10 0.61

@ghost ghost closed this as completed Dec 22, 2024
@TheBedrockMaster TheBedrockMaster added the Mod Bug Issue within or caused by a mod label Dec 22, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Mod Bug Issue within or caused by a mod Reported to Mod Dev This issue has been reported to a developer of the mod
Projects
None yet
Development

No branches or pull requests

3 participants