1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-13 03:30:29 +00:00
CC-Tweaked/doc/stub
SquidDev 36bb8b67c9 Clean up data-gathering code
- Refer to this as "data" rather than "metadata". I'm still not sure
   where the meta came from - blame OpenPeripheral I guess.
 - Likewise, use getItemDetail within inventory methods, rather than
   getItemMeta.
 - Refactor common data-getting code into one class. This means that
   turtle.getItemDetail, turtle.inspect and commands.getBlockInfo all
   use the same code.
 - turtle.getItemDetail now accepts a second "detailed" parameter which
   will include the full metadata (#471, #452).
 - Tags are now only included in the detailed list. This is a breaking
   change, however should only affect one version (1.89.x) and I'm not
   convinced that the previous behaviour was safe.
2020-06-30 12:35:39 +01:00
..
commands.lua Finish off documentation for the commands API 2020-05-05 21:17:52 +01:00
computer.lua Add documentation for peripherals 2020-06-24 12:12:06 +01:00
drive.lua Add documentation for peripherals 2020-06-24 12:12:06 +01:00
fs.lua Improvements to the various file system programs (rm, mv, rename) (#440) 2020-05-12 11:32:48 +01:00
http.lua A small amount of Lua documentation 2020-04-18 21:42:59 +01:00
modem.lua Add documentation for peripherals 2020-06-24 12:12:06 +01:00
monitor.lua Add documentation for peripherals 2020-06-24 12:12:06 +01:00
os.lua Fix usages of global variables 2020-04-28 09:42:34 +01:00
pocket.lua Fix usages of global variables 2020-04-28 09:42:34 +01:00
printer.lua Add documentation for peripherals 2020-06-24 12:12:06 +01:00
redstone.lua Document and test the redstone library 2020-05-15 10:03:47 +01:00
term.lua Fix usages of global variables 2020-04-28 09:42:34 +01:00
turtle.lua Clean up data-gathering code 2020-06-30 12:35:39 +01:00