Cadiboo / NoCubes

A mod for 1.12.2+ that creates smooth terrain in Minecraft
https://Cadiboo.github.io/projects/nocubes/
GNU Lesser General Public License v3.0
140 stars 12 forks source link

extend fluids range creates infinite fluid source #105

Open hokomili opened 10 months ago

hokomili commented 10 months ago

Version: NoCubes-1.20.1-0.5.0-dev-b81a6c5.jar This happens while extend fluids range is not modified https://github.com/Cadiboo/NoCubes/assets/28939939/e442488d-b981-41e7-bbcf-ca70ed608bc5

Cadiboo commented 10 months ago

Hmm yes I can probably hack a check into minecraft’s ‘is source block’/‘should create new source block’ calculation to not consider surrounding blocks as being a source block if they are a smooth block. The trick is to do it in a way that still lets players swim through these extended fluids and let crops grow next to them…