From cce6eaec5c32c634d831619fd95deec8385a01af Mon Sep 17 00:00:00 2001 From: Hirzi <64255651+HirziDevs@users.noreply.github.com> Date: Wed, 14 Aug 2024 06:46:57 +0700 Subject: [PATCH] Support for Minecraft 1.21.20 and No BETA API Required --- README.md | 2 +- manifest.json | 8 ++++---- package.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a5cceae..e7a7e6a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Check this video (click the image): CCBG Youtube Preview -## Enabling Beta APIs Experiment +## Enabling Beta APIs Experiment (CCBG v1.2.4 or lower) CCBG are using Beta APIs to make the generator working, please enable it to make this addons works diff --git a/manifest.json b/manifest.json index dde00ba..f2b93e9 100644 --- a/manifest.json +++ b/manifest.json @@ -9,11 +9,11 @@ "license": "MIT" }, "header": { - "name": "§eCCBG §d[1.2.4]§f", + "name": "§eCCBG §d[1.2.5]§f", "description": "Customize your Cobblestone and Basalt Generator!\nAddons By: §bHirziDevs§f\nContributor: §bHexaa Scoooolzs§f", "uuid": "15c4dbf1-0871-42e5-8b04-114daa5b7ab4", - "version": [ 1, 2, 4 ], - "min_engine_version": [ 1, 21, 0 ] + "version": [ 1, 2, 5 ], + "min_engine_version": [ 1, 21, 20 ] }, "modules": [ { @@ -26,7 +26,7 @@ "dependencies": [ { "module_name": "@minecraft/server", - "version": "1.12.0-beta" + "version": "1.13.0" } ] } \ No newline at end of file diff --git a/package.json b/package.json index 630f970..0fbadb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ccbg", - "version": "1.2.4", + "version": "1.2.5", "description": "Customize your cobblestone and basalt generator with this addon! You can make your cobblestone and basalt generator spawn any block you want. By default, it spawns all Minecraft ores, including ancient debris, making it perfect for SkyBlock and other minigames that utilize cobblestone and basalt generators.", "main": "main.js", "scripts": { @@ -22,7 +22,7 @@ "author": "HirziDevs", "license": "MIT", "dependencies": { - "@minecraft/server": "^1.12.0-beta.1.21.1-stable" + "@minecraft/server": "^1.13.0" }, "devDependencies": { "ts-node": "^10.9.2",