nother fix

master
Jordan Snelling 2012-09-15 23:05:42 +01:00
parent 9541fd208a
commit 9fa1df19a5
1 changed files with 1 additions and 1 deletions

View File

@ -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'},
}
})