Skip to content

Releases: FxMorin/MoreCulling

MoreCulling - v0.25.0 for 1.20.5-1.20.6

27 Apr 00:55
Compare
Choose a tag to compare

MoreCulling - v0.25.0 for 1.20.5

25 Apr 16:51
Compare
Choose a tag to compare
Pre-release

Changes:

  • Support for 1.20.5
  • Fixed #228
  • Malay translations (ms_my & zlm_arab) - Thanks @NuruddinPlays

MoreCulling - v0.24.0 for 1.20.[1-4]

20 Apr 09:12
Compare
Choose a tag to compare

Changes:

  • Changed how the disableOption API is used.

MoreCulling - v0.23.1 for 1.20.[1-4]

16 Apr 00:43
Compare
Choose a tag to compare

Changes:

  • Fixes v0.23.0 crashing in 1.20.1

MoreCulling - v0.23.0 for 1.20.[1-4]

14 Apr 02:25
Compare
Choose a tag to compare

Changes:

  • Fixed trapdoors with custom models sometimes being transparent
  • Added support for mods to disable options through the API

Temporarily removed to fix a crash

MoreCulling - v0.22.1 for 1.20.[1-4]

25 Jan 15:33
Compare
Choose a tag to compare

Changes:

  • Fixed incompatibility with Extended Clouds #222
  • Fixed the config sometimes not working correctly
  • Lowered the fabric loader requirement to v0.15.0

MoreCulling - v0.22.0 for 1.20.[1-4]

19 Jan 03:30
Compare
Choose a tag to compare

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.

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

08 Jan 14:40
Compare
Choose a tag to compare

New Culling options:

  • End Gateway culling - #167
  • Beacon Beam culling - #191

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.

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

07 Jan 07:25
Compare
Choose a tag to compare

Changes:

  • Fixes crash with Sodium
  • Fixes 0.20.2 crashing due to mixin config

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