forked from your-land/canned_food
add beetroot
This commit is contained in:
parent
d7c515ed27
commit
dcfcba2701
9
init.lua
9
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"
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
BIN
textures/canned_beetroot.png
Normal file
BIN
textures/canned_beetroot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 606 B |
Loading…
Reference in New Issue
Block a user