| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  | class Meal: | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     banana_pudding = "Banana Pudding" | 
					
						
							|  |  |  |     poi = "Poi" | 
					
						
							|  |  |  |     mango_sticky_rice = "Mango Sticky Rice" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     algae_soup = "Algae Soup" | 
					
						
							|  |  |  |     artichoke_dip = "Artichoke Dip" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     autumn_bounty = "Autumn's Bounty" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     baked_fish = "Baked Fish" | 
					
						
							|  |  |  |     bean_hotpot = "Bean Hotpot" | 
					
						
							|  |  |  |     blackberry_cobbler = "Blackberry Cobbler" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     blueberry_tart = "Blueberry Tart" | 
					
						
							|  |  |  |     bread = "Bread" | 
					
						
							|  |  |  |     bruschetta = "Bruschetta" | 
					
						
							|  |  |  |     carp_surprise = "Carp Surprise" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     cheese_cauliflower = "Cheese Cauliflower" | 
					
						
							|  |  |  |     chocolate_cake = "Chocolate Cake" | 
					
						
							|  |  |  |     chowder = "Chowder" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     coleslaw = "Coleslaw" | 
					
						
							|  |  |  |     complete_breakfast = "Complete Breakfast" | 
					
						
							|  |  |  |     cookie = "Cookies" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     crab_cakes = "Crab Cakes" | 
					
						
							|  |  |  |     cranberry_candy = "Cranberry Candy" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     cranberry_sauce = "Cranberry Sauce" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     crispy_bass = "Crispy Bass" | 
					
						
							|  |  |  |     dish_o_the_sea = "Dish O' The Sea" | 
					
						
							|  |  |  |     eggplant_parmesan = "Eggplant Parmesan" | 
					
						
							|  |  |  |     escargot = "Escargot" | 
					
						
							|  |  |  |     farmer_lunch = "Farmer's Lunch" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     fiddlehead_risotto = "Fiddlehead Risotto" | 
					
						
							|  |  |  |     fish_stew = "Fish Stew" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     fish_taco = "Fish Taco" | 
					
						
							|  |  |  |     fried_calamari = "Fried Calamari" | 
					
						
							|  |  |  |     fried_eel = "Fried Eel" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     fried_egg = "Fried Egg" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     fried_mushroom = "Fried Mushroom" | 
					
						
							|  |  |  |     fruit_salad = "Fruit Salad" | 
					
						
							|  |  |  |     glazed_yams = "Glazed Yams" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     hashbrowns = "Hashbrowns" | 
					
						
							|  |  |  |     ice_cream = "Ice Cream" | 
					
						
							|  |  |  |     lobster_bisque = "Lobster Bisque" | 
					
						
							|  |  |  |     lucky_lunch = "Lucky Lunch" | 
					
						
							|  |  |  |     maki_roll = "Maki Roll" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     maple_bar = "Maple Bar" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     miners_treat = "Miner's Treat" | 
					
						
							| 
									
										
										
											
												Stardew Valley 6.x.x: The Content Update (#3478)
Focus of the Update: Compatibility with Stardew Valley 1.6 Released on March 19th 2024
This includes randomization for pretty much all of the new content, including but not limited to
- Raccoon Bundles
- Booksanity
- Skill Masteries
- New Recipes, Craftables, Fish, Maps, Farm Type, Festivals and Quests
This also includes a significant reorganisation of the code into "Content Packs", to allow for easier modularity of various game mechanics between the settings and the supported mods. This improves maintainability quite a bit.
In addition to that, a few **very** requested new features have been introduced, although they weren't the focus of this update
- Walnutsanity
- Player Buffs
- More customizability in settings, such as shorter special orders, ER without farmhouse
- New Remixed Bundles
											
										 
											2024-07-07 16:04:25 +03:00
										 |  |  |     moss_soup = "Moss Soup" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     omelet = "Omelet" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     pale_broth = "Pale Broth" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     pancakes = "Pancakes" | 
					
						
							|  |  |  |     parsnip_soup = "Parsnip Soup" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     pepper_poppers = "Pepper Poppers" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     pink_cake = "Pink Cake" | 
					
						
							|  |  |  |     pizza = "Pizza" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     plum_pudding = "Plum Pudding" | 
					
						
							|  |  |  |     poppyseed_muffin = "Poppyseed Muffin" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     pumpkin_pie = "Pumpkin Pie" | 
					
						
							|  |  |  |     pumpkin_soup = "Pumpkin Soup" | 
					
						
							|  |  |  |     radish_salad = "Radish Salad" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     red_plate = "Red Plate" | 
					
						
							|  |  |  |     rhubarb_pie = "Rhubarb Pie" | 
					
						
							|  |  |  |     rice_pudding = "Rice Pudding" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     roasted_hazelnuts = "Roasted Hazelnuts" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     roots_platter = "Roots Platter" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     salad = "Salad" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     salmon_dinner = "Salmon Dinner" | 
					
						
							|  |  |  |     sashimi = "Sashimi" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     seafoam_pudding = "Seafoam Pudding" | 
					
						
							|  |  |  |     shrimp_cocktail = "Shrimp Cocktail" | 
					
						
							|  |  |  |     spaghetti = "Spaghetti" | 
					
						
							|  |  |  |     spicy_eel = "Spicy Eel" | 
					
						
							|  |  |  |     squid_ink_ravioli = "Squid Ink Ravioli" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     stir_fry = "Stir Fry" | 
					
						
							|  |  |  |     strange_bun = "Strange Bun" | 
					
						
							|  |  |  |     stuffing = "Stuffing" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     super_meal = "Super Meal" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     survival_burger = "Survival Burger" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     tom_kha_soup = "Tom Kha Soup" | 
					
						
							|  |  |  |     tortilla = "Tortilla" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     tropical_curry = "Tropical Curry" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     trout_soup = "Trout Soup" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     vegetable_medley = "Vegetable Medley" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     magic_rock_candy = "Magic Rock Candy" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class Beverage: | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  |     pina_colada = "Pina Colada" | 
					
						
							| 
									
										
										
										
											2023-07-19 14:26:38 -04:00
										 |  |  |     ginger_ale = "Ginger Ale" | 
					
						
							|  |  |  |     coffee = "Coffee" | 
					
						
							|  |  |  |     triple_shot_espresso = "Triple Shot Espresso" | 
					
						
							|  |  |  |     beer = "Beer" | 
					
						
							|  |  |  |     joja_cola = "Joja Cola" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class SVEMeal: | 
					
						
							|  |  |  |     baked_berry_oatmeal = "Baked Berry Oatmeal" | 
					
						
							|  |  |  |     big_bark_burger = "Big Bark Burger" | 
					
						
							|  |  |  |     flower_cookie = "Flower Cookie" | 
					
						
							|  |  |  |     frog_legs = "Frog Legs" | 
					
						
							|  |  |  |     glazed_butterfish = "Glazed Butterfish" | 
					
						
							|  |  |  |     mixed_berry_pie = "Mixed Berry Pie" | 
					
						
							|  |  |  |     mushroom_berry_rice = "Mushroom Berry Rice" | 
					
						
							|  |  |  |     seaweed_salad = "Seaweed Salad" | 
					
						
							|  |  |  |     void_delight = "Void Delight" | 
					
						
							|  |  |  |     void_salmon_sushi = "Void Salmon Sushi" | 
					
						
							|  |  |  |     grampleton_orange_chicken = "Grampleton Orange Chicken" | 
					
						
							| 
									
										
										
										
											2024-07-25 02:22:46 -05:00
										 |  |  |     stamina_capsule = "Stamina Capsule" | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
											
												Stardew Valley 6.x.x: The Content Update (#3478)
Focus of the Update: Compatibility with Stardew Valley 1.6 Released on March 19th 2024
This includes randomization for pretty much all of the new content, including but not limited to
- Raccoon Bundles
- Booksanity
- Skill Masteries
- New Recipes, Craftables, Fish, Maps, Farm Type, Festivals and Quests
This also includes a significant reorganisation of the code into "Content Packs", to allow for easier modularity of various game mechanics between the settings and the supported mods. This improves maintainability quite a bit.
In addition to that, a few **very** requested new features have been introduced, although they weren't the focus of this update
- Walnutsanity
- Player Buffs
- More customizability in settings, such as shorter special orders, ER without farmhouse
- New Remixed Bundles
											
										 
											2024-07-07 16:04:25 +03:00
										 |  |  | class TrashyMeal: | 
					
						
							|  |  |  |     grilled_cheese = "Grilled Cheese" | 
					
						
							|  |  |  |     fish_casserole = "Fish Casserole" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class ArchaeologyMeal: | 
					
						
							|  |  |  |     diggers_delight = "Digger's Delight" | 
					
						
							|  |  |  |     rocky_root = "Rocky Root Coffee" | 
					
						
							|  |  |  |     ancient_jello = "Ancient Jello" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-03-15 15:05:14 +03:00
										 |  |  | class SVEBeverage: | 
					
						
							|  |  |  |     sports_drink = "Sports Drink" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class DistantLandsMeal: | 
					
						
							|  |  |  |     mushroom_kebab = "Mushroom Kebab" | 
					
						
							|  |  |  |     crayfish_soup = "Crayfish Soup" | 
					
						
							|  |  |  |     pemmican = "Pemmican" | 
					
						
							|  |  |  |     void_mint_tea = "Void Mint Tea" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class BoardingHouseMeal: | 
					
						
							|  |  |  |     special_pumpkin_soup = "Special Pumpkin Soup" |