Reforged-Hub / radium-upstream

A Forge port of mod designed to improve the general performance of Minecraft without breaking things
GNU Lesser General Public License v3.0
5 stars 0 forks source link

Restructure Entity.updateWaterState overwrite so mod mixins work #30

Closed embeddedt closed 7 months ago

embeddedt commented 7 months ago

Extracting the code to a helper method had the side effect of breaking redirects on the fallDistance field assignment.

Fixes #29