[Bug]: Incompat with Farmer's Delight [1.20.1]
xhatz opened this issue · 0 comments
Hello Fuzs, hope you're alright! Thank you for all of your mods!
Mod Loader (Required)
Forge
Minecraft Version(s) (Required)
1.20.1
Mod Version(s) (Required)
8.0.0
Minimal Setup (Required)
⸺
Notes (Required)
I am trying to allow Farmer's Delight to receive modded enchantments like Viper from Simple Enchantments or Starstruck from Random Crits, but even though I've added them to the config file, I cannot apply the enchantment at all.
{
"schemaVersion": 2,
"items": [
"$minecraft:weapon",
"farmersdelight:skillet",
"farmersdelight:flint_knife",
"farmersdelight:iron_knife",
"farmersdelight:diamond_knife",
"farmersdelight:netherite_knife",
"farmersdelight:golden_knife",
"abnormals_delight:silver_knife",
"abnormals_delight:necromium_knife",
"irons_spellbooks:graybeard_staff",
"irons_spellbooks:artificer_cane",
"irons_spellbooks:ice_staff",
"irons_spellbooks:lightning_rod",
"irons_spellbooks:blood_staff",
"$minecraft:universal_enchants_axe",
"$minecraft:trident"
],
"incompatible": [
"minecraft:fire_aspect"
]
}