mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 13:52:31 +01:00
Fix crash.
This commit is contained in:
parent
5ed47abee6
commit
f6b1d075c2
@ -175,9 +175,7 @@ minetest.register_craftitem("technic:nothing", {
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "technic:nothing",
|
output = "technic:nothing",
|
||||||
recipe = {
|
recipe = {"default:copper_ingot", "default:steel_ingot"}
|
||||||
{"default:copper_ingot", "default:steel_ingot"}
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
|
|
||||||
if minetest.register_craft_predict then
|
if minetest.register_craft_predict then
|
||||||
|
Loading…
Reference in New Issue
Block a user