i want to trade multiple items and give multiple items like show in image its only trading copper_bar and giving copper
local SlipToTicket = {
tradeName = 'Recycleticket',
fromItems = {
{name = 'copper_bar', amount = 1},
{name = 'rubber_bar', amount = 1}
},
toItems = {
{ name = 'copper', amount = 5 },
{ name = 'rubber', amount = 5 }
},
}