fix typo in specter recipe
This commit is contained in:
parent
7c1a52364d
commit
a7caf8cd58
@ -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", },
|
||||
|
Loading…
x
Reference in New Issue
Block a user