Skip to content

Conversation

@xpple
Copy link

@xpple xpple commented Jun 4, 2025

For all versions, Ruined Portals are mirrored when nextFloat() >= 0.5:

Mirror mirror = worldgenRandom.nextFloat() < 0.5F ? Mirror.NONE : Mirror.FRONT_BACK;

This PR reverses the inequality in the code to respect this.

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

Successfully merging this pull request may close these issues.

1 participant