for some reason its not showing up (u11 version). I looked thru the folder and compared it to another weapon mod that is showing up but very quickly became frustrated with my ignorance of all things related to modding.....
Hi, can you make the version without auto imbue not require the auto imbue mod? When I try to download the non-auto imbue version, it still tells me that it requires the auto imbue mod.
Yeah, when you use the auto-imbue version, in the json file for the weapon, there is a section that looks like this: { "$type": "ImbueMod.Imbue, ImbueMod", "spellID": "Gravity" },
Just change it so that instead of Gravity, it says Fire. That should make it auto-imbue fire instead!
18 comments
1 - Open the mod folder (you should see a manifest.json).
2 - Open the Items folder
3 - Open the Item_Weapon_Ibex.json with whatever editor you want
On line 15, it says
"category": "Swords"
All you have to do is add a comma at the end
"category": "Swords",
That's it, it should work now!
When I try to download the non-auto imbue version, it still tells me that it requires the auto imbue mod.
{
"$type": "ImbueMod.Imbue, ImbueMod",
"spellID": "Gravity"
},
Just change it so that instead of Gravity, it says Fire. That should make it auto-imbue fire instead!