Game Development

Minecraft Bedrock beta 1.9.0.3 is out with experimental scripting API!

2 min read

Minecraft team released Minecraft Bedrock beta 1.9.0.3 last week. The latest release explores new feature such as scripting API, along with minor changes and fixes.

Let’s have a look at what’s new in Minecraft Bedrock 1.9.0.3 (beta).

Experimental Scripting API

Minecraft Bedrock beta 1.9.0.3 comes with a new Scripting API that allows users to tweak the inner components within a game by writing commands.

The Minecraft Script Engine uses the JavaScript language with the help of which Scripts can be written and bundled along with Behaviour Packs to invoke different actions. These actions include listening to and responding to game events, retrieving and modifying data in components that entities have, and that can affect different parts of the game. This feature is currently only available in Windows 10 on enabling the “Use Experimental Gameplay” setting.

Changes and Fixes

  • A minor change has been made to the size of the crossbow, as it now appears bigger in pillager’s (hostile illager mobs with crossbows in Minecraft) hands.
  • A crash occurring during gameplay has been fixed.
  • The issue of tamed llamas turning into bioluminescent creatures on opening an inventory has been resolved.
  • Items in hand appearing completely white in colour have been fixed.
  • Rare instances of players getting teleported into a boat while travelling near water have been fixed.
  • The issue of logo not being visible on the loading screen after suspending and resuming the game has been fixed.
  • With the new release, players no longer have an option to respawn in a semi-dead state in case they get killed while in a bed.
  • The texture of the Beacon beams has been improved.
  • The inventory blocks once again follow the textures that are set in blocks.json.
  • Optimizations have been done to get a proper synchronization between client and server.

Minecraft bedrock beta 1.9.0.3 is available only on Xbox One, Windows 10, and Android (Google Play).

For more information, check out the official release notes.

Read Next

Minecraft Java team are open sourcing some of Minecraft’s code as libraries

Minecraft is serious about global warming, adds new (spigot) plugin to allow changes in climate mechanics

A Brief History of Minecraft Modding

Natasha Mathur

Tech writer at the Packt Hub. Dreamer, book nerd, lover of scented candles, karaoke, and Gilmore Girls.

Share
Published by
Natasha Mathur

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago