mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
#![enable(unwrap_newtypes)]
|
|
|
|
[
|
|
(
|
|
specifier: "world.structure.natural.witch-hut",
|
|
center: (10, 13, 9)
|
|
),
|
|
(
|
|
specifier: "world.structure.natural.tree-house",
|
|
center: (20, 15, 10)
|
|
),
|
|
]
|