Skip to content

Commit

Permalink
updated to 1.1, game accepted version to 0.27.0
Browse files Browse the repository at this point in the history
updated to 1.1, game accepted version to 0.27.0
  • Loading branch information
bolo422 committed Sep 28, 2024
1 parent a4a1bf8 commit 1581f6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {

project.ext.modID = "bolo.sellmethiskatana" // The unique id of your mod. Must be all lowercase and cannot use special characters.
project.ext.modName = "Sell Me This Katana!" // 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.26.1" // The target game version.
project.ext.modVersion = "1.1" // Your current builds version. Must follow the xx.xx... format.
project.ext.gameVersion = "0.27.0" // The target game version.
project.ext.modDescription = "Travelling Merchant now will sell you the Katana! It's random, but you can change the chances in the config file." // Short description of what your mod is.
project.ext.author = "Bolo" // Your name

Expand All @@ -28,7 +28,7 @@ project.ext.clientside = false
//project.ext.modOptionalDependencies = ["optional.modid1", "optional.modid2"]

// The path to the games install directory
def gameDirectory = "E:/SteamLibrary/steamapps/common/Necesse"
def gameDirectory = "D:/Steam/steamapps/common/Necesse"

// =================================================
// ========== DO NOT EDIT BELOW THIS LINE ==========
Expand Down

0 comments on commit 1581f6d

Please sign in to comment.