Skip to content

Commit

Permalink
No Beta API required for Minecraft PREVIEW
Browse files Browse the repository at this point in the history
  • Loading branch information
HirziDevs authored Aug 13, 2024
1 parent cce6eae commit fa0c122
Showing 1 changed file with 1 addition and 1 deletion.
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.14.0-beta";
dependency.version = "1.13.0";
}
});
}
Expand Down

0 comments on commit fa0c122

Please sign in to comment.