Skip to main content

Minecraft Beta - 1.17.30.21 (Xbox One/Windows 10/Android)

Data Driven Blocks - Experimental Features 

  • Adds BlockPartVisibilityComponent  
    • Allows creators to specify Molang conditions for each “bone” listed in the geometry JSON that turn on/off bones based on the block state 
    • Must have experimental toggle on to use 

Molang 

  • Fixed experimental query.bone_orientation_trs to have correct translation Y and scale results  
  • Adds experimental block_neighbor_has_any_tags and block_neighbor_has_all_tags MoLang queries  
    • Takes a block relative position and a set of tags 
    • Returns 0/1 
    • Must have experimental toggle on to use 

Graphics 

  • Added DragonFX materials to support rasterized g-buffer prepass of raytracing resources  

Data Driven Items 

  • Updated documentation for DamageableItemComponent  

Molang 

  • Crash will no longer occur when entering a world with a custom resource pack that contains query.armor_color_slot (MCPE-106437)  
  • Moved experimental Molang queries (other than those related to Actor Properties) to a new 'Experimental Molang Features' toggle  

User Interface 

  • Fixed controller support when editing NPC dialog  
  • Parsing of UI json field "ignored" now throws a content_error if it is invalid