From bf7c27c2cbf3eb56a0a4c5141e39b152c51614b5 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 1 Jul 2026 04:53:56 -0400 Subject: feat: admin gui map, item, and objects mostly complete --- internal/item/item.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/item') diff --git a/internal/item/item.go b/internal/item/item.go index 9c753b1..8edae92 100644 --- a/internal/item/item.go +++ b/internal/item/item.go @@ -280,7 +280,7 @@ type CraftDef struct { Subtype string `yaml:"subtype,omitempty"` Level int `yaml:"level"` XP int `yaml:"xp"` - Wait float64 `yaml:"wait"` + TicksPerCycle float64 `yaml:"ticks_per_cycle"` Station []string `yaml:"station"` Tool string `yaml:"tool"` Ingredients []IngredientEntry `yaml:"ingredients"` -- cgit v1.2.3