track barcode registry for easier updating

This commit is contained in:
legop3
2026-06-09 14:31:31 -04:00
parent 5f00d8c715
commit 0932ea5db7
2 changed files with 17 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"codes": {
"r001": {
"type": "rover",
"entityId": "Freaky",
"label": "Freaky"
},
"o001": {
"type": "object",
"entityId": "woodblock",
"label": "Wooden block"
}
}
}