Skip to content

Releases: Jofairden/ElementalWeaponEnhancements

v0.0.5.1-prealpha

03 Aug 14:24
Compare
Choose a tag to compare
v0.0.5.1-prealpha Pre-release
Pre-release

Fixed dropped items always getting an element
See v0.0.5-prealpha instructions, but use this .tmod

v0.0.5-prealpha

03 Aug 13:48
Compare
Choose a tag to compare
v0.0.5-prealpha Pre-release
Pre-release

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) { }