did what isse said i should do

This commit is contained in:
BigKhan 2024-01-28 14:42:08 +00:00
parent 7dce9513c1
commit fd173e7f08
2 changed files with 1 additions and 5 deletions

View File

@ -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)

View File

@ -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,