1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-02-10 16:10:05 +00:00
Jonathan Coates f8ef40d378
Add a method for checking peripheral equality
This feels a little overkill, but nice to standardise how this code
looks.

There's a bit of me which wonders if we should remove
IPeripheral.equals, and just use Object.equals, but I do also kinda like
the explicitness of the current interface? IDK.
2024-03-16 14:01:22 +00:00
..