Skip to content

Commit

Permalink
feat: make buildRecipes public on JsonRecipeProvider (#176)
Browse files Browse the repository at this point in the history
Make sure recipe providers can be made outside package
  • Loading branch information
GaeaKat authored May 18, 2024
1 parent dc01195 commit c6ffd7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,5 @@ public CompletableFuture<?> run(CachedOutput pOutput) {
return CompletableFuture.allOf(futures.toArray(CompletableFuture[]::new));
}

abstract void buildRecipes(BiConsumer<ResourceLocation, JsonObject> recipeConsumer);
public abstract void buildRecipes(BiConsumer<ResourceLocation, JsonObject> recipeConsumer);
}

0 comments on commit c6ffd7b

Please sign in to comment.