refactor: remove redundant lua type wrappers

This commit is contained in:
2025-02-17 23:09:44 -05:00
parent 2cba4d797f
commit 0303244897
9 changed files with 58 additions and 211 deletions

View File

@@ -8,9 +8,6 @@ use super::{
container::item_stack::ItemStack,
container::{Container, ContainerRef},
direction::Direction,
entity::Entity,
fluid_state::FluidState,
hunger::Hunger,
vec3::Vec3,
};
use azalea::Client as AzaleaClient;