Skip to content

Conversation

@Liam-Broome
Copy link
Contributor

Issue - 5007

This pull request introduces a new mixin to enhance recipe data generation by making RecipeOutput implement the FabricRecipeExporter interface. This allows for greater flexibility and integration with Fabric's data generation APIs. The changes include the addition of the new mixin class and its registration in the mixins configuration.

Enhancement to recipe data generation:

  • Added RecipeOutputMixin, a mixin that makes the RecipeOutput class implement the FabricRecipeExporter interface, enabling Fabric-specific recipe export functionality. (fabric-data-generation-api-v1/src/main/java/net/fabricmc/fabric/mixin/datagen/recipe/RecipeOutputMixin.java)
  • Registered the new RecipeOutputMixin in the fabric-data-generation-api-v1.mixins.json configuration file to ensure it is applied at runtime. (fabric-data-generation-api-v1/src/main/resources/fabric-data-generation-api-v1.mixins.json)

@modmuss50 modmuss50 added status: merge me please Pull requests that are ready to merge small change labels Nov 21, 2025
@maityyy maityyy added the bug Something isn't working label Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working small change status: merge me please Pull requests that are ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants