summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-06-10 21:14:33 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-06-10 21:14:33 +0300
commitdcfcba2701da3b6c6a964ab5da547010be152abf (patch)
tree29ee51b0ece3b7a587ac98177b7d2171f64adbaf
parentd7c515ed27792cdeed5abd1ba794ba828c7b23e4 (diff)
add beetroot
-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