SuperSpaceEye / Some-Peripherals

MIT License
3 stars 4 forks source link

scanForPlayers is not returning values #18

Open Bonono63 opened 4 months ago

Bonono63 commented 4 months ago

I have an advanced turtle running the following program: https://pastebin.com/yAw45fLq I am receiving an empty table from the scanForPlayers function.

I am using fabric if that is important

Here is the log if you want to look at the mod list or other details. https://pastebin.com/bxMJS30C

Let me know if the function simply hasn't been implemented on the fabric version. Thank you for your time!

SuperSpaceEye commented 4 months ago

I'm currently working on an another project, so idk when I will return to Some Peripherals. I will, eventually, but probably not any time soon.

SuperSpaceEye commented 2 months ago

Very late, but it was probably because i've set incorrect range for config, causing default value for range (-1, so the range is unlimited) become basically almost zero instead. Just change the value to any positive number as a workaround for now