From dd28424be7f26efdfa92db28260cf01cc3a6a752 Mon Sep 17 00:00:00 2001 From: tchncs <tchncs@vivaldi.net> Date: Sun, 4 Nov 2018 20:35:32 +0100 Subject: [PATCH] move wool recipe out --- items.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/items.lua b/items.lua index 3f77424..0b92e2b 100644 --- a/items.lua +++ b/items.lua @@ -32,7 +32,6 @@ 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", -- GitLab