1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-02 10:37:54 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Jonathan Coates
35e227ed02 Update http wrappers to match CC 1.5
It might be fun to switch to CC:T's HTTP API, but for now let's just get
something working.

Fixes #1587.
2023-09-13 22:08:08 +01:00
Jonathan Coates
687a29de95 Bump CC:T to 1.105.1 v1.4.7-1.105.1 2023-06-13 22:55:11 +01:00
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