Posted March 9, 20178 yr Simple question, but I have yet to find the answer: I am attempting to add comparability with JEI to my mod, but I've come across a problem. I am unable to blacklist items from showing up in recipes, and, since my mod adds items which are obtainable depending on the world seed, this represents a significant problem. I need to blacklist the unobtainable items from the recipes. I am able to remove them from the ingredients list on the side of the inventory, but I am unable to remove them from recipes. Specifically, I want to remove these unobtainable items from the OreDictionary-compatible recipes, as the only reason one of the items is showing up is because it is registered as a "woodStick." Any help is appreciated! Developer of Randores (adds 256^3 ores to the game) and Arcane Bags (adds ridiculous storage with ridiculous crafting recipes). I know Java pretty well... So yeah... Quote This is where I'd put an inspirational and/or clever quote, but I can't think of one right now... This is the output of the totally, 100% working compiler for my programming language, Planet9: Beginning Compilation... Failed compilation! planet9.compiler.error.CompilationException: Compiler not yet implemented at planet9.compiler.Compiler.compile(Compiler.java:39) at planet9.compiler.app.CompilerApp.main(CompilerApp.java:147)
March 10, 20178 yr I don't think you can. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
March 10, 20178 yr Author 23 minutes ago, Draco18s said: I don't think you can. Well that sucks.... perhaps I'll open an issue. Developer of Randores (adds 256^3 ores to the game) and Arcane Bags (adds ridiculous storage with ridiculous crafting recipes). I know Java pretty well... So yeah... Quote This is where I'd put an inspirational and/or clever quote, but I can't think of one right now... This is the output of the totally, 100% working compiler for my programming language, Planet9: Beginning Compilation... Failed compilation! planet9.compiler.error.CompilationException: Compiler not yet implemented at planet9.compiler.Compiler.compile(Compiler.java:39) at planet9.compiler.app.CompilerApp.main(CompilerApp.java:147)
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.