Releases: Jofairden/ElementalWeaponEnhancements
Releases · Jofairden/ElementalWeaponEnhancements
v0.0.5.1-prealpha
Fixed dropped items always getting an element
See v0.0.5-prealpha instructions, but use this .tmod
v0.0.5-prealpha
Now uses a dynamic framework, much better than the old one.
Use the .dll file as a reference in your mod project. Make sure to add this mod to your modReferences in build.txt or check if the mod is active.
modReferences=ElementalWeaponEnhancements
or
Mod eleMod = ModLoader.GetMod("ElementalWeaponEnhancements");
if (eleMod != null) { }