add beetroot

This commit is contained in:
h-v-smacker 2018-06-10 21:14:33 +03:00
parent d7c515ed27
commit dcfcba2701
2 changed files with 9 additions and 0 deletions

View File

@ -255,6 +255,15 @@ local canned_food_definitions = {
amount = 8,
sugar = false,
},
canned_beetroot = {
proper_name = "Canned beetroot",
found_in = "farming",
obj_name = "farming:beetroot",
orig_nutritional_value = 1,
amount = 5,
sugar = false,
transforms = "Pickled beetroot"
},
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B