update computer mod

This commit is contained in:
Vanessa Ezekowitz
2014-07-19 06:28:11 -04:00
parent a62926d974
commit 4a943c19b0
3 changed files with 2 additions and 13 deletions

View File

@ -2,15 +2,6 @@
-- Copyright (C) 2012-2013 Diego Martínez <kaeza@users.sf.net>
-- License is WTFPL (see README.txt).
minetest.register_craft({
output = "computer:babytower";
recipe = {
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", },
{ "homedecor:plastic_sheeting", "default:glass", "homedecor:plastic_sheeting", },
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", },
};
});
minetest.register_craft({
output = "computer:shefriendSOO";
recipe = {
@ -38,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", },