<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ABehavior_pack</id>
	<title>Minecraft:Behavior pack - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ABehavior_pack"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Behavior_pack&amp;action=history"/>
	<updated>2026-04-09T09:17:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:Behavior_pack&amp;diff=49346&amp;oldid=prev</id>
		<title>imported&gt;MinecraftBedrockPlayer7: /* Internal behavior packs */</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Behavior_pack&amp;diff=49346&amp;oldid=prev"/>
		<updated>2026-04-01T15:00:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Internal behavior packs&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{For|the similar system in &amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039;|Data pack}}{{Exclusive|bedrock}}&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;behavior pack&amp;#039;&amp;#039;&amp;#039; system is a data-driven framework used to define behaviors, characteristics, and logic of various things in a &amp;#039;&amp;#039;Minecraft&amp;#039;&amp;#039; [[Minecraft:world]].&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Behavior pack serves as the foundational layer for many aspects of the game, dictating [[Minecraft:Mob AI|entity behaviors]],&amp;lt;ref&amp;gt;{{citation|url=https://learn.microsoft.com/en-us/minecraft/creator/documents/entitybehaviorintroduction?view=minecraft-bedrock-stable|title=Entity Behavior Introduction|website=Microsoft Learn|date=September 19, 2023}}&amp;lt;/ref&amp;gt; [[Minecraft:Loot table|loot tables]],&amp;lt;ref&amp;gt;{{citation|url=https://learn.microsoft.com/en-us/minecraft/creator/documents/introductiontoloottables?view=minecraft-bedrock-stable|title=Introduction to Loot Tables|website=Microsoft Learn|date=March 6, 2025}}&amp;lt;/ref&amp;gt; [[Minecraft:Mob spawning|spawn rules]],&amp;lt;ref&amp;gt;{{citation|url=https://learn.microsoft.com/en-us/minecraft/creator/reference/content/entityreference/examples/cliententitydocumentation/datadrivenspawning?view=minecraft-bedrock-stable|title=Data-Driven Spawn Rules|website=Microsoft Learn|date=November 8, 2023}}&amp;lt;/ref&amp;gt; [[Minecraft:item]] behaviors,&amp;lt;ref&amp;gt;{{citation|url=https://learn.microsoft.com/en-us/minecraft/creator/documents/addcustomitems?view=minecraft-bedrock-stable|title=Custom Items|website=Microsoft Learn|date=September 18, 2024}}&amp;lt;/ref&amp;gt; item [[Minecraft:Recipe|recipes]],&amp;lt;ref&amp;gt;{{citation|url=https://learn.microsoft.com/en-us/minecraft/creator/documents/recipeintroduction?view=minecraft-bedrock-stable|title=Recipe Introduction|website=Microsoft Learn|date=April 19, 2024}}&amp;lt;/ref&amp;gt; biome characteristics,&amp;lt;ref name=&amp;quot;biome-component-list&amp;quot;&amp;gt;{{citation|url=https://learn.microsoft.com/en-us/minecraft/creator/documents/biomes/biomeoverview?view=minecraft-bedrock-stable|title=Biome JSON and Overview|website=Microsoft Learn|date=April 10, 2025}}&amp;lt;/ref&amp;gt; [[Minecraft:world generation]], and much more. These definitions are written in [[Minecraft:JSON]] files, which are organized in multiple folders by their features. This system allows users to override and modify certain features in the base game, or add unique features with their own behavior pack. Behavior packs are often used in conjunction with [[Minecraft:Resource pack|resource packs]] as part of an [[Minecraft:add-on]], which enable them to use custom resources, such as [[Minecraft:Model|models]], [[Minecraft:Animation|animations]], [[Minecraft:Texture|textures]], [[Minecraft:Sound|sounds]], and more.&lt;br /&gt;
&lt;br /&gt;
Behavior pack provides a [[Minecraft:w:Entity component system|component-based system]] that makes up most entities in the game by describing their unique properties and behaviors &amp;amp;#x2014; like [[Minecraft:health]], [[Minecraft:Bounding box|collision box]], [[Minecraft:movement]], [[Minecraft:Mob AI|mob behaviors]], and [[Minecraft:physics]] &amp;amp;#x2014; through multiple components.&amp;lt;ref&amp;gt;{{citation|url=https://wiki.bedrock.dev/entities/entity-intro-bp#components|title=Intro to Entities BP|section=Components|website=Bedrock Wiki|date=June 8, 2025}}&amp;lt;/ref&amp;gt; These components are hard coded in the game, but are commonly shared among entities, and can be used extensively to create or modify existing entities in a behavior pack. A similar feature in &amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039; would be entity [[Minecraft:Attribute|attributes]], but are very limited in terms of features compared to components. The component-based system is also used to define custom items, blocks, and [[Minecraft:Biome|biomes]].&amp;lt;ref&amp;gt;{{citation|url=https://learn.microsoft.com/en-us/minecraft/creator/reference/content/itemreference/examples/itemcomponentlist?view=minecraft-bedrock-stable|title=Item Documentation - Item Components|website=Microsoft Learn|date=October 10, 2024}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{citation|url=https://learn.microsoft.com/en-us/minecraft/creator/reference/content/blockreference/examples/blockcomponents/blockcomponentslist?view=minecraft-bedrock-stable|title=Block Documentation - Block Components|website=Microsoft Learn|date=November 22, 2024}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;biome-component-list&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
[[File:Ore UI - Create New World Screen Menu &amp;quot;Behavior Packs&amp;quot; Tab Settings (Bedrock).png|thumb|The behavior packs tab in the Create New World screen.]]&lt;br /&gt;
Similar to [[Minecraft:resource pack]]s, behavior packs can be created and imported {{in|be}}. Users can download external behavior packs with the {{cd|.mcpack}} [[Minecraft:File extensions|file extension]], if the game&amp;#039;s platform allows file import feature. When these files are opened, they are automatically imported into the {{code|behavior_packs}} folder in {{code|[[Minecraft:com.mojang]]}} without accessing the file system. Behavior packs can also be placed manually in the {{code|development_behavior_packs}} folder. Each behavior pack must either be a sub-folder or a {{code|.zip}} file.&lt;br /&gt;
&lt;br /&gt;
One or more behavior packs can be applied to a world from the [[Minecraft:Create New World]] and [[Minecraft:Edit World]] screens. These behavior packs will be imported into the world files, and are kept when exporting the world. Players joining a [[Minecraft:multiplayer]] world with behavior packs get an option to download only the required assets from the behavior pack, or all assets. The game loads behavior packs based on the order of the packs on the list. The bottom-most pack loads first, then each pack placed above are loaded sequentially.&lt;br /&gt;
&lt;br /&gt;
Custom behavior packs permanently disable [[Minecraft:achievement]] unlocking for the world. Custom behavior packs cannot be applied to worlds on [[Minecraft:Realms]], but worlds uploaded to Realms or [[Minecraft:Bedrock Dedicated Server]] keep the behavior packs applied to the world.&lt;br /&gt;
&lt;br /&gt;
In Bedrock Dedicated Server, behavior packs also can be stored outside of worlds. Packs need to be enabled in the {{Cd|world_behavior_packs.json}} file in a world file.&lt;br /&gt;
&lt;br /&gt;
Behavior packs cannot be edited while the game is active, except for the packs in the {{code|development_behavior_packs}} folder. They will update themselves when joining a world or changing active behavior packs.&lt;br /&gt;
&lt;br /&gt;
=== Settings ===&lt;br /&gt;
Behavior packs and resource packs can contain custom settings that affect features in the pack.&amp;lt;ref&amp;gt;{{Cite|url=https://learn.microsoft.com/en-us/minecraft/creator/documents/addons/custompacksettings?view=minecraft-bedrock-stable|title=Creating a Pack with Custom Settings|website=Microsoft Learn|date=August 1, 2025}}&amp;lt;/ref&amp;gt; Settings need to be specified in {{Cd|[[Minecraft:manifest.json]]}}, with the options to create an on/off toggle, or a slider with specific values. The settings menu for custom and Marketplace behavior packs can be opened with a button next to the pack button in the edit world screen, and all settings affect the whole world. Custom labels for each setting can be applied, which support text [[Minecraft:Formatting codes|formatting]].&lt;br /&gt;
&lt;br /&gt;
How each setting affects the behavior pack can be modified with [[Minecraft:scripting]].&lt;br /&gt;
&lt;br /&gt;
The settings menu can also be used to change the memory tier, which affects the [[Minecraft:Add-on#Sub-packs|sub-packs]] being used.&amp;lt;ref&amp;gt;{{Cite|url=https://learn.microsoft.com/en-us/minecraft/creator/documents/buildingsubpacks?view=minecraft-bedrock-stable|title=Building Sub-Packs|website=Microsoft Learn|date=August 28, 2025}}&amp;lt;/ref&amp;gt; The memory tier can be set to any specified value from the device&amp;#039;s memory tier and lower. Sub-packs are behavior packs within the root of the behavior pack, with the same directory structure. They can be added to the pack in {{Cd|manifest.json}}.&lt;br /&gt;
&lt;br /&gt;
=== Marketplace behavior packs ===&lt;br /&gt;
[[Minecraft:Add-ons]] and worlds from the [[Minecraft:Marketplace]] often contain or consist entirely of a behavior pack. These packs are stored internally and can&amp;#039;t be accessed from {{code|[[Minecraft:com.mojang]]}}. Players can only access Marketplace behavior packs or play on worlds with behavior packs applied when they own the pack, by purchasing it in the Marketplace or by owning the [[Minecraft:Marketplace Pass]]. Which packs a player owns is stored in the online player profile, so behavior packs can only be accessed when signed in. Marketplace packs can be applied the same way as custom resource packs, and also to Realms, but not to worlds in external servers.&lt;br /&gt;
&lt;br /&gt;
When a player joins a multiplayer world or Realm with Marketplace packs, the player is offered to download these packs to apply them, even when the player does not own the pack.&lt;br /&gt;
&lt;br /&gt;
Marketplace behavior packs update automatically depending on the &amp;quot;Auto Update Unlocked Packs&amp;quot; settings, or can be updated manually from the purchase screen.&lt;br /&gt;
&lt;br /&gt;
== Contents ==&lt;br /&gt;
{{Expand section}}&lt;br /&gt;
&lt;br /&gt;
=== Directory structure ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;treeview&amp;quot;&amp;gt;&lt;br /&gt;
*{{File|directory|&amp;#039;&amp;#039;name&amp;#039;&amp;#039;}} or {{File|archive|&amp;#039;&amp;#039;name&amp;#039;&amp;#039;.zip}}&lt;br /&gt;
** {{File|file|[[Minecraft:manifest.json]]}}&lt;br /&gt;
** {{File|file|pack_icon.png}}: The picture to display next to the behavior pack in-game.&lt;br /&gt;
** {{File|directory|&amp;#039;&amp;#039;sub-pack&amp;#039;&amp;#039;}}: A behavior pack with the same directory structure inside the behavior pack. Multiple sub-packs can be used, and need to be specified in {{File|file|[[Minecraft:manifest.json]]}}.&lt;br /&gt;
** {{File|directory|animation_controllers}}&lt;br /&gt;
*** {{File|directory|&amp;#039;&amp;#039;entity&amp;#039;&amp;#039;}}&lt;br /&gt;
**** {{File|file|&amp;#039;&amp;#039;entity&amp;#039;&amp;#039;_animation_controller.json}}&lt;br /&gt;
*** {{File|file|entity_controller.json}}&lt;br /&gt;
** {{File|directory|animations}}&lt;br /&gt;
*** {{File|file|&amp;#039;&amp;#039;entity&amp;#039;&amp;#039;_animations.json}}{{fn|File may be inside a directory.|name=May be inside a directory}}&lt;br /&gt;
** {{File|directory|[[Minecraft:Block definition|blocks]]}}&lt;br /&gt;
*** {{File|file|&amp;#039;&amp;#039;block&amp;#039;&amp;#039;.json}}&lt;br /&gt;
** {{File|directory|[[Minecraft:Biome definition#Bedrock Edition|biomes]]}}&lt;br /&gt;
*** {{File|file|&amp;#039;&amp;#039;biome&amp;#039;&amp;#039;.biome.json}}&lt;br /&gt;
** {{File|directory|cameras}}&lt;br /&gt;
*** {{File|directory|presets}}&lt;br /&gt;
**** {{File|file|&amp;#039;&amp;#039;identifier&amp;#039;&amp;#039;.json}}&lt;br /&gt;
** {{File|directory|entities}}&lt;br /&gt;
*** {{File|directory|&amp;#039;&amp;#039;entity&amp;#039;&amp;#039;}}&lt;br /&gt;
**** {{File|file|&amp;#039;&amp;#039;entity&amp;#039;&amp;#039;_animation_controller.json}}&lt;br /&gt;
*** {{File|file|&amp;#039;&amp;#039;entity&amp;#039;&amp;#039;.json}}&lt;br /&gt;
** {{File|directory|features}}&lt;br /&gt;
*** {{File|file|&amp;#039;&amp;#039;feature&amp;#039;&amp;#039;.json}}&lt;br /&gt;
** {{File|directory|feature_rules}}&lt;br /&gt;
*** {{File|file|&amp;#039;&amp;#039;feature&amp;#039;&amp;#039;_rules.json}}&lt;br /&gt;
** {{File|directory|dialogue}}&lt;br /&gt;
*** {{File|directory|&amp;#039;&amp;#039;scene_dialogue&amp;#039;&amp;#039;}}&lt;br /&gt;
**** {{File|file|&amp;#039;&amp;#039;scene&amp;#039;&amp;#039;.json}}&lt;br /&gt;
*** {{File|file|[[Minecraft:manifest.json]]}}&lt;br /&gt;
** {{File|directory|functions}}&lt;br /&gt;
*** {{File|directory|&amp;#039;&amp;#039;entity&amp;#039;&amp;#039;}}&lt;br /&gt;
**** {{File|file|&amp;#039;&amp;#039;entity&amp;#039;&amp;#039;_function.mcfunction}}&lt;br /&gt;
*** {{File|file|tick.json}}&lt;br /&gt;
** {{File|directory|item_catalog}}&lt;br /&gt;
*** {{File|file|crafting_item_catalog.json}}&lt;br /&gt;
** {{File|directory|items}}&lt;br /&gt;
*** {{File|file|&amp;#039;&amp;#039;item&amp;#039;&amp;#039;.json}}&lt;br /&gt;
** {{File|directory|loot_tables}}&lt;br /&gt;
*** {{File|directory|entities}}&lt;br /&gt;
**** {{File|file|&amp;#039;&amp;#039;entity&amp;#039;&amp;#039;.json}}&lt;br /&gt;
*** {{File|file|&amp;#039;&amp;#039;loot_table&amp;#039;&amp;#039;.json}}{{fn|File may be inside a directory.|name=May be inside a directory}}&lt;br /&gt;
** {{File|directory|[[Minecraft:recipe (Bedrock Edition)|recipes]]}}&lt;br /&gt;
*** {{File|file|&amp;#039;&amp;#039;recipe&amp;#039;&amp;#039;.recipe.json}}&lt;br /&gt;
** {{File|directory|spawn_rules}}&lt;br /&gt;
*** {{File|file|&amp;#039;&amp;#039;entity&amp;#039;&amp;#039;_spawn_rules.json}}&lt;br /&gt;
** {{File|directory|[[Minecraft:structure file|structures]]}}&lt;br /&gt;
*** {{File|file|&amp;#039;&amp;#039;structure&amp;#039;&amp;#039;.mcstructure}}&lt;br /&gt;
** {{File|directory|texts}}&lt;br /&gt;
*** {{File|file|languages.json}}&lt;br /&gt;
*** {{File|file|en_US.lang}}&lt;br /&gt;
*** {{File|file|&amp;#039;&amp;#039;languagecode&amp;#039;&amp;#039;_&amp;#039;&amp;#039;COUNTRYCODE&amp;#039;&amp;#039;.lang}}&lt;br /&gt;
** {{File|directory|trading}}&lt;br /&gt;
*** {{File|file|&amp;#039;&amp;#039;villager&amp;#039;&amp;#039;_trades.json}}&lt;br /&gt;
** {{File|directory|worldgen}}&lt;br /&gt;
*** {{File|directory|[[Minecraft:Processor list|processors]]}}&lt;br /&gt;
**** {{File|file|&amp;#039;&amp;#039;processor&amp;#039;&amp;#039;.json}}{{fn|File may be inside a directory.|name=May be inside a directory}}&lt;br /&gt;
*** {{File|directory|[[Minecraft:Structure set|structure_sets]]}}&lt;br /&gt;
**** {{File|file|&amp;#039;&amp;#039;structure_set&amp;#039;&amp;#039;.json}}&lt;br /&gt;
*** {{File|directory|[[Minecraft:Jigsaw structure#Config|structures]]}}&lt;br /&gt;
**** {{File|file|&amp;#039;&amp;#039;structure&amp;#039;&amp;#039;.json}}&lt;br /&gt;
*** {{File|directory|[[Minecraft:Template pool|template_pools]]}}&lt;br /&gt;
**** {{File|file|&amp;#039;&amp;#039;template_pool&amp;#039;&amp;#039;.json}}{{fn|File may be inside a directory.|name=May be inside a directory}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{fnlist}}&lt;br /&gt;
&lt;br /&gt;
== Internal behavior packs ==&lt;br /&gt;
Most entities, biomes, loot tables, and various things from the base game are defined by the vanilla behavior pack, which is built inside the game itself and can be found at {{Cd|[[Minecraft:Microsoft.MinecraftUWP|&amp;#039;&amp;#039;game directory&amp;#039;&amp;#039;]]\data\behavior_packs}}. Mojang Studios releases the [https://github.com/Mojang/bedrock-samples Bedrock Add-On Sample Files] with every new [[Minecraft:update]] of &amp;#039;&amp;#039;Bedrock Edition&amp;#039;&amp;#039;, which provide the latest vanilla behavior and resource packs from the game.&lt;br /&gt;
&lt;br /&gt;
Multiple internal behavior packs exist for different situations. Each [[Minecraft:Experiments|experiment]] has its own behavior pack, in addition to &amp;#039;&amp;#039;[[Minecraft:Minecraft Education]]&amp;#039;&amp;#039; features and &amp;#039;&amp;#039;[[Minecraft:Minecraft Preview]]&amp;#039;&amp;#039;. Each behavior pack contains the same structure and assets as custom behavior packs, defined for the whole game. Some packs also have an icon or description, which is not visible in-game.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Bedrock Editon&amp;#039;&amp;#039; supports {{w|backward compatibility}} for add-ons and old worlds. This is done for the {{Cd|vanilla}} and {{Cd|chemistry}} behavior packs since [[Minecraft:Bedrock Edition 1.14.0|1.14]] and [[Minecraft:Bedrock Edition 1.20.50|1.20.50]] respectively, with the regular behavior pack supporting the latest version before. Each update with changes to features defined in behavior packs has its own behavior pack, with all the features that changed. Some Marketplace add-ons can lock a world in an older version by disabling internal behavior packs from higher versions.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!File name&lt;br /&gt;
!Pack icon, name, and description&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|chemistry&lt;br /&gt;
|[[File:Chemistry_Pack_icon.png|width=32x32]]&lt;br /&gt;
|Resources for the &amp;quot;Minecraft Education features&amp;quot; [[Minecraft:World Options#Cheats|cheat setting]]. Includes several features from the [[Minecraft:Chemistry Update]] in &amp;#039;&amp;#039;[[Minecraft:Minecraft Education]]&amp;#039;&amp;#039;. Multiple versions of this pack are available to support backwards-compatibility.&lt;br /&gt;
|-&lt;br /&gt;
|editor&lt;br /&gt;
|[[File:Editor_pack_icon.png|width=32x32]]&lt;br /&gt;
|Resources for &amp;#039;&amp;#039;[[Minecraft:Bedrock Editor]]&amp;#039;&amp;#039;, applied when the Editor is enabled upon launch. Contains five unique [[Minecraft:entities]] exclusive to the Editor, some textures for the GUI, and the main script file which can be customized.&lt;br /&gt;
|-&lt;br /&gt;
|experimental_creator_cameras&lt;br /&gt;
|Experimental Creator Cameras&lt;br /&gt;
|Contains a camera preset for the &amp;quot;Experimental Creator Cameras&amp;quot; [[Minecraft:Experiments|experiment]].&lt;br /&gt;
|-&lt;br /&gt;
|experimental_vanilla_shapes&lt;br /&gt;
|Vanilla Voxel Shapes&lt;br /&gt;
Experimental behavior pack for vanilla voxel shapes&lt;br /&gt;
|Contains vanilla voxel shapes for the experiment, at this point nothing.&lt;br /&gt;
|-&lt;br /&gt;
|experimental_villager_trade&lt;br /&gt;
|Villager Trade Rebalancing&lt;br /&gt;
|Contains trade tables for the [[Minecraft:Villager Trade Rebalancing]] experiment, as well as different loot tables for mineshafts, ancient cities, desert pyramids, jungle pyramids, and pillager outposts.&lt;br /&gt;
|-&lt;br /&gt;
|experimental_y_2026_drop_1&lt;br /&gt;
|Drop 1 of 2026&amp;lt;br&amp;gt;Experimental behavior pack for Drop 1 of 2026 content&lt;br /&gt;
|Adds features for the [[Minecraft:Tiny Takeover]], including a [[Minecraft:name tag]] recipe and some changes to baby mobs.&lt;br /&gt;
|-&lt;br /&gt;
|experimental_y_2026_drop_2&lt;br /&gt;
|Drop 2 of 2026&amp;lt;br&amp;gt;Experimental behavior pack for Drop 2 of 2026 content&lt;br /&gt;
|Adds features for Chaos Cubed, including the [[Minecraft:Sulfur Caves|sulfur caves]], [[Minecraft:Sulfur Cube|sulfur cube]], [[Minecraft:cinnabar]], and [[Minecraft:sulfur]].&lt;br /&gt;
|-&lt;br /&gt;
|server_editor_library&lt;br /&gt;
|[[File:Editor_pack_icon.png|width=32x32]] Server Editor Library&lt;br /&gt;
Library for building server driven Editor UI&lt;br /&gt;
|Contains scripts for the Editor when used on [[Minecraft:Bedrock Dedicated Server]].&lt;br /&gt;
|-&lt;br /&gt;
|server_library&lt;br /&gt;
|[[File:Editor_pack_icon.png|width=32x32]] @minecraft/server TS Library&lt;br /&gt;
A BP containing all the @minecraft/server typescript code.&lt;br /&gt;
|Contains typescript code for the Editor. Only available in &amp;#039;&amp;#039;Minecraft Preview&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
|server_ui_library&lt;br /&gt;
|[[File:Editor_pack_icon.png|width=32x32]] @minecraft/server-ui TS Library&lt;br /&gt;
A BP containing all the @minecraft/server-ui typescript code.&lt;br /&gt;
|Contains scripts for the UI in the Editor. Only available in &amp;#039;&amp;#039;Minecraft Preview&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
|vanilla&lt;br /&gt;
|[[File:Default_pack.png|width=32x32]]&lt;br /&gt;
|All resources for the default &amp;#039;&amp;#039;Minecraft&amp;#039;&amp;#039; game. Multiple versions of this pack are available to support backwards-compatibility.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
Tutorials from the official [https://www.youtube.com/@MinecraftCreatorChannel Minecraft Creator Channel]{{yt|OdZlKpLOkj4}}{{yt|TUFeM5P4IwM}}{{yt|kkm8xxqGVvs}}{{yt|bCU8UxIZ-U4}}{{yt|kzWSItyz5Pk}}{{yt|zMF3JPahrPQ}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{See also|Add-on#History}}&lt;br /&gt;
{{Expand section}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Minecraft:Mod]]&lt;br /&gt;
* [[Minecraft:Commands]]&lt;br /&gt;
* [[Minecraft:Data pack]]&lt;br /&gt;
* [[Minecraft:Resource pack]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
=== Official documentation ===&amp;lt;!--NOTE: ONLY OFFICIAL DOCUMENTATION PROVIDED BY MOJANG SHOULD BE LINKED IN THIS SECTION--&amp;gt;&lt;br /&gt;
* [https://learn.microsoft.com/en-us/minecraft/creator/reference/content/addonsreference/ Addons JSON Documentation]&lt;br /&gt;
* [https://learn.microsoft.com/en-us/minecraft/creator/reference/content/animationsreference/ Animation JSON Documentation]&lt;br /&gt;
* [https://learn.microsoft.com/en-us/minecraft/creator/reference/content/biomereference/examples/biomeoverview Biome Documentation]&lt;br /&gt;
* [https://learn.microsoft.com/en-us/minecraft/creator/reference/content/blockreference/ Block JSON Documentation]&lt;br /&gt;
* [https://learn.microsoft.com/en-us/minecraft/creator/reference/content/entityreference/ Entity JSON Documentation]&lt;br /&gt;
* [https://learn.microsoft.com/en-us/minecraft/creator/reference/content/featuresreference/ Features JSON Documentation]&lt;br /&gt;
* [https://learn.microsoft.com/en-us/minecraft/creator/reference/content/itemreference/ Item JSON Documentation]&lt;br /&gt;
* [https://learn.microsoft.com/en-us/minecraft/creator/reference/content/molangreference/ Molang Documentation]&lt;br /&gt;
* [https://learn.microsoft.com/en-us/minecraft/creator/reference/content/recipereference/ Recipe JSON Documentation]&lt;br /&gt;
* [https://learn.microsoft.com/en-us/minecraft/creator/reference/content/schemasreference/ Schema Documentation]&lt;br /&gt;
&lt;br /&gt;
=== Official tutorials ===&amp;lt;!--NOTE: ONLY OFFICIAL TUTORIALS PROVIDED BY MOJANG SHOULD BE LINKED IN THIS SECTION--&amp;gt;&lt;br /&gt;
* [https://learn.microsoft.com/en-us/minecraft/creator/documents/gettingstarted Getting Started With Minecraft Add-Ons]&lt;br /&gt;
* [https://learn.microsoft.com/en-us/minecraft/creator/documents/behaviorpack Introduction to Behavior Packs]&lt;br /&gt;
&lt;br /&gt;
=== Tools and libraries ===&lt;br /&gt;
* [https://learn.microsoft.com/en-us/minecraft/creator/documents/commonlyusedtools Commonly Used Tools]&lt;br /&gt;
* [https://learn.microsoft.com/en-us/minecraft/creator/documents/mctoolsoverview Minecraft Creator Tools]&lt;br /&gt;
&lt;br /&gt;
=== Unofficial resources ===&lt;br /&gt;
* [https://wiki.bedrock.dev/ Bedrock Wiki]&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;br /&gt;
* [https://github.com/Mojang/bedrock-samples Bedrock Add-On Sample Files]&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox Bedrock Edition}}{{Navbox Minecraft|general}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Add-ons]]&lt;br /&gt;
[[Category:Game customization]]&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:de:Verhaltenspaket]]&lt;br /&gt;
[[Minecraft:pt:Pacote de comportamento]]&lt;br /&gt;
[[Minecraft:ru:Пакет поведения]]&lt;/div&gt;</summary>
		<author><name>imported&gt;MinecraftBedrockPlayer7</name></author>
	</entry>
</feed>