1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-28 08:03:21 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared
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
..
command Reformat everything 2018-12-23 17:46:58 +00:00
common Reformat everything 2018-12-23 17:46:58 +00:00
computer Replace WorldUtil methods with builtin alternatives 2018-12-26 10:28:32 +00:00
datafix Fix tile entities being registered with incorrect names 2018-11-16 12:29:29 +00:00
integration Reformat everything 2018-12-23 17:46:58 +00:00
media Fix a couple of issues with FileSystemMounts 2018-12-24 15:22:19 +00:00
network Reformat everything 2018-12-23 17:46:58 +00:00
peripheral Replace WorldUtil methods with builtin alternatives 2018-12-26 10:28:32 +00:00
pocket Move some shared upgrade code into a base class 2018-12-26 09:01:03 +00:00
proxy Remove direct support for beginner's turtles 2018-12-26 09:13:15 +00:00
turtle Replace WorldUtil methods with builtin alternatives 2018-12-26 10:28:32 +00:00
util Replace WorldUtil methods with builtin alternatives 2018-12-26 10:28:32 +00:00
wired Various improvements to peripheral invalidation 2018-04-16 18:22:28 +01:00