Asek3 / Rubidium

Rubidium is an Unofficial Fork of CaffeineMC's "Sodium", made to work with Forge Mod Loader.
GNU Lesser General Public License v3.0
117 stars 56 forks source link

Avoid BlockPos allocation in `MixinClientWorld#performFluidDisplayTick` #595

Closed Kasualix closed 1 year ago

Kasualix commented 1 year ago

This shouldn't break anything, as the BlockPos.Mutable variable is also passed down from a newly created BlockPos.Mutable local variable in the original method.

Kasualix commented 1 year ago

embeddium exists.

Asek3 commented 1 year ago

thanks