Something Working :D

This commit is contained in:
Chaoscaot
2023-04-13 23:16:12 +02:00
parent 9cca860db3
commit e03a805bdb
4 changed files with 33 additions and 12 deletions

View File

@ -18,10 +18,8 @@
pub mod pattern_mapper;
use serde::{Deserialize, Serialize};
use nbt::Map;
use pattern_mapper::match_palette;
use schemsearch_files::{SchematicVersioned, SpongeV2Schematic};
use schemsearch_files::SchematicVersioned::V2;
use schemsearch_files::SchematicVersioned;
use crate::pattern_mapper::match_palette_adapt;
#[derive(Debug, Clone, Copy, Deserialize, Serialize)]