From cf11326b03a7345b2a315b88a537e6788af308fe Mon Sep 17 00:00:00 2001 From: Megaf Date: Sun, 25 Sep 2016 16:22:11 +0100 Subject: [PATCH] Add a stick to stain_brush recipe. So it don't conflict with the mod tapestry. --- stain.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/stain.lua b/stain.lua index a178afb..13853c0 100644 --- a/stain.lua +++ b/stain.lua @@ -30,6 +30,7 @@ minetest.register_craft({ recipe = { {'wool:white'}, {'group:stick'}, + {'group:stick'}, } })