Fix crash.

This commit is contained in:
Novatux 2013-11-02 15:44:55 +01:00
parent 5ed47abee6
commit f6b1d075c2
1 changed files with 1 additions and 3 deletions

View File

@ -175,9 +175,7 @@ minetest.register_craftitem("technic:nothing", {
minetest.register_craft({
type = "shapeless",
output = "technic:nothing",
recipe = {
{"default:copper_ingot", "default:steel_ingot"}
}
recipe = {"default:copper_ingot", "default:steel_ingot"}
})
if minetest.register_craft_predict then