mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'treeco/too-many-bees' into 'master'
Decrease beehive frequency on apple trees See merge request veloren/veloren!2911
This commit is contained in:
commit
3a883a3695
@ -391,7 +391,7 @@ impl TreeConfig {
|
||||
leaf_vertical_scale: 0.7,
|
||||
proportionality: 0.0,
|
||||
inhabited: false,
|
||||
hanging_sprites: &[(0.03, SpriteKind::Apple), (0.02, SpriteKind::Beehive)],
|
||||
hanging_sprites: &[(0.03, SpriteKind::Apple), (0.007, SpriteKind::Beehive)],
|
||||
trunk_block: StructureBlock::Filled(BlockKind::Wood, Rgb::new(90, 45, 15)),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user