Skip to content

Fabric 26.x support#4263

Open
reusteur73 wants to merge 11 commits into
webbukkit:v3.0from
reusteur73:feat/fabric-26.1
Open

Fabric 26.x support#4263
reusteur73 wants to merge 11 commits into
webbukkit:v3.0from
reusteur73:feat/fabric-26.1

Conversation

@reusteur73

Copy link
Copy Markdown
Contributor

This PR builds on top of taranovegor's PR and adds further support for Minecraft 26.1+ (Fabric)

Suggestion: Please merge @taranovegor's PR first, this one includes all his changes plus the additions below.

Added on top of @taranovegor 's work:

  • Fabric 26.x support
  • New block textures and model/texture definitions for 26.x blocks

Showcase

image image

@AuroraDoesCode

Copy link
Copy Markdown

seems to work fine on 26.2 as well, I just edited the json and recomped, threw it on my server to check. everything seems to work fine for me, and im having no errors in the console.

@jacob1

jacob1 commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Having a problem with leaf colors in some biomes, like jungles

image

The same problem was in the 26.1 port too. The bright green jungle leaves are from back when it was running 1.21.11, it's only the new 26.1/26.2 versions that seem to pick the wrong jungle colors.

I tried checking it myself but not sure what the problem is. The only thing I can tell is that the mixin to get the foilage color is probably unnecessary, since it can just directly access it. But still does doesn't fix it.

@reusteur73

Copy link
Copy Markdown
Contributor Author

Yep, thanks for the feedback! The problem was indeed this:

float tmp = bb.getBaseTemperature(), hum = 0.0f; // set humidity later?

(DynmapPlugin.java:340)

I implemented a fix and removed the unnecessary mixins.

@jacob1

jacob1 commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Thanks for the quick fix. I tested and it's working on my test server now. Will be updating my main server today. Probably should have reported it to you sooner, but it took a while for us to notice after updating to 26.1.

I don't know if I ever would have checked that spot you did for the fix lol.

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