Skip to content

Commit cb707dd

Browse files
chore(version): update versions and descriptions in build file
1 parent d7df06f commit cb707dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ plugins {
88
project.ext.modID = "tbsj.ambience" // The unique id of your mod. Must be all lowercase and cannot use special characters.
99
project.ext.modName = "TBSJAmbientSound" // The display name of your mod.
1010
project.ext.modVersion = "1.0" // Your current builds version. Must follow the xx.xx... format.
11-
project.ext.gameVersion = "0.22.1" // The target game version.
12-
project.ext.modDescription = "Adds ambient sound to Necesse" // Short description of what your mod is.
11+
project.ext.gameVersion = "0.29.0" // The target game version.
12+
project.ext.modDescription = "Adds ambient sounds to Necesse. Includes footsteps, animal noises, and biome/time-specific ambience." // Short description of what your mod is.
1313
project.ext.author = "thebigsleepjoe" // Your name
1414

1515
/**

0 commit comments

Comments
 (0)