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] 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 +}