1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-01 16:30:47 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared/peripheral
SquidDev 4d5c52bc63 Replace WorldUtil methods with builtin alternatives
- Replace most 0 <= y < world.getHeight() checks with
  world.isBlockValid.
 - Remove several "in bounds" checks, as they'll be handled by later
   calls.
2018-12-26 10:28:32 +00:00
..
commandblock Reformat everything 2018-12-23 17:46:58 +00:00
common Reformat everything 2018-12-23 17:46:58 +00:00
diskdrive Reformat everything 2018-12-23 17:46:58 +00:00
modem Reformat everything 2018-12-23 17:46:58 +00:00
monitor Replace WorldUtil methods with builtin alternatives 2018-12-26 10:28:32 +00:00
printer Reformat everything 2018-12-23 17:46:58 +00:00
speaker Reformat everything 2018-12-23 17:46:58 +00:00
PeripheralType.java Add full block wired modems 2018-02-21 15:40:08 +00:00