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