diff --git a/main.rmanifest.js b/main.rmanifest.js index 269c886..c6aa763 100644 --- a/main.rmanifest.js +++ b/main.rmanifest.js @@ -12,6 +12,12 @@ class Manifest { static git_remote = "https://git.ragestudio.net/srgooglo/hfmc-dev" + static mc_version = { + forge: "1.20.1-forge-47.2.17", + number: "1.20.1", + type: "release", + } + configuration = { memory: { min: 2048, @@ -75,6 +81,7 @@ class Manifest { min: this.configuration.memory.min, max: Config.get("memory"), }, + version: Manifest.mc_version, forge: `${install_path}/forge-installer.jar`, } )