]> git.lizzy.rs Git - xdecor.git/commitdiff
Request: Change painting recipe to use dye group
authorCloudyProton <34248863+CloudyProton@users.noreply.github.com>
Fri, 19 Jan 2018 18:29:29 +0000 (13:29 -0500)
committerJean-Patrick Guerrero <kilbith@users.noreply.github.com>
Tue, 16 Jul 2019 09:46:44 +0000 (11:46 +0200)
Request: Change painting craft recipe to use dye group instead of specifically blue dye.

src/recipes.lua

index 928f31b635af2fe12c26d76b396bb52aa3527f12..a258b72cde88e8207694a635a589468751dd2e3c 100644 (file)
@@ -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"}
        }
 })