From 2d10dd80a10acecb0609ffd12f357ed636af66c1 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Sun, 10 Nov 2024 03:32:08 -0600 Subject: [PATCH] Updated bedrock min engine version to 1.21.44 --- src/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index aa2ce41..10b9d90 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -4,15 +4,15 @@ "description": "§7The old ore textures\n§6§oCopper made by G2", "name": "Old Ores", "uuid": "509d7359-84d8-43bd-9260-43c38b1f0013", - "version": [2, 1, 3], - "min_engine_version": [ 1, 21, 30 ] + "version": [2, 1, 4], + "min_engine_version": [ 1, 21, 44 ] }, "modules": [ { "description": "§7The old ore textures\n§6§oCopper made by G2", "type": "resources", "uuid": "471c09f2-d4cc-4c5b-9d44-cc323b491fef", - "version": [2, 1, 3] + "version": [2, 1, 4] } ] }