mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 05:42:33 +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({
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user