You entered the wrong file names, you added "YEP" on a lot of these mods which should have been the case only for "TY_YEP_ItemCore".
The correct name for a mod is based on their .js file, so if you want to ensure that a mod is gonna work you can just copy-paste the file's name inside the TY_ModLoader file(without the .js at the end of course).
One of the mods has a typo in it, specifically this one:
"TY_YEP_FnHInvInvincible" there's an extra "Inv" in there.
I also don't know which of the F&H games you are trying to play, but keep in mind that some of the mods won't work depending on the F&H game you are trying to play. For example:
- "2 Inventory Columns" | "TY_YEP_ItemCore" only works for F&H 2.
- "Detailed Equipment" | "TY_DetailedEquip" only works for F&H 2.
- "Free Scrolls" | "TY_FnHFreeScrolls" only works for F&H 1.
In order to know if your mod will work with the F&H game you are playing you can also check this itch page as it has all the mods listed with a "mod scope" section which tells you exactly that.
Here's the correct list if playing F&H 1:
'TY_FnHMoreCoins',
'TY_FnHFreeSaves',
'TY_FnHFreeSoulStones',
'TY_FnHFreeScrolls',
'TY_FnHShowRecipes',
'TY_FnHFreeLuckyCoins',
'TY_FnHInvincible',
'TY_FnHForceActionFix',
'TY_FnHFreeSkills',
Here's the correct list if playing F&H 2:
'TY_YEP_ItemCore',
'TY_DetailedEquip',
'TY_FnHMoreCoins',
'TY_FnHFreeSaves',
'TY_FnHFreeSoulStones',
'TY_FnHShowRecipes',
'TY_FnHFreeLuckyCoins',
'TY_FnHInvincible',
'TY_FnHForceActionFix',
'TY_FnHFreeSkills',