diff --git a/azalea-entity/src/metadata.rs b/azalea-entity/src/metadata.rs index e6504194..1397e624 100644 --- a/azalea-entity/src/metadata.rs +++ b/azalea-entity/src/metadata.rs @@ -1,6 +1,6 @@ #![allow(clippy::single_match)] -// This file is generated from codegen/lib/code/entity.py. +// This file is @generated from codegen/lib/code/entity.py. // Don't change it manually! use azalea_chat::FormattedText; 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)] diff --git a/azalea-registry/src/tags/blocks.rs b/azalea-registry/src/tags/blocks.rs index ffabba8c..1a9d4a6d 100644 --- a/azalea-registry/src/tags/blocks.rs +++ b/azalea-registry/src/tags/blocks.rs @@ -1,4 +1,4 @@ -// This file was generated by codegen/lib/code/tags.py, don't edit it manually! +// This file was @generated by codegen/lib/code/tags.py, don't edit it manually! use std::{collections::HashSet, sync::LazyLock}; diff --git a/azalea-registry/src/tags/fluids.rs b/azalea-registry/src/tags/fluids.rs index 0713a655..ec96fa8f 100644 --- a/azalea-registry/src/tags/fluids.rs +++ b/azalea-registry/src/tags/fluids.rs @@ -1,4 +1,4 @@ -// This file was generated by codegen/lib/code/tags.py, don't edit it manually! +// This file was @generated by codegen/lib/code/tags.py, don't edit it manually! use std::{collections::HashSet, sync::LazyLock}; diff --git a/azalea-registry/src/tags/items.rs b/azalea-registry/src/tags/items.rs index 7e6758f4..1fadab14 100644 --- a/azalea-registry/src/tags/items.rs +++ b/azalea-registry/src/tags/items.rs @@ -1,4 +1,4 @@ -// This file was generated by codegen/lib/code/tags.py, don't edit it manually! +// This file was @generated by codegen/lib/code/tags.py, don't edit it manually! use std::{collections::HashSet, sync::LazyLock};