Updated 1.21.6

This commit is contained in:
2025-06-16 12:46:46 +08:00
parent 539b4a3a7f
commit f67c9e3052
290 changed files with 22178 additions and 18088 deletions

View File

@ -17,6 +17,7 @@ type (
SignEntity struct{}
HangingSignEntity struct{}
MobSpawnerEntity struct{}
CreakingHeartEntity struct{}
PistonEntity struct{}
BrewingStandEntity struct{}
EnchantingTableEntity struct{}
@ -52,6 +53,8 @@ type (
CrafterEntity struct{}
TrialSpawnerEntity struct{}
VaultEntity struct{}
TestBlockEntity struct{}
TestInstanceBlockEntity struct{}
)
type EntityType int32