Jump to content

[1.14.4] IRecipeSerializer


plugsmustard

Recommended Posts

I am working on custom factories for my custom furnaces. can someone take a look at my code and see what im doing wrong?
https://github.com/drmdgg/marijuanacraft1.14.4/tree/master/src/main/java/drmdgg/marijuanacraft/recipes
https://github.com/drmdgg/marijuanacraft1.14.4/blob/master/src/main/java/drmdgg/marijuanacraft/lists/VORecipeList.java
https://github.com/drmdgg/marijuanacraft1.14.4/blob/2b0a82adb1dea7b27c50a6edddc56606ef739053/src/main/java/drmdgg/marijuanacraft/ModEventSubscriber.java#L38-L47

 

i am unsure how to add the recipe to my tile entity OR the container for said tile.

 

any insight is highly welcomed!

Edited by plugsmustard
Link to comment
Share on other sites

never mind!

    private Optional<PurgingRecipe> getRecipe(final ItemStack input) {

        return getRecipe(new Inventory(input));

    }

 

    private Optional<PurgingRecipe> getRecipe(final Inventory inventory) {

        return world.getRecipeManager().getRecipe(PurgingRecipe.purging, inventory, world);

    }
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.