add recipe for plasma ball

This commit is contained in:
Vanessa Ezekowitz 2015-05-08 14:22:18 -04:00
parent b276b0f2a2
commit dbb0786ebc
1 changed files with 9 additions and 0 deletions

View File

@ -1493,6 +1493,15 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "homedecor:plasma_ball 2",
recipe = {
{"", "default:glass", ""},
{"default:glass", "default:copper_ingot", "default:glass"},
{"homedecor:plastic_sheeting", "homedecor:power_crystal", "homedecor:plastic_sheeting"}
}
})
-- Brass/wrought iron fences