fix yet another bug

and this is why i wont run a nuclear reactor.a
master
Jordan Snelling 2012-09-15 23:15:57 +01:00
parent a74406e028
commit 055a2827ff
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ minetest.register_craft({
minetest.register_craft({ minetest.register_craft({
output = 'wool:orange 16', output = 'wool:orange 16',
recipe = { recipe = {
{'wool:desert_sand', 'wool:white'}, {'default:desert_sand', 'wool:white'},
} }
}) })