1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-26 12:43:13 +00:00
Jonathan Coates fa33949113
Merge AbstractComputerItem and ComputerItem
ComputerItem was just an empty subclass, so no sense keeping around. We
probably could get rid of CommandComputerItem too (just do an `instanceof
GameMasterBlock` in `getPlacementState`), but there's no rush.
2025-02-16 21:12:35 +00:00
..