update blocks data

This commit is contained in:
Tnze
2024-06-15 18:12:27 +08:00
parent fff914a786
commit c43d9048ba
9 changed files with 162 additions and 35 deletions

View File

@ -49,6 +49,9 @@ type (
SuspiciousSandEntity struct{}
BrushableBlockEntity struct{}
DecoratedPotEntity struct{}
CrafterEntity struct{}
TrialSpawnerEntity struct{}
VaultEntity struct{}
)
type EntityType int32