We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In generators.toml it has maxY = 2031.
This normally wouldn't be an issue because the config says it would be clamped. But it's not, or at least not properly.
Default configs points to generating 480J/t. However at max world height it only generates 404J/t. Losing about 16% of the value.
Can not place generators in the nether to test if it's properly clamped there.
Placing at y=128 produces a very small amount of power, so this is not an issue of getting smaller as you diverge from y=128.
Setting "maxY" to any value <319 will work properly.
1.21.1 (Latest)
21,1,5
10.7.7 (Latest)
Alpha version 10.7.7.64
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue description
In generators.toml it has maxY = 2031.
This normally wouldn't be an issue because the config says it would be clamped. But it's not, or at least not properly.
Default configs points to generating 480J/t. However at max world height it only generates 404J/t. Losing about 16% of the value.
Can not place generators in the nether to test if it's properly clamped there.
Placing at y=128 produces a very small amount of power, so this is not an issue of getting smaller as you diverge from y=128.
Setting "maxY" to any value <319 will work properly.
Steps to reproduce
Minecraft version
1.21.1 (Latest)
NeoForge version
21,1,5
Mekanism version
10.7.7 (Latest)
Other relevant versions
Alpha version 10.7.7.64
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
No response
The text was updated successfully, but these errors were encountered: