mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Decrease beehive frequency on apple trees
This commit is contained in:
parent
d73ec09d83
commit
e48c13e140
@ -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