From 0d977b0314dbe5f512d9ac0c03ab8734bbbb8f32 Mon Sep 17 00:00:00 2001 From: iampwn <24796277-iampwn@users.noreply.gitlab.com> Date: Wed, 24 Jun 2026 10:58:58 -0400 Subject: [PATCH] Added the onion and tomato topping recipe --- .../main/content/global/skill/cooking/recipe/ToppingListener.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/Server/src/main/content/global/skill/cooking/recipe/ToppingListener.kt b/Server/src/main/content/global/skill/cooking/recipe/ToppingListener.kt index 68e5c55bb..5cdb1aa9f 100644 --- a/Server/src/main/content/global/skill/cooking/recipe/ToppingListener.kt +++ b/Server/src/main/content/global/skill/cooking/recipe/ToppingListener.kt @@ -69,6 +69,7 @@ class ToppingListener : InteractionListener { MUSHROOM_AND_ONION(Items.FRIED_MUSHROOMS_7082, Items.FRIED_ONIONS_7084, Items.MUSHROOM_AND_ONION_7066, 57, 120.0, "You mix the ingredients to make the topping.", ""), TUNA_AND_CORN_1(Items.CHOPPED_TUNA_7086, Items.COOKED_SWEETCORN_5988, Items.TUNA_AND_CORN_7068, 67, 204.0, "You mix the ingredients to make the topping.", ""), TUNA_AND_CORN_2(Items.SWEETCORN_7088, Items.TUNA_361, Items.TUNA_AND_CORN_7068, 67, 204.0, "You mix the ingredients to make the topping.", "tuna"), + ONION_AND_TOMATO(Items.CHOPPED_ONION_1871, Items.TOMATO_1982, Items.ONION_AND_TOMATO_1875, 1, 0.0, "You mix the ingredients to make the topping.", ""), //inauthentic, used generic mixing message ; companion object {