1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-25 16:36:55 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared/pocket
SquidDev 63dc0daa09 Convert computer sides to an enum
Previously we just relied on magic int values, which was confusing and
potentially error-prone. We could use EnumFacing, but that's a)
dependent on MC and b) incorrect, as we're referring to local
coordinates.
2019-04-09 10:02:54 +01:00
..
apis Turn inspections up to 11 2019-03-29 21:26:21 +00:00
core Convert computer sides to an enum 2019-04-09 10:02:54 +01:00
inventory Turn inspections up to 11 2019-03-29 21:26:21 +00:00
items Convert computer sides to an enum 2019-04-09 10:02:54 +01:00
peripherals Some further cleanup and 1.13 cherry-picks 2019-04-02 12:08:03 +01:00
recipes Some further cleanup and 1.13 cherry-picks 2019-04-02 12:08:03 +01:00