PyCoal Touched By an Angel


Seven Mods for the Arch666Angel under the sky, Seventeen for the Bobingabout in their halls of stone, Nine for Pyanodon doomed to die, One for the Dark Lord on his dark throne, In the Land of Mordor where the Shadows lie, One Mod to rule them all, one Mod to find them, One Mod to bring them all and in the darkness bind them

Tweaks
7 hours ago
0.15 - 1.1
3.66K

b Ingredient override function seems to be a bit off

3 years ago

I've looked into it, and I think that you might be not proerply looking into recipes.
The function only ever checks for the explicit format of the ingredient table:
{type = 'type', name = 'name', count = num}
It doesn't seem to account for the abridged format:
{'name', num}

This seems to break some recipes by removing items that are defined using the short format.

New response