ok but how do i input this? here is my current json:
{
"type": "minecraft:crafting_shapeless",
"ingredients":
[
{
"item": "minecraft:stone_sword"
},
{
"item": "minecraft:flint"
}
],
"result":
{
"item": "minecraft:stone_sword",
"nbt":
{
"ench":
{
"id": 16,
"lvl": 1
}
},
"count": 1
}
}