summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua9
-rw-r--r--textures/canned_beetroot.pngbin0 -> 606 bytes
2 files changed, 9 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index e95b354..7bd950e 100644
--- a/init.lua
+++ b/init.lua
@@ -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
new file mode 100644
index 0000000..9afaaad
--- /dev/null
+++ b/textures/canned_beetroot.png
Binary files differ