1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-11-16 14:54:54 +00:00
CC-Tweaked/src/main/java/dan200/computercraft
SquidDev 84a6bb1cf3 Make generic peripherals on by default
This is a long way away from "feature complete" as it were. However,
it's definitely at a point where it's suitable for general usage - I'm
happy with the API, and don't think I'm going to be breaking things any
time soon.

That said, things aren't exposed yet for Java-side public consumption. I
was kinda waiting until working on Plethora to actually do that, but not
sure if/when that'll happen.

If someone else wants to work on an integration mod (or just adding
integrations for their own mod), do get in touch and I can work out how
to expose this.

Closes #452
2020-10-31 10:03:09 +00:00
..
api Correct IPeripheral documentation 2020-07-14 19:53:10 +01:00
client Add configuration options to control terminal sizes (#475) 2020-06-28 16:33:03 +01:00
core Document remaining OS functions (#554) 2020-10-11 22:38:18 +01:00
data Switch to Forge's DeferredRegister 2020-06-27 10:23:51 +01:00
shared Make generic peripherals on by default 2020-10-31 10:03:09 +00:00
ComputerCraft.java Make generic peripherals on by default 2020-10-31 10:03:09 +00:00
ComputerCraftAPIImpl.java Move getResourceFile to CCAPIImpl 2020-07-18 10:31:28 +01:00