1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-03 17:26:59 +00:00
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
..
2020-06-24 12:12:06 +01:00
2020-06-24 12:12:06 +01:00
2020-04-18 21:42:59 +01:00
2020-06-24 12:12:06 +01:00
2020-06-24 12:12:06 +01:00
2020-04-28 09:42:34 +01:00
2020-04-28 09:42:34 +01:00
2020-06-24 12:12:06 +01:00
2020-04-28 09:42:34 +01:00
2020-06-30 12:35:39 +01:00