Skip to content

Commit 5614c73

Browse files
committed
higher cooking stats for magma fish balls
- cookingTime is now 20s instead of 5s. - experience is now MEDIUM instead of SMALL
1 parent a0dfa6b commit 5614c73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/wdiscute/starcatcher_delight/datagen/SDRecipeProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private static void cookMeals(RecipeOutput output) {
4646
.setRecipeBookTab(CookingPotRecipeBookTab.MEALS)
4747
.build(output);
4848

49-
CookingPotRecipeBuilder.cookingPotRecipe(SDItems.MAGMA_FISH_BALLS.get(), 4, FAST_COOKING, SMALL_EXP)
49+
CookingPotRecipeBuilder.cookingPotRecipe(SDItems.MAGMA_FISH_BALLS.get(), 4, SLOW_COOKING, MEDIUM_EXP)
5050
.addIngredient(ModItems.MAGMA_FISH)
5151
.addIngredient(TOMATO_SAUCE.get())
5252
.addIngredient(CommonTags.FOODS_DOUGH)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"itemGroup.starcatcher_delight_tab": "Starcatcher's Delight",
33
"item.starcatcher_delight.cactifish_stew": "Cactifish Stew",
4-
"item.starcatcher_delight.magma_fish_balls": "Magma Fish Balls"
4+
"item.starcatcher_delight.magma_fish_balls": "Magma Fish Balls"
55
}

0 commit comments

Comments
 (0)