Update TileEntityMachineRadarNT.java

Fixed a comma typo
This commit is contained in:
Kirby7871 2025-05-29 02:36:36 +02:00 committed by GitHub
parent 3a8e0048a3
commit d01f54d1ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -712,7 +712,7 @@ public class TileEntityMachineRadarNT extends TileEntityMachineBase implements I
"getAmount",
"isIndexPlayer",
"getIndexType",
"getEntityAtIndex"
"getEntityAtIndex",
"getPos"
};
}