Skip to content

Ported renderers to 26.1.x#2632

Open
albazavr-alba wants to merge 20 commits into
TeamTwilight:latestfrom
albazavr-alba:port-renderers
Open

Ported renderers to 26.1.x#2632
albazavr-alba wants to merge 20 commits into
TeamTwilight:latestfrom
albazavr-alba:port-renderers

Conversation

@albazavr-alba

Copy link
Copy Markdown

No description provided.

Comment thread src/main/java/twilightforest/client/renderer/block/JarRenderer.java
@Drullkus
Drullkus self-requested a review July 5, 2026 05:24
@albazavr-alba
albazavr-alba marked this pull request as draft July 17, 2026 10:23
@albazavr-alba

Copy link
Copy Markdown
Author

I will review my own changes in this branch to fix it

@albazavr-alba
albazavr-alba marked this pull request as ready for review July 21, 2026 14:30
// }

@Override
public boolean isFoggyAt(int x, int y) { // true = nearFog

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm assuming this is getting moved to the new effect system


int range = 5;
if (Minecraft.useFancyGraphics()) {
if (MinecraftUtil.useFancyGraphics()) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Weather radius is now a separate option and I think it's better to use Minecraft.getInstance().options.weatherRadius().get().

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.

4 participants