mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
b1476071b1
Spots - Gnarling Tree - Troll Cave - Underwater Shipwreck second variation. Shrubs added to biomes - Savannah Shrubs - Taiga Shrubs - Temperate Shrubs Galleon ship added
45 lines
933 B
Rust
45 lines
933 B
Rust
#![enable(unwrap_newtypes)]
|
|
|
|
[
|
|
(
|
|
specifier: "world.shrub.savannah.bush-0",
|
|
center: (5, 3, 8),
|
|
),
|
|
(
|
|
specifier: "world.shrub.savannah.bush-1",
|
|
center: (5, 6, 6),
|
|
),
|
|
(
|
|
specifier: "world.shrub.savannah.bush-2",
|
|
center: (4, 4, 3),
|
|
),
|
|
(
|
|
specifier: "world.shrub.savannah.bush-3",
|
|
center: (5, 6, 3),
|
|
),
|
|
(
|
|
specifier: "world.shrub.savannah.bush-4",
|
|
center: (7, 7, 5),
|
|
),
|
|
(
|
|
specifier: "world.shrub.savannah.bush-5",
|
|
center: (4, 5, 4),
|
|
),
|
|
(
|
|
specifier: "world.shrub.savannah.bush-6",
|
|
center: (3, 3, 3),
|
|
),
|
|
(
|
|
specifier: "world.shrub.savannah.bush-7",
|
|
center: (3, 3, 3),
|
|
),
|
|
(
|
|
specifier: "world.shrub.savannah.bush-8",
|
|
center: (2, 2, 3),
|
|
),
|
|
(
|
|
specifier: "world.shrub.savannah.bush-9",
|
|
center: (4, 3, 3),
|
|
),
|
|
]
|