Releases: ds5678/ModComponent
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.0
Milestone Release
Much of the code has been separated into several dependency mods:
- LocalizationUtilities
- GearSpawner
- CraftingRevisions
The alcohol feature has been transformed into a completely optional addon mod, so users don't have to sacrifice performance for this feature they might not want.
The Custom Save Data and Alternative Action features have been moved to their own separate utility mods.
The code for the project has been brought to higher quality standards. It is cleaner, easier to use, and easier to maintain.
.modcomponent
files are now loaded directly from the mods folder.
The log is slightly less verbose.
Several performance improvements were made to essential code.
v4.6.1
Added some experimental new components:
- ModCarryingCapacityComponent
- ModTinderComponent
- ModCharcoalComponent
- ModPurificationComponent
- ModResearchComponent
Added a very experimental skin changing feature to change item textures. Expect drastic changes to this feature in future updates.
Some mild code structuring
v4.6.0
v4.5.1
v4.5.0
AssetLoader must be deleted! It is now part of ModComponent!
Changes:
- Absorbtion of AssetLoader into ModComponent
- Preloader
- ModCollectibleComponent
- ModGenericEquippableComponent
- ModRandomItemComponent
- ModRandomWeightedItemComponent
- ModBedComponent
- ModBodyHarvestComponent
- Alcohol is now working
- Better Randomness of item spawning
- Many small fixes