Jump to content

[1.12 Eclipse] How to make multiple item recipe?


Master_Goodbytes

Recommended Posts

I'm trying to make a Chum Bucket recipe, that would require 1 raw food of any type and one bucket, but I can't figure out how to make it accept all raw foods, and not just one.

here is my code so far:

{
    "type": "minecraft:crafting_shaped",
    
    "pattern":
    [
        "E",
        "B"
    ],
    
    "key":
    {
        "E":
        {
            "item": "minecraft:beef"
        },
        
        "B":
        {
            "item": "minecraft:bucket"   
        }
    },
    
    "result":
    {
        "item": "tm:chum_bucket",
        "count": 1
    }
}

Edited by Master_Goodbytes
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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