summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-05-07 02:13:39 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-05-07 02:13:39 +0300
commit1d9bc8af4779cec1d3bb45ee962fcb3194971757 (patch)
tree66e099df88d6f04fa171862f67d403ca296d6139 /init.lua
parente1392055961a32003fbec16c5a5081b9c7676e80 (diff)
Feldweg recipes
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 8149611..a653218 100644
--- a/init.lua
+++ b/init.lua
@@ -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';