INSERT INTO `items` (name, label) VALUES
('solarpanel', 'Solar Panel'),
('remotecontrol', 'Remote Control')
;
['solarpanel'] = {
label = 'Solar Panel',
weight = 150,
stack = false
},
['remotecontrol'] = {
label = 'Remote Control',
weight = 50,
stack = false
}