Minecraft Beta & Preview - 1.21.0.22
- 技术更新
- 完整日志
Add-Ons and Script Engine
- Deprecated the Free Creator Camera experiment
Script API
-
GameRules
-
-
Released GameRules from beta to 1.11.0
-
Released GameRuleChangeAfterEvent from beta to 1.11.0
-
Released GameRuleChangeAfterEventSignal from beta to 1.11.0
-
Released World.gameRules from beta to 1.11.0
-
Released WorldAfterEvents.gameRuleChange from beta to 1.11.0
-
-
EntityTameableComponent
-
-
Changed return type of getTameItems to ItemStack[]
-
Changed tame to take a player
-
Added method tamedToPlayer, tamedToPlayerId, isTamed
-
-
Released EntityColor2Component from beta to 1.11.0
-
Released PaletteColor from beta to 1.11.0
-
Released ItemStack.matches from beta to 1.11.0
-
Released EntityNavigationComponent from beta to 1.11.0
-
Released EntityNavigationClimbComponent from beta to 1.11.0
-
Released EntityNavigationFloatComponent from beta to 1.11.0
-
Released EntityNavigationFlyComponent from beta to 1.11.0
-
Released EntityNavigationGenericComponent from beta to 1.11.0
-
Released EntityNavigationHoverComponent from beta to 1.11.0
-
Released EntityNavigationWalkComponent from beta to 1.11.0
Editor
-
Implemented a Simple Tool Wrapper framework to simplify the boilerplate implementation of setting up an editor tool, and manage the window visibility and lifecycle of the tool components.
-
Editor Export API can now export a playable world
-
Fixed the UI layout drawer content to respond properly to changes in the visibility of the PropertyPane API
-
Fixed bug for when a player switched to Test World while in the Nether/End the worlds dimension incorrectly changed to the Overworld
-
Updated Editor Extension Starter Kit to include samples for custom brushes and Simple Tool Wrapper
-
Fixed bug that caused crashes during deletion of Script Widget Groups
Entities
- Updated entity geometry to allow UV rotations. This allows you to rotate the specified UV rect in 90 degree increments before applying it to a cube face of an entity model. Supported from minecraft:geometry format version 1.21.0 and up
Split Screen
- Fixed mob animations not playing when mobs were unloaded in split screen
Items
-
Unlocking requirements are now sent to clients for "minecraft:recipe_shapeless" and "minecraft:recipe_shaped"
-
- It allows the UI to suggest recipes that are always unlocked when the game rule "dolimitedcrafting" is ON