Posted May 27, 20178 yr I've been trying to register a recipe while using the ore dictionary, this is what i got: GameRegistry.addRecipe(new ItemStack(BlockHandler.trinket_maker, 1), "FSI", "LBL", "LEL", 'F', Items.FLINT, 'S', Items.STICK, 'I', Items.IRON_INGOT, 'L',"logWood", 'B', Blocks.IRON_BLOCK, 'E', Items.EMERALD); When i use this the recipe show up in JEI without the "logWood". I've tried it using "Blocks.LOG" and that works perfectly. How am i using this wrong? thanks in advance.
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.