From 657ccb910f2d44c5e40c65a64ec879ce3b1c01ef Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Sun, 7 Aug 2016 18:42:45 -0700 Subject: [PATCH] [stained_wood] crafting.lua: Fix Purple (violet) Stained Wood recipe. --- mods/materials/stained_wood/crafting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/materials/stained_wood/crafting.lua b/mods/materials/stained_wood/crafting.lua index 013a990e..3fadef5e 100644 --- a/mods/materials/stained_wood/crafting.lua +++ b/mods/materials/stained_wood/crafting.lua @@ -30,7 +30,7 @@ addStainedWoodCraft = function(color) -- FIXME: Change stained wood name to "stained_wood:violet"? if color == "purple" then - dye_name = "violet" + dye_name = "dye:violet" end minetest.register_craft({