Support looting/fortune?
Aceplante opened this issue ยท 0 comments
Minecraft version
1.18.2
Farmer's Delight version
1.2.3
Forge version
40.2.9
Description
I would like to suggest drops are able to be effected by certain enchanments namely looting/fortune or others we define in a json file. You dont need to use this functionality in any recipes by default, but it would be nice to have so we can add it ourselves.
I imagine this would work something to the effect of the following:
"tool": {
"tag": "forge:tools/knives"
},
"functions": [
{
"function": "minecraft:looting_enchant",
"count": 1
}
],
"enchantments": [
{
"enchantment": "minecraft:fire_aspect",
"levels": {
"min": 1
}
}