1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 07:03:22 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Jonathan Coates
e62f2630b5
Removes calls to isWireless
Wired modems don't exist on 1.4.7, so there's no method to distinguish
between wireless and wired modems.

Fixes #1733
2024-02-28 09:28:17 +00:00
Jonathan Coates
136fbd2589
Pull in CC:T 1.108.1, some other fixes
- Use Cobalt's new Java patcher, allowing us to use Java 17 syntax. As
   such, update a couple classes to make use of that.
 - Pull in latest ROM. This is very noisy (due to the link syntax
   changes), but mostly trivial changes.
 - Fix wget and pastebin programs using http methods which don't exist.
 - Make fs.open create the parent directory when opening for write, much
   like newer CC versions.
2023-10-04 18:56:11 +01:00
Jonathan Coates
073df30e53
Initial commit 2023-06-13 17:30:12 +01:00