diff options
| author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-02-28 01:28:39 +0300 | 
|---|---|---|
| committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-02-28 01:28:39 +0300 | 
| commit | 69720a4fd5fa7009eb925ac52573a3f8d8484053 (patch) | |
| tree | 4720d39c1afbfe949bc29bd8162fe535f124d991 | |
| parent | 1c4692cedf9994b5703a1117271c4dbca5c11f37 (diff) | |
support for pineapple and Co
| -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.pngBinary files differ new 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.pngBinary files differ index d1c7ba4..3050a82 100644 --- a/textures/canned_onion.png +++ b/textures/canned_onion.png diff --git a/textures/canned_pineapple.png b/textures/canned_pineapple.pngBinary files differ new 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.pngBinary files differ new 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.pngBinary files differ index 59dc491..daf853c 100644 --- a/textures/honey_jar.png +++ b/textures/honey_jar.png | 
