fixed basic movement, now add world loading
This commit is contained in:
parent
34ba37312a
commit
50f37ebc5f
23 changed files with 482 additions and 27 deletions
8
packs/base/data/items/items.json
Normal file
8
packs/base/data/items/items.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"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"] }
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue