Skip to content

Commit

Permalink
Add assembler recipe for fishing rods
Browse files Browse the repository at this point in the history
  • Loading branch information
JuiceyBeans committed Jan 15, 2025
1 parent 90ecc68 commit f7a2398
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,14 @@ private static void miscRecipes(Consumer<FinishedRecipe> provider) {
.circuitMeta(11)
.duration(100).EUt(4).save(provider);

ASSEMBLER_RECIPES.recipeBuilder("fishing_rod")
.inputItems(new ItemStack(Items.STRING))
.inputItems(rodLong, Wood)
.inputItems(ring, Iron)
.outputItems(new ItemStack(Items.FISHING_ROD, 1))
.circuitMeta(16)
.duration(100).EUt(4).save(provider);

FLUID_SOLIDFICATION_RECIPES.recipeBuilder("snowball").duration(128).EUt(4).notConsumable(SHAPE_MOLD_BALL)
.inputFluids(Water.getFluid(250)).outputItems(new ItemStack(Items.SNOWBALL)).save(provider);
FLUID_SOLIDFICATION_RECIPES.recipeBuilder("snowball_distilled").duration(128).EUt(4)
Expand Down

0 comments on commit f7a2398

Please sign in to comment.