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

@ -58,6 +58,12 @@ var EnumProperties = []EnumProperty{
{Name: "TrialSpawnerState", Values: []string{
"inactive", "waiting_for_players", "active", "waiting_for_reward_ejection", "ejecting_reward", "cooldown",
}},
{Name: "TestBlockMode", Values: []string{
"start", "log", "fail", "accept",
}},
{Name: "CreakingHeartState", Values: []string{
"uprooted", "dormant", "awake",
}},
}
//go:embed properties_enum.go.tmpl