You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/src/main/java/org/embeddedt/modernfix/common/mixin/perf/reduce_blockstate_cache_rebuilds/BlockStateBaseMixin.java
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,19 @@ private FluidState genCacheBeforeGettingFluid(BlockBehaviour.BlockStateBase base
87
87
// don't generate the full cache here as mods will iterate for the fluid state a lot
88
88
// assume blockstates will not change their contained fluidstate at runtime more than once
89
89
// this is how Lithium's implementation used to work, so it should be fine
0 commit comments