mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-08 17:57:02 +08:00
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.
6 lines
118 B
JSON
6 lines
118 B
JSON
{
|
|
"id": 1,
|
|
"name": "grass_block",
|
|
"description": "",
|
|
"texture": "texture/item/block/grass_block.png"
|
|
} |