Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(348420, 105, '348420', 'CoDPostr1', 3, 0, 1),
(348421, 105, '348421', 'CoDPostr2', 3, 0, 1),
(348422, 105, '348422', 'CoDPostr3', 3, 0, 1),
(348423, 105, '348423', 'CoDPostr4', 3, 0, 1),
(348424, 105, '348424', 'CoDPostr5', 3, 0, 1);
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`)VALUES
(348420, 'CoDPostr1', 'CoDPostr1', 'i', 0, 0, 1, '0', '0', '0', 348420, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(348421, 'CoDPostr2', 'CoDPostr2', 'i', 0, 0, 1, '0', '0', '0', 348421, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(348422, 'CoDPostr3', 'CoDPostr3', 'i', 0, 0, 1, '0', '0', '0', 348422, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(348423, 'CoDPostr4', 'CoDPostr4', 'i', 0, 0, 1, '0', '0', '0', 348423, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(348424, 'CoDPostr5', 'CoDPostr5', 'i', 0, 0, 1, '0', '0', '0', 348424, '1', '1', '0', '1', '1', 'default', 1, '0', '0');
Btw, Nice! :D 10/10