diff options
-rw-r--r-- | init.lua | 9 | ||||
-rw-r--r-- | textures/canned_beetroot.png | bin | 0 -> 606 bytes |
2 files changed, 9 insertions, 0 deletions
@@ -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" + }, } diff --git a/textures/canned_beetroot.png b/textures/canned_beetroot.png Binary files differnew file mode 100644 index 0000000..9afaaad --- /dev/null +++ b/textures/canned_beetroot.png |