diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-05-07 02:13:39 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-05-07 02:13:39 +0300 |
commit | 1d9bc8af4779cec1d3bb45ee962fcb3194971757 (patch) | |
tree | 66e099df88d6f04fa171862f67d403ca296d6139 /init.lua | |
parent | e1392055961a32003fbec16c5a5081b9c7676e80 (diff) |
Feldweg recipes
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ dofile(minetest.get_modpath("cottages").."/adaptions.lua"); -- add a stack size if you want a higher yield cottages.handmill_product = {}; cottages.handmill_product[ cottages.craftitem_seed_wheat ] = 'farming:flour 1'; +cottages.handmill_product[ cottages.craftitem_seed_barley ] = 'farming:flour 1'; --[[ some examples: cottages.handmill_product[ 'default:cobble' ] = 'default:gravel'; cottages.handmill_product[ 'default:gravel' ] = 'default:sand'; |