mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
add comment to top of metadata.rs
This commit is contained in:
parent
91fdb2185d
commit
c9624b049b
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// This file is generated from codegen/lib/code/entity.py
|
||||
|
||||
use super::{EntityDataValue, Pose, Rotations, VillagerData};
|
||||
use azalea_chat::Component;
|
||||
use azalea_core::{BlockPos, Direction, Particle, Slot};
|
||||
|
|
|
@ -37,6 +37,8 @@ def generate_entity_metadata(burger_entity_data: dict, mappings: Mappings):
|
|||
]
|
||||
|
||||
code = []
|
||||
code.append('// This file is generated from codegen/lib/code/entity.py')
|
||||
code.append('')
|
||||
code.append('use super::{EntityDataValue, Rotations, VillagerData, Pose};')
|
||||
code.append('use azalea_chat::Component;')
|
||||
code.append('use azalea_core::{BlockPos, Direction, Particle, Slot};')
|
||||
|
|
Loading…
Add table
Reference in a new issue