items_osrs.json is out of date
I believe items_osrs.json was originally added when this project was first started in 2017. It is missing any items that have been added since then.
This is closely tied to #6 , but could be an easier change if someone finds updated data instead of requiring a code change.
The below comment has a link to a newer item_db.json.
https://github.com/osrsbox/osrsbox-db/pull/236#issuecomment-1368132153
Looks to be pretty up to date since it has the new Saturated heart included. Unfortunately, it looks to have a completely different JSON schema than items_osrs.json
...
"27641": {
"id": 27641,
"name": "Saturated heart",
"isTradeable": false,
"icon": "data:image/png;base64,<snip>="
},
...
I try to update it every week when new items get added. It currently has the data the Bank layout editor requires but I can add other information if someone needs it, just let me know.
The links are now outdated, if you wish to still use my files you can find them here where they will stay for the foreseeable future.