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
29 lines
555 B
Rust
29 lines
555 B
Rust
#![enable(unwrap_newtypes)]
|
|
|
|
[
|
|
(
|
|
specifier: "world.shrub.taiga.bush-0",
|
|
center: (4, 4, 3),
|
|
),
|
|
(
|
|
specifier: "world.shrub.taiga.bush-1",
|
|
center: (4, 4, 3),
|
|
),
|
|
(
|
|
specifier: "world.shrub.taiga.bush-2",
|
|
center: (4, 4, 3),
|
|
),
|
|
(
|
|
specifier: "world.shrub.taiga.bush-3",
|
|
center: (4, 4, 2),
|
|
),
|
|
(
|
|
specifier: "world.shrub.taiga.bush-4",
|
|
center: (3, 3, 2),
|
|
),
|
|
(
|
|
specifier: "world.shrub.taiga.bush-5",
|
|
center: (4, 4, 2),
|
|
),
|
|
]
|