1. Install mod "OreCompress" from mod portal (https://mods.factorio.com/mods/Zaflis/OreCompress)
2. Start new game.
2. Put "compressed coal" (item from mod) into boiler.
3. Game crashes.
Maybe a bug from the mod itself or the item prototype:
Code: Select all
{
    type = "item",
    name = "compressed-coal",
    icon = "__OreCompress__/graphics/compressed-coal.png",
    flags = {"goes-to-main-inventory"},
    fuel_value = "160MJ",
    subgroup = "raw-material",
    order = "[compressed-coal]",
    stack_size = 100,
}


