From 1d9bc8af4779cec1d3bb45ee962fcb3194971757 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Mon, 7 May 2018 02:13:39 +0300 Subject: Feldweg recipes --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') 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'; -- cgit v1.2.3