8 lines
226 B
JSON
8 lines
226 B
JSON
{
|
|
"schema": 1,
|
|
"items": [
|
|
{ "id": "item:forest_herb", "name": "Forest Herb", "stack_max": 99, "tags": ["natural"] },
|
|
{ "id": "item:rusty_coin", "name": "Rusty Coin", "stack_max": 99, "tags": ["unnatural"] }
|
|
]
|
|
}
|
|
|