1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-13 01:03:58 +00:00

3 Commits

Author SHA1 Message Date
Jonathan Coates
5426d880f0
Fix a couple of back-compatibility issues
- Add back red{set,probe,pulse}. Remove usage of analogue functions, as
   these don't exist on older versions (and is gonna be really hard to
   patch back in).

 - Remove turtle equip methods, as these are redundant.

 - Add turtle.{getSelectedSlot, getFuelLimit}. The latter is kinda
   useless (fuel limits come later!), but useful for compatibility.
2023-06-13 20:04:13 +01:00
Jonathan Coates
0bb6ec39bd
Clarify the README a little v1.4.7-1.105.0 2023-06-13 17:37:11 +01:00
Jonathan Coates
073df30e53
Initial commit 2023-06-13 17:30:12 +01:00