Skip to content

Commit

Permalink
feat: Support for Minecraft Bedrock 1.21.40+
Browse files Browse the repository at this point in the history
  • Loading branch information
HirziDevs committed Dec 16, 2024
1 parent 8e3e05b commit 731e9b4
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflow-script/updatePreviewManifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fs.readFile(filePath, "utf8", (err, data) => {
if (manifest.dependencies) {
manifest.dependencies.forEach((dependency) => {
if (dependency.module_name === "@minecraft/server") {
dependency.version = "1.15.0-beta";
dependency.version = "1.18.0-beta";
}
});
}
Expand Down
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"license": "MIT"
},
"header": {
"name": "§eCCBG §d[1.2.5]§f",
"name": "§eCCBG §d[1.2.6]§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, 5 ],
"min_engine_version": [ 1, 21, 20 ]
"version": [ 1, 2, 6 ],
"min_engine_version": [ 1, 21, 40 ]
},
"modules": [
{
Expand All @@ -26,7 +26,7 @@
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.14.0-beta"
"version": "1.18.0-beta"
}
]
}
25 changes: 18 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccbg",
"version": "1.2.5",
"version": "1.2.6",
"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": {
Expand All @@ -22,11 +22,11 @@
"author": "HirziDevs",
"license": "MIT",
"dependencies": {
"@minecraft/server": "^1.14.0-beta"
"@minecraft/server": "^1.18.0-beta.1.21.60-preview.24"
},
"devDependencies": {
"ts-node": "^10.9.2",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
}
}
}

0 comments on commit 731e9b4

Please sign in to comment.