From 9c7b16342b68c98e900b1a836f49b65402284f02 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 1 Apr 2024 08:37:22 +0200 Subject: [PATCH] added mc_version --- main.rmanifest.js | 7 +++++++ 1 file changed, 7 insertions(+) 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`, } )