Posted March 28, 20178 yr I have created a this recipe but I want to work in the player's inventory not just a crafting table since it is a 2x2 recipe. GameRegistry.addRecipe(new ItemStack(ModBlocks.condensedpoppydust), new Object[]{" ","DD ","DD ", 'D', ModItems.itempoppydust});
March 28, 20178 yr You have unnecessary spaces in the strings defining your recipe. For it to fit in a 2x2 square, define it using 2 strings of 2 characters each, rather than 3 of 3.
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.