Installation guide
Last updated
Last updated
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('drill', 'Drill', 1, 0, 1);['drill'] = {['name'] = 'drill', ['label'] = 'Drill', ['weight'] = 1, ['type'] = 'item', ['image'] = 'drill.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Drill'},