1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-24 22:23:21 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/api
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
..
client Update to 1.15 2020-01-24 09:12:29 +00:00
filesystem Merge branch 'mc-1.14.x' into mc-1.15.x 2020-04-22 10:39:00 +01:00
lua Allow returning lua functions 2020-06-03 21:44:08 +01:00
media Some API cleanup 2020-01-28 22:23:43 +00:00
network Merge branch 'master' into mc-1.14.x 2020-01-13 15:05:50 +00:00
peripheral Implement IPeripheral.getTarget on a few additional TEs 2020-05-15 17:34:00 +01:00
pocket Switch to Forge's DeferredRegister 2020-06-27 10:23:51 +01:00
redstone Merge branch 'master' into mc-1.14.x 2020-01-13 15:05:50 +00:00
turtle Clean up data-gathering code 2020-06-30 12:35:39 +01:00
ComputerCraftAPI.java Fix handling of CC: T's version 2020-06-19 18:49:27 +01:00