From cb707ddc3a76c8f6f8387c6cd0249deef7fe18a2 Mon Sep 17 00:00:00 2001 From: thebigsleepjoe Date: Sat, 21 Dec 2024 03:00:37 -0800 Subject: [PATCH] chore(version): update versions and descriptions in build file --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 52636d7..47c051a 100644 --- a/build.gradle +++ b/build.gradle @@ -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 /**