-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sync 1.19.2 to 0.76.0 #90
Conversation
* Apply disabled shade from vanilla quads directly to material - Remove QuadViewImpl.shade * Fix enhanced AO calculation and respect non-terrain culling state - Fix AoCalculator using AO face data computed with a potentially different shade state - Move non-cached computation code to separate method in AoCalculator - Turn AoCalculator's brightnessFunc and aoFunc into abstract methods - Do not check null check world in non-terrain AO calculation since it cannot be null - Pass through lightFace and shade state as method arguments in AoCalculator methods to prevent additional lookups - Do not check for the axis aligned flag in AbstractQuadRenderer.shadeFlatQuad - Respect cull parameter passed to non-terrain rendering by merging TerrainBlockRenderInfo into BlockRenderInfo - Use reusable search pos when calling Block.shouldDrawSide to prevent additional BlockPos allocation - Change BlockRenderContext.render and TerrainRenderContext.tessellateBlock to return void since return value is no longer used - Remove QuadViewImpl.vertexStart since it is unused * Add suggestions - Mark Direction parameter to BlockRenderInfo.shouldDrawFace as Nullable - Reuse MaterialFinder in FrameBakedModel (cherry picked from commit 3a95925)
…abricMC#2930) (cherry picked from commit c2e6f67) (cherry picked from commit 928d44d)
(cherry picked from commit 09aba06)
* add windswept biome tag * change windswept tag to windswept hills * list out biomes and revert name change (cherry picked from commit 1b66477)
…abricMC#2935) (cherry picked from commit 09a3510) (cherry picked from commit 71b8257)
* Birch Forest Tag FabricMC#2330 * Fix FabricMC#2649 * Run datagen (cherry picked from commit 315602f) (cherry picked from commit 521b5c5)
# Conflicts: # fabric-biome-api-v1/src/main/java/net/fabricmc/fabric/mixin/biome/TheEndBiomeSourceMixin.java # fabric-resource-loader-v0/src/main/java/net/fabricmc/fabric/impl/resource/loader/ModResourcePackUtil.java # fabric-resource-loader-v0/src/main/resources/assets/quilted_fabric_resource_loader_v0/lang/zh_cn.json # gradle.properties
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love it when older versions end losing features from newer on- looks at 1.18.2 oh no;
Anyway, the only nitpick that I have is about license headers, but yeah, i feel like i might be able to do a fixing pass with a fixed licenser later
not sure fixing licenses for older versions is worth it :p |
was a simple merge, all tests pass! (well, except the recipe remainder one that's been broken for a while)