diff --git a/fence.lua b/fence.lua index 88e5f1d..57914a3 100644 --- a/fence.lua +++ b/fence.lua @@ -252,7 +252,7 @@ for grey = 1,5 do minetest.register_craft({ output = greyshadename.." 2", recipe = { - { "unifieddyes:"..greyname, "", "" }, + { greyname3, "", "" }, {"default:stick", "default:stick", "default:stick"}, {"default:stick", "default:stick", "default:stick"}, },