Tag? Shouldn’t it be an item? I don’t think there is a tag with levers
KnightMiner on
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.
3 Comments
Tag? Shouldn’t it be an item? I don’t think there is a tag with levers
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.
Lever is an item
“`
{
“type”: “minecraft:crafting_shapeless”,
“category”: “building”,
“group”: “planks”,
“ingredients”: [
{
“item”: “minecraft:lever”
}
],
“result”: {
“item”: “minecraft:oak_planks”,
“count”: 43
}
}