Skip to content

Commit

Permalink
Merge branch '7.1' of https://github.com/Turnip-Labs/bta-halplibe int…
Browse files Browse the repository at this point in the history
…o 7.1
  • Loading branch information
UselessBullets committed Dec 17, 2023
2 parents 5df8a0d + 7f005df commit 61f7917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

public class MinecraftMixin {

@Inject(method = "startGame", at = @At(value = "NEW",target = "()Lnet/minecraft/core/data/registry/Registries;",shift = At.Shift.AFTER))
@Inject(method = "startGame", at = @At(value = "INVOKE",target = "Lnet/minecraft/core/data/DataLoader;loadRecipes(Ljava/lang/String;)V", ordinal = 3, shift = At.Shift.AFTER))
public void recipeEntrypoint(CallbackInfo ci){
FabricLoader.getInstance().getEntrypoints("recipesReady", RecipeEntrypoint.class).forEach(RecipeEntrypoint::onRecipesReady);
}
Expand Down

0 comments on commit 61f7917

Please sign in to comment.