Changes:
- Support for 1.20.5
- Fixed #228
- Malay translations (ms_my & zlm_arab) - Thanks @NuruddinPlays
Changes:
- Fixed incompatibility with Extended Clouds #222
- Fixed the config sometimes not working correctly
- Lowered the fabric loader requirement to v0.15.0
Changes:
- Fixed items with colored quads all showing the same color - #216
- Fixed log message telling you it couldn't find a mixin, which didn't matter - #218
- Fixed campfire having an invalid cull shape - #219
- Fixed some custom models with rotation not culling correctly
- Fixed mod incompatibility with ModernFix's dynamic resources.
New Culling options:
Changes:
- Fixes some blocks not culling if texture has unused transparency - #154
- Fixed being able to see some culling in item frames when close - #163
- Fixed edge case where blocks with transparent texture prevents culling - #166
- Fixed item frames rendering at the wrong place when really far away
- Fixed powdered snow being completely see-through
- Ranges for item frame LOD & 3-face culling are also now in blocks. So its easier for people to use.
Changes:
useModelShape
is now enabled by default. This means that all blocks will be creating there culling shape based on there model. This is a bit of an experimental change, however the performance gains are insane. Stuff like flower pots on top of fences will now cull the top of the fence.BakedOpacity
now hassetCullingShape
&canSetCullingShape
- Thanks @HhiPyrene for the updated Simplified translation changes
Fixes:
Changes:
useModelShape
is now enabled by default. This means that all blocks will be creating there culling shape based on there model. This is a bit of an experimental change, however the performance gains are insane. Stuff like flower pots on top of fences will now cull the top of the fence.BakedOpacity
now hassetCullingShape
&canSetCullingShape
- Thanks @HhiPyrene for the updated Simplified translation changes
Fixes:
I will no longer be supporting 1.18, so either someone needs to make a PR, or you all wait a couple months when im done the multi-version merge.
Changes:
useModelShape
is now enabled by default. This means that all blocks will be creating there culling shape based on there model. This is a bit of an experimental change, however the performance gains are insane. Stuff like flower pots on top of fences will now cull the top of the fence.BakedOpacity
now hassetCullingShape
&canSetCullingShape
- Thanks @HhiPyrene for the updated Simplified translation changes
Fixes:
Changes:
- New option to cull rain/snow!
- Updated Traditional Chinese translations. Thanks to @notlin4
Fixes:
- #133 Fixed crash if joml was not included by another mod
Changes:
- Ability to change block culling shapes through resource packs!
- Updated Simplified Chinese translations. Thanks to @7777777-4547
- Updated Turkish translations. Thanks to @EuropaYou
API Changes:
- New method
getCullingShape
inBakedOpacity
- New
CullShapeElement
class used for json culling shapes - New
ExtendedUnbakedModel
class used for culling shape logic against unbaked models
Fixes:
- #133
extended-clouds
mod crashes if cloud culling option is enabled.