Replies: 1 comment 1 reply
-
I'm not sure what you mean here. Looting and Fortune in what, exactly? Some FD blocks already react to Fortune where applicable, as they're based on vanilla loot tables (crops, for example). The Cutting Board is also able to react to Fortune by increasing the odds of chance drops. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
}
}
Beta Was this translation helpful? Give feedback.
All reactions