Skip to content

Commit

Permalink
Update items_tools.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GuckTubeYT authored Dec 22, 2023
1 parent 962e984 commit 476b34b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/js/items_tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,9 @@ function item_decoder(file, using_editor) {
var int_version_16 = read_buffer_number(arrayBuffer, mem_pos, 2)
mem_pos += 2;
}

if (item_id != a) console.log(`Unordered Items ${item_id}`)

data_json.items[a] = {}
data_json.items[a].item_id = item_id
data_json.items[a].editable_type = editable_type
Expand Down

0 comments on commit 476b34b

Please sign in to comment.