mirror of
https://github.com/Sokomine/cottages.git
synced 2024-11-05 01:50:20 +01:00
feldweg crafts
This commit is contained in:
parent
5bf23222d7
commit
32619523a4
1
init.lua
1
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';
|
||||
|
|
Loading…
Reference in New Issue
Block a user