Jump to content

[1.12.2] [Solved] How to not consume item in SPECIFIC recipe


ModMCdl

Recommended Posts

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 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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.