aboutsummaryrefslogtreecommitdiff
path: root/azalea-world/benches
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-06-02 07:45:26 +1100
committermat <git@matdoes.dev>2025-06-02 07:45:26 +1100
commitd028d7c3e9c84d177b7b10fa0d8f77d11bcea20f (patch)
treea37fa4167a3171dd46c17d8ea5b8674cc72c3c78 /azalea-world/benches
parentb103e6fdc0daa131d1177c5d0705134640aa9d6e (diff)
downloadazalea-drasl-d028d7c3e9c84d177b7b10fa0d8f77d11bcea20f.tar.xz
add basic support for getting biome ids in chunks
Diffstat (limited to 'azalea-world/benches')
-rw-r--r--azalea-world/benches/chunks.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/benches/chunks.rs b/azalea-world/benches/chunks.rs
index 0e7f4554..f84fdc56 100644
--- a/azalea-world/benches/chunks.rs
+++ b/azalea-world/benches/chunks.rs
@@ -11,7 +11,7 @@ fn bench_chunks(c: &mut Criterion) {
for x in 0..16 {
for z in 0..16 {
- chunk.set(
+ chunk.set_block_state(
&ChunkBlockPos::new(x, 1, z),
azalea_registry::Block::Bedrock.into(),
0,