Files
Cubed/assets/item/log.json
zhenyan121 2358cfd9a4 feat(item): add item manager with JSON asset loading
Implement ItemManager to load and query item definitions from assets/item JSON files. Add ItemData struct, item asset metadata, CMake source registration, and initialize the manager during app startup. Also add AGENTS.md repository guidelines.
2026-08-04 14:24:10 +08:00

7 lines
103 B
JSON

{
"id": 5,
"name": "log",
"description": "",
"texture": "texture/item/block/log.png"
}