From fecd65b53417a6337e9eed44aa6f3279aa56e096 Mon Sep 17 00:00:00 2001 From: tchncs <tchncs@vivaldi.net> Date: Thu, 25 Oct 2018 14:51:12 +0200 Subject: [PATCH] move wool recipe out of this mod --- items.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/items.lua b/items.lua index 23c3e09..826ebf6 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