#what's wrong with my recipe?

1 messages · Page 1 of 1 (latest)

tepid cosmos
#

im trying to make one that accepts different types of logs, i am unsure how to fix this.
i also dont unlock it upon getting a stick for the first time.

{
    "format_version": "1.20.10",
    "minecraft:recipe_shaped": {
        "description": {
            "identifier": "aj:gb"
        },
        "tags": [
            "crafting_table"
        ],
        "pattern": [
            "BBB",
            "BAB",
            "BBB"
        ],
        "key": {
            "A": [
                "minecraft:oak_log",
                "minecraft:spruce_log",
                "minecraft:birch_log",
                "minecraft:jungle_log",
                "minecraft:acacia_log",
                "minecraft:dark_oak_log",
                "minecraft:mangrove_log",
                "minecraft:cherry_log",
                "minecraft:pale_oak_log"
            ],
            "B": "minecraft:stick"
        },
        "unlock": [
            {
                "tag": "minecraft:stick"
            }
        ],
        "result": {
            "item": "aj:gb",
            "count": 1
        }
    }
}
tepid cosmos
#

@neat crystal why are you laughing? if you were me in this situation and i knew how to help, i would help and acknowledge the fact that you're learning. i dont work with recipes so this is new to me.

neat crystal
kind saffron
#

I'm kinda new to this so idk if its gonna work

dusty heron
#

Ye u need to use this

"tag": "minecraft:logs"
#
{
    "format_version": "1.20.10",
    "minecraft:recipe_shaped": {
        "description": {
            "identifier": "aj:gb"
        },
        "tags": [
            "crafting_table"
        ],
        "pattern": [
            "BBB",
            "BAB",
            "BBB"
        ],
        "key": {
            "A": {
             "tag": "minecraft:logs"
           },
            "B": {
"item": "minecraft:stick"
           } 
        },
        "unlock": [
            {
                "item": "minecraft:stick"
            }
        ],
        "result": {
            "item": "aj:gb",
            "count": 1
        }
    }
}
tepid cosmos
#

do you know where i can find other tags/

#

?