Change Prototype/Item.burnt_result into an ItemProductPrototype

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
Post Reply
ShadowGlass
Long Handed Inserter
Long Handed Inserter
Posts: 72
Joined: Sat Aug 27, 2016 1:50 pm
Contact:

Change Prototype/Item.burnt_result into an ItemProductPrototype

Post by ShadowGlass »

Prototype/Item.burnt_result currently is a simple string containing an item name. This means that burnt_result is limited to always be a 1-to-1 amount for all items.

Please change this to (optionally) be an ItemProductPrototype (no fluids allowed), so we can use the amount and probability fields to control the ratio of item to burnt item. This would also make it more consistent with other similar fields like rocket_launch_product.

Alternatively (or additionally), you could add an optional field of burnt_results, which would be a table of ItemProductPrototype. This again would be consistent with other fields like rocket_launch_products.


Xorimuth
Filter Inserter
Filter Inserter
Posts: 624
Joined: Sat Mar 02, 2019 9:39 pm
Contact:

Re: Change Prototype/Item.burnt_result into an ItemProductPrototype

Post by Xorimuth »

+1
My mods
Content: Freight Forwarding | Spidertron Patrols | Spidertron Enhancements | Power Overload
QoL: Factory Search | Remote Configuration | Module Inserter Simplified | Wire Shortcuts X | Ghost Warnings

User avatar
Deadlock989
Smart Inserter
Smart Inserter
Posts: 2528
Joined: Fri Nov 06, 2015 7:41 pm

Re: Change Prototype/Item.burnt_result into an ItemProductPrototype

Post by Deadlock989 »

+1
Image

Post Reply

Return to “Modding interface requests”