3 Comments

  1. Hard to tell the paths are right when the datapack is not in the proper game folder. If we assume they are correct though when you pack everything up, check your log for errors. It will tell you if the recipe syntax is wrong causing it to not load and why, and even if you don’t understand the error, its a lot more context for someone else.

  2. Lever is an item

    “`
    {
    “type”: “minecraft:crafting_shapeless”,
    “category”: “building”,
    “group”: “planks”,
    “ingredients”: [
    {
    “item”: “minecraft:lever”
    }
    ],
    “result”: {
    “item”: “minecraft:oak_planks”,
    “count”: 43
    }
    }