fix typo in specter recipe

This commit is contained in:
Vanessa Ezekowitz 2014-07-19 06:23:33 -04:00
parent 7c1a52364d
commit a7caf8cd58

View File

@ -29,7 +29,7 @@ minetest.register_craft({
});
minetest.register_craft({
output = "computer:spectre";
output = "computer:specter";
recipe = {
{ "", "", "homedecor:plastic_sheeting", },
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", },