How to reproduce:
1. Add a mod with following code in data.lua:
Code: Select all
data.raw.item["captive-biter-spawner"].spoil_ticks = 1
data.raw.capsule["jelly"].spoil_ticks = 1
No biter is spawned from the captive biter spawner recipe, and nothing is outputted.
Jellynut processing outputs spoilage. What should happen:
Biter captive spawner recipe should instantly generate a behemoth biter.
Or alternatively:
Spoil trigger only activates when it appears in the output slot.