quentin452 / OptimizationsAndTweaks

Mod that add some Optimizations/Bugfix/Tweakings for minecraft 1.7.10 and mods
GNU Lesser General Public License v3.0
35 stars 2 forks source link

[1.7.10]: Water doesn't spill #119

Open kotmatross28729 opened 6 months ago

kotmatross28729 commented 6 months ago

Modpack

Custom / none

Help isloating the issue

Game log

https://mclo.gs/qVA1OSR (nothing useful)

Description

https://github.com/quentin452/OptimizationsAndTweaks/assets/110309314/bf087f76-8c73-4831-ac64-829d94f15198

I tried to find a mixin, but it didn't work. I can say that when all mixins are turned off, this problem doesn't exist. Also, the obvious mixins didn't seem to affect this (eg: MixinBlockTickingWater, MixinBlockDynamicLiquid, MixinBlockLiquid)

Exi32 commented 3 months ago

line 238 in the config file "B:enableMixinWorldServer=true" setting this to false fixes the issue. I literally disabled everything one by one to find this.