Traben-0 / flowing_fluids

Other
11 stars 0 forks source link

Setting for block range of flow over edges #2

Closed smiRaphi closed 2 weeks ago

smiRaphi commented 3 weeks ago

It'd be nice to have an option to set the range to something higher than 4.

Traben-0 commented 3 weeks ago

that is an option i plan to make a setting for, though increasing it by more than a couple is not a great idea

keep in mind a distance of 4 means water placed on flat ground needs to check 40 blocks below it's current level as well as roughly 160 ways of potentially flowing to those blocks. and this does not scale linearly with higher numbers

Traben-0 commented 3 weeks ago

i added the option and its even more ridiculous than i initially thought, i have to cap the resulting search distance to 8 or else the world just freezes, likewise this means the gains from toning it down to 2 or 3 are also nice

smiRaphi commented 2 weeks ago

thank you!