Skip to content

Commit 457c200

Browse files
Bump script modules from 1.19.60-preview.26 to 1.19.70-preview.20 (#104)
* Bump @minecraft/server Bumps @minecraft/server from 1.1.0-beta.1.19.60-preview.26 to 1.1.0-beta.1.19.70-preview.20. --- updated-dependencies: - dependency-name: "@minecraft/server" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update package.json * Make scripts compatible with 1.19.70 * add tick event polyfill * add tests and fix version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bot174 <[email protected]>
1 parent 6dd478c commit 457c200

53 files changed

Lines changed: 1442 additions & 165 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/MinecraftApi/@minecraft/server-admin/variables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { variables } from "@minecraft/server-admin";
77
* @returns
88
*/
99
function say (message) {
10-
return world.say(message);
10+
return world.sendMessage(message);
1111
};
1212

1313
// A list of available, configured server variables.

0 commit comments

Comments
 (0)