Skip to content

Commit

Permalink
chore(version): update versions and descriptions in build file
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigsleepjoe committed Dec 21, 2024
1 parent d7df06f commit cb707dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ plugins {
project.ext.modID = "tbsj.ambience" // The unique id of your mod. Must be all lowercase and cannot use special characters.
project.ext.modName = "TBSJAmbientSound" // The display name of your mod.
project.ext.modVersion = "1.0" // Your current builds version. Must follow the xx.xx... format.
project.ext.gameVersion = "0.22.1" // The target game version.
project.ext.modDescription = "Adds ambient sound to Necesse" // Short description of what your mod is.
project.ext.gameVersion = "0.29.0" // The target game version.
project.ext.modDescription = "Adds ambient sounds to Necesse. Includes footsteps, animal noises, and biome/time-specific ambience." // Short description of what your mod is.
project.ext.author = "thebigsleepjoe" // Your name

/**
Expand Down

0 comments on commit cb707dd

Please sign in to comment.