Ported renderers to 26.1.x#2632
Open
albazavr-alba wants to merge 20 commits into
Open
Conversation
a6tumn
reviewed
Jun 25, 2026
Drullkus
self-requested a review
July 5, 2026 05:24
albazavr-alba
marked this pull request as draft
July 17, 2026 10:23
Author
|
I will review my own changes in this branch to fix it |
albazavr-alba
marked this pull request as ready for review
July 21, 2026 14:30
Tamaized
reviewed
Jul 23, 2026
| // } | ||
|
|
||
| @Override | ||
| public boolean isFoggyAt(int x, int y) { // true = nearFog |
Member
There was a problem hiding this comment.
I'm assuming this is getting moved to the new effect system
|
|
||
| int range = 5; | ||
| if (Minecraft.useFancyGraphics()) { | ||
| if (MinecraftUtil.useFancyGraphics()) { |
There was a problem hiding this comment.
Weather radius is now a separate option and I think it's better to use Minecraft.getInstance().options.weatherRadius().get().
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.