Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Growthcraft Rice: Rice Paddy Irrigation Bug #56

Closed
Nakuta opened this issue Dec 12, 2018 · 1 comment
Closed

Growthcraft Rice: Rice Paddy Irrigation Bug #56

Nakuta opened this issue Dec 12, 2018 · 1 comment

Comments

@Nakuta
Copy link

Nakuta commented Dec 12, 2018

untitled

The south-east corner of a 9x9 grid of rice paddies is not being properly irrigated. Please see the referenced image.

@Alatyami
Copy link
Member

So, this is an interesting problem. It is all about the math. The max field range is 4, meaning that there has to be a FuildBlock "water" within four blocks. The iterator uses the following range to find the fluid block:

x-4, y0, z-4 and x+4, y0, z+4

For some reason, in the SW corner, it doesn't think that the Water block is in range.

Going to change the way it finds the Water block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants