Update mod.rs

This commit is contained in:
BigKhan 2024-01-31 17:25:27 +00:00
parent 5d6d976b7f
commit 7aa9955e98

View File

@ -282,7 +282,7 @@ pub fn block_from_structure(
| StructureBlock::Chestnut | StructureBlock::Chestnut
| StructureBlock::Baobab | StructureBlock::Baobab
| StructureBlock::MapleLeaves | StructureBlock::MapleLeaves
| StructureBlock::CherryLeaves | StructureBlock::CherryLeaves
| StructureBlock::AutumnLeaves => { | StructureBlock::AutumnLeaves => {
let ranges = sblock let ranges = sblock
.elim_case_pure(&index.colors.block.structure_blocks) .elim_case_pure(&index.colors.block.structure_blocks)