1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-01 00:10:47 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared/turtle
SquidDev 55847460c5 Provide an API for registering custom APIs
ILuaAPI has been moved to dan200.computercraft.api.lua. One creates
a new API by registering an instance of ILuaAPIFactory. This takes an
instance of IComputerSystem and returns such an API.

IComputerSystem is an extension of IComputerAccess, with methods to
access additional information about the the computer, such as its label
and filesystem.
2017-11-19 18:23:38 +00:00
..
apis Provide an API for registering custom APIs 2017-11-19 18:23:38 +00:00
blocks Fix BlockFaceShape not being overridden for turtles and peripherals 2017-09-18 08:33:40 +01:00
core Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
entity Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
inventory Initial update to 1.12 2017-07-25 21:10:47 +01:00
items Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
recipes Initial update to 1.12 2017-07-25 21:10:47 +01:00
upgrades Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00