Prevent crash when default
is unavailable.
This commit is contained in:
parent
20dc760962
commit
f7ee82adb8
@ -8,6 +8,8 @@ local function find_available_craftitem(...)
|
||||
return name
|
||||
end
|
||||
end
|
||||
-- make register_craft happy
|
||||
return "-- unavailable --"
|
||||
end
|
||||
|
||||
local digiline_wire = "digilines:wire_std_00000000"
|
||||
|
Loading…
x
Reference in New Issue
Block a user