You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if its possible to search for islands that contain a village or pillager outpost on large biome world types?
I was thinking the if conditions would be something like:
if there is any ocean <150 blocks north from spawn && if there is any ocean <150 blocks south from spawn && if there is any ocean <150 blocks east from spawn && if there is any ocean <150 blocks west from spawn && if there is a village or pillager outpost < 150 blocks from spawn
Would something like this be possible?
If so, could someone help me with the code?
Thanks
The text was updated successfully, but these errors were encountered:
Hi
I wonder if its possible to search for islands that contain a village or pillager outpost on large biome world types?
I was thinking the if conditions would be something like:
if there is any ocean <150 blocks north from spawn && if there is any ocean <150 blocks south from spawn && if there is any ocean <150 blocks east from spawn && if there is any ocean <150 blocks west from spawn && if there is a village or pillager outpost < 150 blocks from spawn
Would something like this be possible?
If so, could someone help me with the code?
Thanks
The text was updated successfully, but these errors were encountered: