Compare commits

...

1 Commits

Author SHA1 Message Date
25328dda3f Added canned cabbage Solves original #3 2022-04-10 05:45:51 +02:00
3 changed files with 12 additions and 0 deletions

View File

@ -290,6 +290,15 @@ local canned_food_definitions = {
sugar = false,
transforms = "Pickled beetroot"
},
canned_cabbage = {
proper_name = "Canned cabbage",
found_in = "farming",
obj_name = "farming:cabbage",
orig_nutritional_value = 1,
amount = 5,
sugar = false,
transforms = "Sauerkraut"
},
}
local lbm_list = {}

3
mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = canned_food
depends = default, vessels, flowers
optional_depends = ethereal, farming, unified_inventory

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB