forked from your-land/canned_food
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
25328dda3f |
9
init.lua
9
init.lua
@ -290,6 +290,15 @@ local canned_food_definitions = {
|
|||||||
sugar = false,
|
sugar = false,
|
||||||
transforms = "Pickled beetroot"
|
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 = {}
|
local lbm_list = {}
|
||||||
|
3
mod.conf
Normal file
3
mod.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
name = canned_food
|
||||||
|
depends = default, vessels, flowers
|
||||||
|
optional_depends = ethereal, farming, unified_inventory
|
BIN
textures/canned_food_canned_cabbage.png
Normal file
BIN
textures/canned_food_canned_cabbage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user