lua - result - results - construction
Posted: Tue Jun 21, 2016 6:59 pm
a lua-construction like
results = { {type="item", name="y-boiler-iv", amount=1,}, {type="item", name="y_rwtechsign", amount=2,}, },
will remove ingame recipe description box/line and entity-stats
results = { {type="item", name="y-boiler-iv", amount=1,}, },
show the ingame recipe-description and entity-stats
i understand this, because the game needs to decide which stats from these 2 items/entitys to show ...
maybe it's possible to refer only to the first item and take from this the entity-name as recipe-name and more importend the stats.
results = { {type="item", name="y-boiler-iv", amount=1,}, {type="item", name="y_rwtechsign", amount=2,}, },
will remove ingame recipe description box/line and entity-stats
results = { {type="item", name="y-boiler-iv", amount=1,}, },
show the ingame recipe-description and entity-stats
i understand this, because the game needs to decide which stats from these 2 items/entitys to show ...
maybe it's possible to refer only to the first item and take from this the entity-name as recipe-name and more importend the stats.