Skip to content

Conversation

@isnsest
Copy link

@isnsest isnsest commented Jan 21, 2026

Added new properties:

  • BiomeTag.sky_color
  • BiomeTag.sky_light_color

@CLAassistant
Copy link

CLAassistant commented Jan 21, 2026

CLA assistant check
All committers have signed the CLA.

Comment on lines 104 to 111
public int getSkyColor() { throw new UnsupportedOperationException(); }

public void setSkyColor(int color) { throw new UnsupportedOperationException(); }

public int getSkyLightColor() { throw new UnsupportedOperationException(); }

public void setSkyLightColor(int color) { throw new UnsupportedOperationException(); }

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should not inline these

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.

3 participants