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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/object/item.go b/internal/object/item.go
index 60d9ff9..6f0faac 100644
--- a/internal/object/item.go
+++ b/internal/object/item.go
@@ -58,6 +58,7 @@ type ItemDef struct {
EatMessage string `yaml:"eat_message"`
MadeFrom []MadeFromEntry `yaml:"made_from,omitempty"`
Ticks float64 `yaml:"ticks"`
+ ProvidesJunk string `yaml:"provides_junk,omitempty"`
}
type MadeFromEntry struct {