port(26.1)!: fabric-renderer-api-v1#5212
Draft
sylv256 wants to merge 46 commits intoFabricMC:26.1from
Draft
Conversation
particleIcon -> particleMaterial (Material.Baked)
- add `AtlasIds` values to `QuadAtlas#getId` - `QuadAtlas#getTextureId` -> `#getTextureLocation` - miscellaneous compile errors and bugs
# Conflicts: # fabric-renderer-api-v1/src/testmodClient/java/net/fabricmc/fabric/test/renderer/client/RendererClientTest.java # fabric-renderer-indigo/src/client/java/net/fabricmc/fabric/impl/client/indigo/Indigo.java
fabric-renderer-api-v1fabric-renderer-api-v1
PepperCode1
requested changes
Feb 19, 2026
...src/client/java/net/fabricmc/fabric/api/client/model/loading/v1/SimpleUnbakedExtraModel.java
Outdated
Show resolved
Hide resolved
...-api-v1/src/client/java/net/fabricmc/fabric/api/client/renderer/v1/mesh/MutableQuadView.java
Show resolved
Hide resolved
...-api-v1/src/client/java/net/fabricmc/fabric/api/client/renderer/v1/mesh/MutableQuadView.java
Show resolved
Hide resolved
...rer-api-v1/src/client/java/net/fabricmc/fabric/api/client/renderer/v1/model/ModelHelper.java
Outdated
Show resolved
Hide resolved
...rer-api-v1/src/client/java/net/fabricmc/fabric/api/client/renderer/v1/model/ModelHelper.java
Outdated
Show resolved
Hide resolved
...igo/src/client/java/net/fabricmc/fabric/impl/client/indigo/renderer/mesh/EncodingFormat.java
Outdated
Show resolved
Hide resolved
...igo/src/client/java/net/fabricmc/fabric/impl/client/indigo/renderer/mesh/EncodingFormat.java
Outdated
Show resolved
Hide resolved
...rc/client/java/net/fabricmc/fabric/impl/client/indigo/renderer/render/ItemRenderContext.java
Outdated
Show resolved
Hide resolved
...nt/java/net/fabricmc/fabric/impl/client/indigo/renderer/render/SimpleBlockRenderContext.java
Outdated
Show resolved
Hide resolved
...client/java/net/fabricmc/fabric/mixin/client/indigo/renderer/BlockRenderDispatcherMixin.java
Outdated
Show resolved
Hide resolved
sylv256
commented
Feb 22, 2026
...src/testmodClient/java/net/fabricmc/fabric/test/renderer/client/OctagonalColumnGeometry.java
Outdated
Show resolved
Hide resolved
(incomplete) Large port for 26.1-pre-1
fabric-renderer-api-v1fabric-renderer-api-v1
Fixed all the compile errors in fabric-model-loading-api-v1, fixed some in fabric-renderer-api-v1 and fabric-renderer-indigo, and fixed most of the code style problems. There is still work to do on the rendering stuff, mainly because of the block rendering changes.
Rynnavinx
added a commit
to Rynnavinx/sodium-shadowy-path-blocks
that referenced
this pull request
Mar 25, 2026
… dirt paths when the option is enabled calcVanilla() updated from FabricMC/fabric-api#5212
Co-authored-by: Kilip1000 <206253641+Kilip1000@users.noreply.github.com>
Added documentation to the ExtraLightCoordsUtil class. Concerns include: Someone not understanding what "packed " block- and skylight is.
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.
If you would like to work on this PR, ask me to add you as a collaborator on my fork, and please discuss in the FRAPI Development thread in the Discord server.
Work in progress; will write description later.