1
0
mirror of https://github.com/Sokomine/cottages.git synced 2024-11-05 01:50:20 +01:00

feldweg crafts

This commit is contained in:
h-v-smacker 2018-05-08 04:49:14 +03:00
parent 5bf23222d7
commit 32619523a4

View File

@ -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';