Digitizer returns incorrect value from getItemDetail #60

Closed
opened 2024-01-31 14:37:55 +00:00 by BlakeRain · 0 comments
Owner

The getItemDetail method returns an invalid value. We expect a single table (or nil), but instead we're getting a nested table:

{
  {
    count = 2,
    displayName = "   [Stone Bricks,]"
    maxCount = 64,
    name = "minecraft:stone_bricks"
  }
}
The `getItemDetail` method returns an invalid value. We expect a single table (or `nil`), but instead we're getting a nested table: ```lua { { count = 2, displayName = " [Stone Bricks,]" maxCount = 64, name = "minecraft:stone_bricks" } } ```
BlakeRain added the
Focus/CC
Focus/Block Entities
Kind/Bug
labels 2024-01-31 14:37:55 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bans-minecraft/utamacraft#60
No description provided.