Hey!
NPUtilsX (0.3.10) has a receipe with 0 ingredients and result and latest Reverse Factory gets error at game startup:
Error while loading recipe prototype "rf-n-power" (recipe): Difficulty normal: Item ingredient can't have count of 0.
Seems different case then that other Bugreport with Krastorio, since no probabilities here, that case can maybe excluded in general? Works when adding the receipe to norecycle_items table
{
type = "recipe",
name = "n-power",
energy_required = 60.0,
enabled = "true",
ingredients =
{
-- {type="item", name="iron-plate", amount=2},
},
result = "n-power",
result_count = 0,
category = "eating",
},