Quarry

by Shylie

Mine ores without an ore patch. Probably compatible with any mod.

Content
5 years ago
0.14 - 0.17
123
Mining

b quarry 1.5.0 - bad argument #1 to 'insert'

7 years ago

Error Util.cpp:57: "quarry 1.5.0"
quarry/data-final-fixes.lua:37: bad argument #1 to 'insert' (table expected, got nil)

7 years ago

Yeah he put the table.insert after a data:extend he just needs to move the end to before it

end
-- allow productivity
table.insert(data.raw.module["productivity-module"].limitation, recipeName)
table.insert(data.raw.module["productivity-module-2"].limitation, recipeName)
table.insert(data.raw.module["productivity-module-3"].limitation, recipeName)
--end

like that lol

7 years ago
(updated 7 years ago)

alright, thanks for the notification

EDIT: didn't notice it because it worked for me o.o

New response