diff options
| author | mat <git@matdoes.dev> | 2025-05-31 08:56:17 +0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-05-30 18:09:44 -1000 |
| commit | 0a7648ce483737a665377a7be84f14f8bd98a9c9 (patch) | |
| tree | abf223ab8ffe236c1e80822092e556e9b3bd6f87 /azalea-physics/src | |
| parent | f27c87b291a920376e006a470efb353dee46ed17 (diff) | |
| download | azalea-drasl-0a7648ce483737a665377a7be84f14f8bd98a9c9.tar.xz | |
add '@generated' to generated code
Diffstat (limited to 'azalea-physics/src')
| -rw-r--r-- | azalea-physics/src/collision/blocks.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-physics/src/collision/blocks.rs b/azalea-physics/src/collision/blocks.rs index e02e3fd1..ef849b90 100644 --- a/azalea-physics/src/collision/blocks.rs +++ b/azalea-physics/src/collision/blocks.rs @@ -1,6 +1,6 @@ //! Autogenerated block collisions for every block -// This file is generated from codegen/lib/code/shapes.py. If you want to +// This file is @generated from codegen/lib/code/shapes.py. If you want to // modify it, change that file. #![allow(clippy::explicit_auto_deref)] |
