diff options
-rw-r--r-- | init.lua | 33 | ||||
-rw-r--r-- | textures/canned_garlic_cloves.png | bin | 0 -> 934 bytes | |||
-rw-r--r-- | textures/canned_onion.png | bin | 677 -> 1091 bytes | |||
-rw-r--r-- | textures/canned_pineapple.png | bin | 0 -> 717 bytes | |||
-rw-r--r-- | textures/canned_wild_onion.png | bin | 0 -> 677 bytes | |||
-rw-r--r-- | textures/honey_jar.png | bin | 552 -> 601 bytes |
6 files changed, 29 insertions, 4 deletions
@@ -77,14 +77,14 @@ local canned_food_definitions = { amount = 5, sugar = true }, - canned_onion = { - proper_name = "Canned onions", + canned_wild_onion = { + proper_name = "Canned wild onions", found_in = "ethereal", obj_name = "ethereal:wild_onion_plant", orig_nutritional_value = 2, amount = 4, sugar = false, - transforms = "Pickled onions" + transforms = "Pickled wild onions" }, blueberry_jam = { proper_name = "Blueberry jam", @@ -213,7 +213,32 @@ local canned_food_definitions = { amount = 4, sugar = false }, - + canned_pineapple = { + proper_name = "Canned pineapple rings", + found_in = "farming", + obj_name = "farming:pineapple_ring", + orig_nutritional_value = 1, + amount = 5, + sugar = false + }, + canned_onion = { + proper_name = "Canned onions", + found_in = "farming", + obj_name = "farming:onion", + orig_nutritional_value = 1, + amount = 4, + sugar = false, + transforms = "Pickled onions" + }, + canned_garlic_cloves = { + proper_name = "Canned garlic cloves", + found_in = "farming", + obj_name = "farming:garlic_clove", + orig_nutritional_value = 0.5, + amount = 8, + sugar = false, + transforms = "Pickled garlic cloves" + }, } diff --git a/textures/canned_garlic_cloves.png b/textures/canned_garlic_cloves.png Binary files differnew file mode 100644 index 0000000..6d41ff7 --- /dev/null +++ b/textures/canned_garlic_cloves.png diff --git a/textures/canned_onion.png b/textures/canned_onion.png Binary files differindex d1c7ba4..3050a82 100644 --- a/textures/canned_onion.png +++ b/textures/canned_onion.png diff --git a/textures/canned_pineapple.png b/textures/canned_pineapple.png Binary files differnew file mode 100644 index 0000000..b1a10a2 --- /dev/null +++ b/textures/canned_pineapple.png diff --git a/textures/canned_wild_onion.png b/textures/canned_wild_onion.png Binary files differnew file mode 100644 index 0000000..d1c7ba4 --- /dev/null +++ b/textures/canned_wild_onion.png diff --git a/textures/honey_jar.png b/textures/honey_jar.png Binary files differindex 59dc491..daf853c 100644 --- a/textures/honey_jar.png +++ b/textures/honey_jar.png |