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.
7 lines
131 B
JSON
7 lines
131 B
JSON
{
|
|
"id": 8,
|
|
"name": "snowy_grass_block",
|
|
"description": "",
|
|
"texture": "texture/item/block/snowy_grass_block.png"
|
|
}
|