You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ plugins {
8
8
project.ext.modID ="tbsj.ambience"// The unique id of your mod. Must be all lowercase and cannot use special characters.
9
9
project.ext.modName ="TBSJAmbientSound"// The display name of your mod.
10
10
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.
0 commit comments