Steps to reproduce:
1. Put the following into the data stage:
Code: Select all
data:extend{
{
type = 'item',
name = 'fancy-new-item',
icon = "__base__/graphics/icons/crash-site-spaceship-wreck-big-1.png",
icon_size = 64, icon_mipmaps = 4,
stack_size = 100,
fuel_category = 'chemical',
fuel_value = '4MJ',
burnt_result = 'fancy-new-item',
},
}
3. Observe that the furnace stops with burnt inventory full and no way to clear it.
Expected behavior:
Either the furnace should not accept the item as fuel or an error should be produced in data stage.