• 0

    posted a message on Changing Recipes with Behaviour Packs

    Hi, I'm new to making behaviour packs for Minecraft. Bedrock Edition seems more complex to understand (at least for me) than creating data packs for Java Edition. Anyway I wanted to try messing with the recipes on Bedrock Edition by creating a behaviour pack, but can't seem to get them to work. I looked online for a couple of guides and tutorials but they either seem to be outdated or aren't working out for me at all. Note that this is for 1.14.60 Bedrock, and if anyone can help that would be much appreciated.


    Here is one example of code I've tried (I also tried using format version to 1.12 as most of the guides online use this version, but still didn't work).


    {
    "format_version": "1.14",
    "minecraft:recipe_shapeless": {
    "description": {
    "identifier": "minecraft:dirt_to_diamond"
    },

    "tags": [ "crafting_table" ],
    "ingredients": [
    {
    "item": "minecraft:dirt"
    }
    ],
    "result": {
    "item": "minecraft:diamond",
    "count": 1
    }
    }
    }

    Posted in: Add-ons
  • To post a comment, please .