banner
News center
Our products guarantee a painless, practical, and secure solution.

Minecraft Update 2.52 Brings Vanilla Parity Changes & More in 1.19.40 This October 25

Sep 15, 2023

4J Studios has deployed Minecraft update 2.52 today on multiple platforms, and this is for patch version 1.19.40! Players can expect vanilla parity changes and more! Read on for everything new in the Minecraft October 25 patch notes.

Vanilla Parity:

General

Mobs

Blocks

Spectator Mode (Experimental)

Fixes:

Performance/Stability

Gameplay

Mobs

Blocks

Items

Graphical

User Interface

Realms

Mobile Touch Controls

Technical Updates:

Updated Add-On Template Packs

Custom Block Geometry

General

Commands

Data-Driven Blocks

Data-Driven Items

Actors

AI Goals

Entity Documentation

API

GameTest Framework (Experimental)

There has been a major breaking change to experimental JavaScript APIs:

All script modules have been renamed to follow a new convention.

For example, rather than using:

import * as mc from "mojang-minecraft";

Use:

import * as mc from "@minecraft/server";

Use of script eval() and Function() must be explicitly enabled in manifest.json

To do this, set script_eval in capabilities array.

"capabilities": [ "script_eval"]

Vanilla Parity: General Mobs Blocks Spectator Mode (Experimental) Fixes: Performance/Stability Gameplay Mobs Blocks Items Graphical User Interface Realms Mobile Touch Controls Technical Updates: Updated Add-On Template Packs Custom Block Geometry General Commands Data-Driven Blocks Data-Driven Items Actors AI Goals Entity Documentation API GameTest Framework (Experimental) There has been a major breaking change to experimental JavaScript APIs: