From 238d0030f4c53c668b2d39bd70ec98099cdddac9 Mon Sep 17 00:00:00 2001
From: CloudyProton <34248863+CloudyProton@users.noreply.github.com>
Date: Fri, 19 Jan 2018 13:29:29 -0500
Subject: [PATCH] Request: Change painting recipe to use dye group

Request: Change painting craft recipe to use dye group instead of specifically blue dye.
---
 src/recipes.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/recipes.lua b/src/recipes.lua
index 928f31b..a258b72 100644
--- a/src/recipes.lua
+++ b/src/recipes.lua
@@ -176,7 +176,7 @@ minetest.register_craft({
 minetest.register_craft({
 	output = "xdecor:painting_1",
 	recipe = {
-		{"default:sign_wall_wood", "dye:blue"}
+		{"default:sign_wall_wood", "group:dye"}
 	}
 })
 
-- 
GitLab