mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
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:
commit
fb17704905
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue