Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theLeaxx committed Mar 5, 2024
1 parent 1930217 commit dd12661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LaikaAddons/LaikaAddons.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class LaikaAddons : Mod
public override string ModName => "Laika Addons"; // The mod's name. This is shown in the mods list. Does not need to be unique.
public override string ModAuthor => "Leaxx"; // The mod's author (you). Also shown in the mods list.
public override string ModDescription => "Adds various features to the Laika for more immersive gameplay!"; // The mod's description. This is also shown in the mods list, upon clicking on "More Info".
public override string ModVersion => "1.0.1"; // The mod's version. Also shown in the mods list. If your mod is open-source on GitHub, make sure that you're using the same format as your release tags (for example, 1.0.0)
public override string ModVersion => "1.0.2"; // The mod's version. Also shown in the mods list. If your mod is open-source on GitHub, make sure that you're using the same format as your release tags (for example, 1.0.0)
public override string GitHubLink => "https://github.com/Jalopy-Mods/LaikaAddons"; // If your mod is open-source on GitHub, you can link it here to allow for automatic update-checking in-game. It compares the current ModVersion with the tag of the latest release (ex. 1.0.0 compared with 1.0.1)
public override WhenToInit WhenToInit => WhenToInit.InGame; // When should the mod's OnEnable/Awake/Start/Update functions be called?

Expand Down

0 comments on commit dd12661

Please sign in to comment.