diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-05-08 04:49:14 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-05-08 04:49:14 +0300 |
commit | 32619523a44487507f4e8019457453b34591ab0e (patch) | |
tree | c9d07aefecc7e645ccdad11201ebb4dc7e2ec821 | |
parent | 5bf23222d72f95bcccf8e7a1ca6cbeb327bf96d2 (diff) |
feldweg craftsorigin/feldweg_recipes
-rw-r--r-- | init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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'; |