Updated Version
Meffle3D
English
0
Phantom
The items used inside this job. AI has helped to generate these items, feel free to reach out if there any apparent issues.
INSERT INTO items (name, label, weight) VALUES
('rice', 'Rice', 500),
('pork_ribs', 'Pork Ribs', 1200),
('garlic', 'Garlic', 100),
('olive', 'Olive', 50),
('tomatoes', 'Tomatoes', 300),
('green_pepper', 'Green Pepper', 250),
('onion', 'Onion', 200),
('pork_ribs_n_rice', 'Pork Ribs And Rice', 1300),
('steaks', 'Steaks', 1500),
('potatoes', 'Potatoes', 1000),
('butter', 'Butter', 200),
('cup_milk', 'Cup Milk', 240),
('salt', 'Salt', 50),
('pepper', 'Pepper', 50),
('olive_oil', 'Olive Oil', 250),
('steak_n_mashed_potatoes', 'Steak And Mashed Potatoes', 1600);