aboutsummaryrefslogtreecommitdiff
path: root/internal/object/item.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/object/item.go')
-rw-r--r--internal/object/item.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/object/item.go b/internal/object/item.go
index 7c682a4..8ec1565 100644
--- a/internal/object/item.go
+++ b/internal/object/item.go
@@ -74,7 +74,7 @@ type ItemDef struct {
type MadeFromEntry struct {
Items []string `yaml:"items"`
- Qty int `yaml:"qty"`
+ Quantity int `yaml:"quantity"`
Byproducts []string `yaml:"byproducts"`
}