Posted April 10, 201411 yr So, I have a working GUI, but the functionality that I want is, when a player puts a block in a certain slot in my GUI, I want it to find the Crafting Recipe for it, and display it in the Crafting Matrix that I have on my GUI. The problem is, I don't know how to make that happen. I know that the function findMatchingRecipe in the CraftingManager class wont work for this, as that just finds the result of what's in the matrix. So, does anyone know of a function that would find the crafting recipe of a block placed in a certain slot?
April 10, 201411 yr Author So then should I just rewrite all the recipes in a HashMap or something similar, and then use that for looking up the recipe?
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.