mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-13 03:30:29 +00:00
36bb8b67c9
- 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. |
||
---|---|---|
.. | ||
commands.lua | ||
computer.lua | ||
drive.lua | ||
fs.lua | ||
http.lua | ||
modem.lua | ||
monitor.lua | ||
os.lua | ||
pocket.lua | ||
printer.lua | ||
redstone.lua | ||
term.lua | ||
turtle.lua |