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

Releases: ds5678/ModComponent

5.1.4

Choose a tag to compare

@ds5678 ds5678 released this 31 Mar 05:45

Requires MelonLoader 5.4

5.1.3

Choose a tag to compare

@ds5678 ds5678 released this 03 Feb 05:13
fix tinder behaviour

5.1.2

Choose a tag to compare

@ds5678 ds5678 released this 02 Feb 23:21

Better error messages

5.1.1

Choose a tag to compare

@ds5678 ds5678 released this 11 Nov 02:41
bump version

5.1.0

Choose a tag to compare

@ds5678 ds5678 released this 10 Nov 19:52

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

5.0.0

Choose a tag to compare

@ds5678 ds5678 released this 13 Oct 04:20

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

Choose a tag to compare

@ds5678 ds5678 released this 07 Jun 19:02

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

Choose a tag to compare

@ds5678 ds5678 released this 28 May 23:25
4.6 update

v4.5.1

Choose a tag to compare

@ds5678 ds5678 released this 16 May 08:36

Stability improvements

v4.5.0

Choose a tag to compare

@ds5678 ds5678 released this 07 May 22:51

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