Spidertron burner.inventory showing as invalid
Posted: Thu Aug 20, 2020 8:19 am
Dev Team,
Some mods have come out for Spidertron .. one being `https://mods.factorio.com/mod/Insectitron` .. that allows the modified spidertron to need a fuel source.
From control.lua when looking at these entities you can see that the burner property exists .. entity.burner .. however the .. entity.burner.inventory .. property is reporting as invalid. Even though there are 2x stacks of solid fuel placed into the inventory slots.
If this is a valid bug with the Spidertron entity I suspect you will also need to apply the same fix to the property .. entity.burner.burnt_result_inventory.
Some mods have come out for Spidertron .. one being `https://mods.factorio.com/mod/Insectitron` .. that allows the modified spidertron to need a fuel source.
From control.lua when looking at these entities you can see that the burner property exists .. entity.burner .. however the .. entity.burner.inventory .. property is reporting as invalid. Even though there are 2x stacks of solid fuel placed into the inventory slots.
If this is a valid bug with the Spidertron entity I suspect you will also need to apply the same fix to the property .. entity.burner.burnt_result_inventory.