Deadlock Stacked Recipes


This mod makes recipes using stacked ingredients to produce stacked output. The reason for this mod is I have found some mod packs can end up with major speed boost that even loaders are unable to provide the resources fast enough

7 months ago
0.18 - 1.1
6.98K

b density override crashes

2 years ago
(updated 2 years ago)

utils/deadlock.lua/line 251: assumes that if the ingredients table exists, it will have stuff in it. Add a check for table size > 0.
Same issue in line 242 actually.

Also, both of them only check for amount, not for [2] in the short notation. Is that safe?

2 years ago

thanks

2 years ago

not sure why recipes would have 0 ingredients, or 0 results, but hey people do odd things.

2 years ago
(updated 2 years ago)

AAI industry Fuel processing recipes have 0 ingredients, and I think some void mods use recipes with 0 results.