diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-06-10 21:14:33 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-06-10 21:14:33 +0300 |
commit | dcfcba2701da3b6c6a964ab5da547010be152abf (patch) | |
tree | 29ee51b0ece3b7a587ac98177b7d2171f64adbaf | |
parent | d7c515ed27792cdeed5abd1ba794ba828c7b23e4 (diff) |
add beetroot
-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 |