Merge branch 'fix-tomato-and-onion' into 'master'

Added the onion and tomato topping recipe

Closes #2295

See merge request 2009scape/2009scape!2450
This commit is contained in:
Pwn 2026-07-31 12:43:14 -04:00
commit fb17704905

View file

@ -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 {