From 32619523a44487507f4e8019457453b34591ab0e Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Tue, 8 May 2018 04:49:14 +0300 Subject: [PATCH] feldweg crafts --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index a653218..8149611 100644 --- a/init.lua +++ b/init.lua @@ -40,7 +40,6 @@ 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';