Skip to content

Commit

Permalink
feat: replace pink concrete with resource nodules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Nov 12, 2024
1 parent 2352773 commit 075999b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/proof-of-concept/src/command/replace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ impl hyperion_clap::MinecraftCommand for ReplaceCommand {
let started_time = std::time::Instant::now();

let concrete_positions: HashSet<_, GxBuildHasher> =
blocks.par_scan_for(BlockState::ORANGE_CONCRETE).collect();
blocks.par_scan_for(BlockState::PINK_CONCRETE).collect();

let scan_time = started_time.elapsed();

Expand Down

0 comments on commit 075999b

Please sign in to comment.