Micro Furnace


7 micro furnace that can cook an entire belt by itself (this is a fork original in description)

Content
2 months ago
0.18 - 2.0
10.2K
Manufacturing

b [DONE] Bug: compact processing Iron with deadlocks

2 months ago

Good morning,

As the title, found a bug in the compact processing recipe for Deadlock's belt stacking (dbl.lua in the recipe folder)

Current:
ingredients = { { name = "deadlock-stack-iron-ore", amount = 10, type = "item" } },
results = { { name = "deadlock-stack-iron-ore", amount = 10, type = "item" } },

Which will clearly result in the item in question making itself and yes, I did set up a loop.

Amended locally to:
ingredients = { { name = "deadlock-stack-iron-ore", amount = 10, type = "item" } },
results = { { name = "deadlock-stack-iron-plate", amount = 10, type = "item" } },

Now funtioning as intended.

2 months ago

wow I did not expect something like this, Ill push a patch!

Thanks

New response