Skip to content

Releases: FxMorin/MoreCulling

MoreCulling - v0.20.1 for 1.20.[0-4]

06 Jan 17:37
Compare
Choose a tag to compare

Changes:

  • Support 1.20.2 to 1.20.4
  • Rewrote the custom item renderer to be embedded into the built-in renderer. This way mods like CIT work as expected.
  • Many bug fixes

MoreCulling - v0.19.0 for 1.20.0-1

05 Aug 22:35
Compare
Choose a tag to compare

Changes

  • Support Sodium 0.5.x (Fixes people crashing when using that version)

MoreCulling - v0.18.1 for 1.20.0-1

15 Jun 14:42
Compare
Choose a tag to compare

Changes:

  • Fix wall hanging signs crashing the game

MoreCulling - v0.18.0 for 1.20.0-1

14 Jun 12:28
Compare
Choose a tag to compare

Support 1.20.x

Changes:

  • Sign Culling now culls both sides of the signs! Huge performance boosts in everyday worlds

Please make sure to report any bugs!

MoreCulling - v0.17.0 for 1.19.4

17 Mar 11:48
Compare
Choose a tag to compare

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 has setCullingShape & canSetCullingShape
  • Thanks @HhiPyrene for the updated Simplified translation changes

Fixes:

  • Fixed sodium menu missing a toggle for rain/snow culling
  • #148 & #149 - No longer rely on FAPI
  • #119 - Move cloth-config to embedded
  • #143 - Fix Rails and Ladders not culling correctly

MoreCulling - v0.17.0 for 1.19.3

17 Mar 11:47
Compare
Choose a tag to compare

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 has setCullingShape & canSetCullingShape
  • Thanks @HhiPyrene for the updated Simplified translation changes

Fixes:

  • Fixed sodium menu missing a toggle for rain/snow culling
  • #148 & #149 - No longer rely on FAPI
  • #119 - Move cloth-config to embedded
  • #143 - Fix Rails and Ladders not culling correctly

MoreCulling - v0.17.0 for 1.19.1 & 1.19.2

17 Mar 11:47
Compare
Choose a tag to compare

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 has setCullingShape & canSetCullingShape
  • Thanks @HhiPyrene for the updated Simplified translation changes

Fixes:

  • Fixed sodium menu missing a toggle for rain/snow culling
  • #148 & #149 - No longer rely on FAPI
  • #119 - Move cloth-config to embedded
  • #143 - Fix Rails and Ladders not culling correctly

MoreCulling - v0.16.0 for 1.19.3

09 Feb 04:23
Compare
Choose a tag to compare

Changes:

  • New option to cull rain/snow!
  • Updated Traditional Chinese translations. Thanks to @notlin4

MoreCulling - v0.16.0 for 1.19.1 & 1.19.2

09 Feb 04:20
Compare
Choose a tag to compare

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

MoreCulling - v0.15.0 for 1.19.3

27 Jan 01:21
Compare
Choose a tag to compare

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 in BakedOpacity
  • 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.