Merith-TK / cc-restitched-unmaintained

CC: Tweaked ported for Fabric 1.16.x
Other
10 stars 11 forks source link

turtle.getItemDetail with advanced flag does not return extra data #41

Closed fatboychummy closed 3 years ago

fatboychummy commented 3 years ago

User Information

Minecraft version: 1.16.5 CC:R version: 1.95.3

Bug Information

In CC:T, running turtle.getItemDetail(anySlot, true) should give more advanced data about an item, including some nbt data for some things. However, this does not happen, and it returns the exact same result to turtle.getItemDetail(anySlot).

Images

unknown-61 unknown-63

The above images should have a lot more data, including a displayName field.

Links

The beginning of the short discussion on discord.

hugeblank commented 3 years ago

Seems like the functionality is entirely missing within the turtle API. Working on adding it, but kinda confused at what point it vanished.

Edit: Context