Posted January 10, 20205 yr 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/recipeshttps://github.com/drmdgg/marijuanacraft1.14.4/blob/master/src/main/java/drmdgg/marijuanacraft/lists/VORecipeList.javahttps://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 January 10, 20205 yr by plugsmustard
January 11, 20205 yr Author 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); }
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.