From 4b5621823fbbf83f74e85847817dea31afb060c5 Mon Sep 17 00:00:00 2001 From: tchncs Date: Thu, 25 Oct 2018 15:03:10 +0200 Subject: [PATCH] Revert "move wool recipe out of this mod" This reverts commit fecd65b53417a6337e9eed44aa6f3279aa56e096. --- items.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/items.lua b/items.lua index 826ebf6..23c3e09 100644 --- a/items.lua +++ b/items.lua @@ -32,6 +32,7 @@ minetest.register_craft({ } }) minetest.register_craft({output = "default:flint",recipe = {{"default:gravel"},}}) +minetest.register_craft({output = "farming:cotton 4",recipe = {{"group:wool"},}}) bows.register_bow("bow_wood",{ description="Wooden bow",