This commit is contained in:
Chaoscaot
2023-03-05 15:11:51 +01:00
parent ff03732df5
commit d352bfaded
6 changed files with 64 additions and 4 deletions

View File

@ -5,9 +5,9 @@ pub mod pattern_mapper;
#[derive(Debug, Clone, Copy)]
pub struct SearchBehavior {
ignore_block_data: bool,
ignore_block_entities: bool,
ignore_entities: bool,
pub ignore_block_data: bool,
pub ignore_block_entities: bool,
pub ignore_entities: bool,
}
pub fn search(