8 lines
198 B
JSON
8 lines
198 B
JSON
{
|
|
"name": "Test Map",
|
|
"entities": [
|
|
{ "type": "player", "position": [10, 2, 0], "direction": "north" },
|
|
{ "type": "item", "position": [12, 2, 0], "item": "POTION", "quantity": 1 }
|
|
]
|
|
}
|