Developer-Mike/Minecraft-Bedrock-Formation-Finder-1.18

java file not running?

Opened this issue · 4 comments

I just downloaded the java file but every time I try to open it it says "a Java Exception has occurred"... I don't really know what I did wrong T_T

You need to use the file through the console. Examples are in the README.

ok managed to get it working. By the way while I was trying to find a 3x3 with air blocks underneath the program gave me the coordinates for a 3x3x3 solid cube... I don't really get why. I wrote the formation like this "2096576861634594948 0:0 floor 0,-60,0:1 1,-60,0:1 2,-60,0:1 0,-60,1:1 1,-60,1:1 2,-60,1:1 0,-60,2:1 1,-60,2:1 2,-60,2:1 0,-61,0:0 1,-61,0:0 2,-61,0:0 0,-61,1:0 1,-61,1:0 2,-61,1:0 0,-61,2:0 1,-61,2:0 2,-61,2:0 0,-62,0:0 1,-62,0:0 2,-62,0:0 0,-62,1:0 1,-62,1:0 2,-62,1:0 0,-62,2:0 1,-62,2:0 2,-62,2:0"

I have a problem and I don't understand how to get it to work do you mind helping me?

ok managed to get it working. By the way while I was trying to find a 3x3 with air blocks underneath the program gave me the coordinates for a 3x3x3 solid cube... I don't really get why. I wrote the formation like this "2096576861634594948 0:0 floor 0,-60,0:1 1,-60,0:1 2,-60,0:1 0,-60,1:1 1,-60,1:1 2,-60,1:1 0,-60,2:1 1,-60,2:1 2,-60,2:1 0,-61,0:0 1,-61,0:0 2,-61,0:0 0,-61,1:0 1,-61,1:0 2,-61,1:0 0,-61,2:0 1,-61,2:0 2,-61,2:0 0,-62,0:0 1,-62,0:0 2,-62,0:0 0,-62,1:0 1,-62,1:0 2,-62,1:0 0,-62,2:0 1,-62,2:0 2,-62,2:0"

that's because the code currently skips the check for air blocks.
#7