[Suggestuion] Allow toggling dymanicCacheGen feature
AnikeiPS opened this issue ยท 1 comments
After implementing dynamic cache generation (I think this action) MoreCulling crashes when powering piston (at net.minecraft.class_4970$class_4971$class_3752.redirect$hlp000$moreculling$customCullingShape(class_4970.java:2406) ~[client-intermediary.jar:?]
). Add toggle to turn off/on this feature in config.
The MoreCulling crashes are caused by mixins on their end that make too many assumptions, and have been reported to them: FxMorin/MoreCulling#195
Nonetheless, this feature can already be toggled by disabling mixin.perf.reduce_blockstate_cache_rebuilds
.