mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-01-29 15:00:16 +00:00
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.