From 9fa1df19a5202e4407f4efee9d66b8421125f6c0 Mon Sep 17 00:00:00 2001 From: Jordan Snelling Date: Sat, 15 Sep 2012 23:05:42 +0100 Subject: [PATCH] nother fix --- woolcraft/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woolcraft/init.lua b/woolcraft/init.lua index 1f13899..1de18a0 100644 --- a/woolcraft/init.lua +++ b/woolcraft/init.lua @@ -28,7 +28,7 @@ minetest.register_craft({ minetest.register_craft({ output = 'wool:black 16', recipe = { - {'default:coal_lump', 'wool:grey'}, + {'default:coal_lump', 'wool:dark_grey'}, } })