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
17
packs/base/data/world/chunks/0_1.json
Normal file
17
packs/base/data/world/chunks/0_1.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"schema": 1,
|
||||
"id": "worldchunk:0_1",
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"biome": "biome:plains",
|
||||
"spawn_zones": [
|
||||
{
|
||||
"id": "spawn:plains_a",
|
||||
"biome": "biome:plains",
|
||||
"rect": [80, 80, 360, 300],
|
||||
"time_windows": ["morning", "day"],
|
||||
"weather": ["any"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue