606
modifications
m |
m |
||
| Ligne 145 : | Ligne 145 : | ||
table.insert(productionData, {label = 'Consumes', value = input}) | table.insert(productionData, {label = 'Consumes', value = input}) | ||
end | end | ||
end | end | ||
| Ligne 163 : | Ligne 159 : | ||
table.insert(productionData, {label = 'Produces', value = output}) | table.insert(productionData, {label = 'Produces', value = output}) | ||
end | end | ||
if #productionData > 0 then | |||
addSection(infobox, productionData, 'Production') | |||
end | |||
end | end | ||
--/ | --/ | ||
modifications