solarpanel = { name = 'solarpanel', label = 'Solar Panel', weight = 150, type = 'item', image = 'solarpanel.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Private Solar Panel' },
remotecontrol = { name = 'remotecontrol', label = 'Remote Control', weight = 50, type = 'item', image = 'remotecontrol.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Remote Control Device For Solar Panels' },
['solarpanel'] = {
label = 'Solar Panel',
weight = 150,
stack = false
},
['remotecontrol'] = {
label = 'Remote Control',
weight = 50,
stack = false
}