From b6cda9f4d5dad62f7503073ca27b10a06c01c60c Mon Sep 17 00:00:00 2001 From: GeekCorner <45696571+GeekCornerGH@users.noreply.github.com> Date: Tue, 23 Feb 2021 09:52:30 +0100 Subject: [PATCH 1/3] Bump default version to 1.16.5 --- minecraft/java/mohist/egg-mohist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minecraft/java/mohist/egg-mohist.json b/minecraft/java/mohist/egg-mohist.json index 947a2693..88b5dade 100644 --- a/minecraft/java/mohist/egg-mohist.json +++ b/minecraft/java/mohist/egg-mohist.json @@ -41,7 +41,7 @@ "name": "Minecraft Version", "description": "The version of Minecraft to download.", "env_variable": "MC_VERSION", - "default_value": "1.16.4", + "default_value": "1.16.5", "user_viewable": true, "user_editable": true, "rules": "required|string|max:20" @@ -65,4 +65,4 @@ "rules": "required|string|max:20" } ] -} \ No newline at end of file +} From 268e5cacbf8b6b267a609d9c9100fba964b46aca Mon Sep 17 00:00:00 2001 From: GeekCorner <45696571+GeekCornerGH@users.noreply.github.com> Date: Tue, 23 Feb 2021 19:34:39 +0100 Subject: [PATCH 2/3] Setting back version to "latest" Thanks @parkervcp for information, its down now. --- minecraft/java/mohist/egg-mohist.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft/java/mohist/egg-mohist.json b/minecraft/java/mohist/egg-mohist.json index 88b5dade..91a5bad5 100644 --- a/minecraft/java/mohist/egg-mohist.json +++ b/minecraft/java/mohist/egg-mohist.json @@ -41,7 +41,7 @@ "name": "Minecraft Version", "description": "The version of Minecraft to download.", "env_variable": "MC_VERSION", - "default_value": "1.16.5", + "default_value": "latest", "user_viewable": true, "user_editable": true, "rules": "required|string|max:20" From 0356c7e364dcced82c99dbfbc793c3fa0ab5e416 Mon Sep 17 00:00:00 2001 From: GeekCorner <45696571+GeekCornerGH@users.noreply.github.com> Date: Mon, 8 Mar 2021 09:29:07 +0100 Subject: [PATCH 3/3] Revert to 1.16.5 Here you are @parkervcp --- minecraft/java/mohist/egg-mohist.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft/java/mohist/egg-mohist.json b/minecraft/java/mohist/egg-mohist.json index 91a5bad5..88b5dade 100644 --- a/minecraft/java/mohist/egg-mohist.json +++ b/minecraft/java/mohist/egg-mohist.json @@ -41,7 +41,7 @@ "name": "Minecraft Version", "description": "The version of Minecraft to download.", "env_variable": "MC_VERSION", - "default_value": "latest", + "default_value": "1.16.5", "user_viewable": true, "user_editable": true, "rules": "required|string|max:20"