From: CloudyProton <34248863+CloudyProton@users.noreply.github.com> Date: Fri, 19 Jan 2018 18:29:29 +0000 (-0500) Subject: Request: Change painting recipe to use dye group X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=238d0030f4c53c668b2d39bd70ec98099cdddac9;p=xdecor.git Request: Change painting recipe to use dye group Request: Change painting craft recipe to use dye group instead of specifically blue dye. --- 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"} } })