Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Releases: ds5678/ModComponent

5.1.4

31 Mar 05:45
Compare
Choose a tag to compare

Requires MelonLoader 5.4

5.1.3

03 Feb 05:13
Compare
Choose a tag to compare
fix tinder behaviour

5.1.2

02 Feb 23:21
Compare
Choose a tag to compare

Better error messages

5.1.1

11 Nov 02:41
Compare
Choose a tag to compare
bump version

5.1.0

10 Nov 19:52
Compare
Choose a tag to compare

Improved ability to catch exceptions when a broken item pack is loaded.

5.0.0

13 Oct 04:20
Compare
Choose a tag to compare

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

07 Jun 19:02
Compare
Choose a tag to compare

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

28 May 23:25
Compare
Choose a tag to compare
4.6 update

v4.5.1

16 May 08:36
Compare
Choose a tag to compare

Stability improvements

v4.5.0

07 May 22:51
Compare
Choose a tag to compare

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