mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
did what isse said i should do
This commit is contained in:
parent
7dce9513c1
commit
fd173e7f08
@ -295,7 +295,6 @@ pub fn block_from_structure(
|
||||
)
|
||||
};
|
||||
|
||||
|
||||
range.map(|range| {
|
||||
if calendar.map_or(false, |c| c.is_event(CalendarEvent::Christmas))
|
||||
&& field.chance(pos + structure_pos, 0.025)
|
||||
|
@ -227,10 +227,7 @@ pub fn apply_trees_to(
|
||||
ForestKind::Mapletree => {
|
||||
break 'model TreeModel::Procedural(
|
||||
ProceduralTree::generate(
|
||||
TreeConfig::oak(
|
||||
&mut RandomPerm::new(seed),
|
||||
scale,
|
||||
),
|
||||
TreeConfig::oak(&mut RandomPerm::new(seed), scale),
|
||||
&mut RandomPerm::new(seed),
|
||||
),
|
||||
StructureBlock::MapleLeaves,
|
||||
|
Loading…
Reference in New Issue
Block a user