Added the onion and tomato topping recipe

This commit is contained in:
iampwn 2026-06-24 10:58:58 -04:00
parent 0fdbf323d6
commit 0d977b0314

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 {