From a29a4d0d7d03c70440ed14e3993c2637e3f4836d Mon Sep 17 00:00:00 2001 From: QuazChick <79767058+QuazChick@users.noreply.github.com> Date: Sun, 5 Jan 2025 18:01:17 +0000 Subject: [PATCH] Update scripting-intro.md --- docs/scripting/scripting-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripting/scripting-intro.md b/docs/scripting/scripting-intro.md index e5c8cc171f..d38321b85d 100644 --- a/docs/scripting/scripting-intro.md +++ b/docs/scripting/scripting-intro.md @@ -24,7 +24,7 @@ The Script API is currently in active development, and breaking changes are freq ## Overview -The Script API (formerly GameTests) is a feature that allows for a new variety of creations, these are built with JavaScript files in the behavior pack folder. Some parts of the Script API are not experimental. +The Script API (formerly GameTest Framework) is a feature that allows for a new variety of creations, these are built with JavaScript files in the behavior pack folder. Most parts of the Script API are not experimental. This page will give you an introduction to the 80% of Minecraft's Creator API concepts that you will use on a daily basis.