diff options
| author | mat <git@matdoes.dev> | 2025-08-20 17:40:55 -1100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-08-20 17:41:06 -1100 |
| commit | 01e0541b2d8d3acc30999e34992479b3d79fbdbd (patch) | |
| tree | 89f4297fc011255d66a566a91721e90e5658c724 /azalea-block/src/generated.rs | |
| parent | 3327f1e243253a7b51e38b79012c17767f47c99e (diff) | |
| download | azalea-drasl-01e0541b2d8d3acc30999e34992479b3d79fbdbd.tar.xz | |
generate better code in azalea-block
Diffstat (limited to 'azalea-block/src/generated.rs')
| -rw-r--r-- | azalea-block/src/generated.rs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/azalea-block/src/generated.rs b/azalea-block/src/generated.rs index c3ef7510..f7ec4e6c 100644 --- a/azalea-block/src/generated.rs +++ b/azalea-block/src/generated.rs @@ -1,8 +1,13 @@ +//! This code is @generated by codegen/genblocks.py. + use std::fmt::Debug; use azalea_block_macros::make_block_states; -use crate::{BlockBehavior, BlockState, BlockStates, BlockTrait, Property}; +use crate::{ + BlockBehavior, BlockState, BlockStates, BlockTrait, Property, + block_state::BlockStateIntegerRepr, +}; make_block_states! { Properties => { |
