From 4e338230f7145a025b1d2a0ee1538bae4aebba8c Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 5 Mar 2026 03:48:48 -0530 Subject: optimized converting from blockstate to blockkind --- azalea-block/src/generated.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-block/src/generated.rs') diff --git a/azalea-block/src/generated.rs b/azalea-block/src/generated.rs index 85a911c1..62b580d7 100644 --- a/azalea-block/src/generated.rs +++ b/azalea-block/src/generated.rs @@ -3,6 +3,7 @@ use std::{fmt::Debug, str::FromStr}; use azalea_block_macros::make_block_states; +use azalea_registry::{Registry, builtin::BlockKind}; use crate::{ BlockBehavior, BlockState, BlockStates, BlockTrait, InvalidPropertyError, Property, -- cgit v1.2.3