Computercraft turtle mining logs near player gives the player trinkets
Goldenlion5648 opened this issue ยท 1 comments
I wrote a computercraft mining turtle program to mine logs, and just standing near it gives me trinkets while the turtle mines.
Seems like the reason why this is happening is that CC:Tweaked uses the owner's UUID for their fake player and Lost Trinkets uses the UUID of the player. This can probably be fixed by filtering out instanceof FakePlayer
.