Posted May 27, 20196 yr Hi all. Just a quick question here. How do I create a crafting recipe where a certain vanilla item (shears) is not consumed in a particular crafting recipe? I've tested it already, and shears do not appear to be a containerItem, nor do I particularly want to register them as such. Is there a way to do this on a per-recipe basis in 1.12's .json crafting? Current Recipe" Spoiler { "type": "minecraft:crafting_shapeless", "ingredients": [ { "item": "envie:flower_asphodel" }, { "item": "minecraft:shears" } ], "result": { "item": "envie:petal", "count": 3 } } Thanks! Edited May 27, 20196 yr by ModMCdl solved Follow these rules when talking to me, and we'll get along fine. 1).I know Java fairly well. I don't know as much about modding. They are not the same, don't compare them. 2). I consider myself to always be learning. I make mistakes, you make mistakes. Who doesn't? 3). Insult me, and I will leave the thread. I have a real life, I don't have time to throw petty insults in a Minecraft Modding forum. ModMCdl - Co-Founder and Director of Design for Artemis Game Studios
May 27, 20196 yr You need your own custom IRecipe implementation. 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.
May 27, 20196 yr Author Just now, Draco18s said: You need your own custom IRecipe implementation. Alright. I'll probably think of a different option then. Probably just have shears be used on right-click or something simpler. Really just wanted this to be a small little addon. Thanks for the help though! Follow these rules when talking to me, and we'll get along fine. 1).I know Java fairly well. I don't know as much about modding. They are not the same, don't compare them. 2). I consider myself to always be learning. I make mistakes, you make mistakes. Who doesn't? 3). Insult me, and I will leave the thread. I have a real life, I don't have time to throw petty insults in a Minecraft Modding forum. ModMCdl - Co-Founder and Director of Design for Artemis Game Studios
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.