generated from your-land/yl_template
Adds new lemon jam to legacy items
This commit is contained in:
parent
3d6d4923e6
commit
6a8a35d615
@ -143,6 +143,12 @@ local foods = {
|
||||
source_desc = "A jar of honey",
|
||||
target_desc = "A jar of aged honey"
|
||||
},
|
||||
lemon_jam = {
|
||||
source = "lemon_jam",
|
||||
target = "lemon_jam_plus",
|
||||
source_desc = "Lemon jam",
|
||||
target_desc = "Old lemon jam"
|
||||
},
|
||||
melon_jam = {
|
||||
source = "melon_jam",
|
||||
target = "melon_jam_plus",
|
||||
|
Loading…
Reference in New Issue
Block a user