Skip to content

Commit

Permalink
Fix energyOutputRecipe
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteLittleSky authored Aug 9, 2024
1 parent 41ca5f6 commit 0d67c4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ DynaTechItems.STAINLESS_STEEL_INGOT, new ItemStack(Material.BUCKET),
final Recipe energyOutputRecipe = DynaTech.getRecipeRegistry()
.getRecipesByOutput(DynaTechItems.ENERGY_OUTPUT_COMPONENT).toList().get(0);
new UnplaceableBlock(DynaTechItems.DT_EXPERIMENTAL, DynaTechItems.ENERGY_OUTPUT_COMPONENT,
energyOutputRecipe.getRecipeType(), energyInputRecipe.getInput()).register(plugin);
energyOutputRecipe.getRecipeType(), energyOutputRecipe.getInput()).register(plugin);

final Recipe degradedWaterMillRecipe = DynaTech.getRecipeRegistry()
.getRecipesByOutput(DynaTechItems.DEGRADED_WATER_MILL).toList().get(0);
Expand Down

0 comments on commit 0d67c4f

Please sign in to comment.