text
stringlengths
0
113k
[SOURCE: https://minecraft.wiki/w/Mod#External_links] | [TOKENS: 1752]
Mod A mod (short for modification) is a piece of unofficial code that is injected into the game for the purpose of modifying its behavior. They can be used to enhance the game by means ranging from fixing bugs, adjusting core mechanics, to completely revamping the way the game is played with unique features. Contents Overview Mods are primarily user-created content used to alter the base game to create unique experiences that are not usually present from vanilla. They allow players to customize the look and feel of the game, give more options and customization, or expand the game with new progression and mechanics. Mods have control over various aspects of the game, where developers can modify or add custom features, such as physics, graphics, user interface, and various gameplay features (such as entities, items, blocks, world generation, and dimensions, usually through the game's registries). While many mods add content, others act as utilities that are designed to improve the game while being close to vanilla. There are optimization mods that modify the game's rendering to improve frame rates and load times, making the game more accessible on lower-end hardware (see also Tutorial:Improving frame rate). Other client side mods may also fix several bugs and improve stability of the base game, such as reducing crashes and micro-stutter, and fixing several block and item duplication bugs. Mods are usually designed for specific release versions of the game. When the game is updated, the mod must also be updated accordingly, otherwise it may no longer work for future versions. Java Edition is written in Java and runs on JVM, which for technical reasons makes creating mods relatively easy. Modding strongly depend on decompilation to see the game's source code. Because Java compiles to bytecode rather than machine code, it is highly susceptible to decompilation, allowing modders to reverse-engineer the game logic easily. Due to this, a prolific modding scene exists for that edition, which has matured over a decade, and has created several programs and tools for modding, notably mod loaders. For older versions, obfuscation maps provided by Mojang and the community which ease the process of reverse-engineering the game. The unobfuscated versions of the game also lets modders directly see the game's source code without obfuscation maps. Bedrock Edition is written in C++ and runs as machine code, which makes it technically challenging to mod. Mods for that edition exist, but are much less common and less complex, both due to technical challenges, and other reasons such as low interest from the community and add-ons providing official means of adding content to the game. In Java Edition, a mod loader is used to inject modifications into the game. Mod loaders serve as an intermediary between the game's and the mod's code, they provide two main functions for modding: (1) providing system of API and tools to develop new mods and communicate with the game, and (2) managing loading mods simultaneously while keeping them compatible with each other. There are many well-known mod loaders, such as Forge, Fabric, Quilt, and NeoForge. Each mod loader supports different system and API for developing mods. Because of this, mods designed for specific mod loader are not likely interoperable with another mod loader, and vice versa. Add-ons serve as the official modding API in Bedrock Edition, they can add new content and modify existing features and customizations in the game. In comparison to Java Edition mods, add-ons may be limited in terms of features and customization, but are far more friendly and less complex for creators. An official modding API was planned for Java Edition, called "Plugin API" (dubbed "Workbench"), but was subsequently abandoned, with no further mentions or developments of it after Java Edition 1.9 (see Mentioned features § Workbench (Plugin API)). In Bedrock Edition 1.21.20, Mojang Studios removed debug information (bedrock_server.pdb file) from Bedrock Dedicated Server, making modding more difficult for Bedrock Edition. While there are other ways to change the experience of Minecraft, such as resource packs and data packs, the ability to load these is part of the vanilla game and usually not considered modding (see Game customization). Historically, the modification of features such as advancements, enchantments, dimensions, or world generation have required the usage of mods. However, in later versions of the game, the additions and expansions of data packs and resource packs have allowed several of these features to be implemented into the game without any modification of or addition to the game's code. Most modern mod loaders allow data packs and resource packs to be included alongside a mod to provide additional data and resources, such as models or recipes. Types of mods Client mods are direct modifications of the Minecraft game files. They control and add custom content for mobs, particles, items, and blocks, such as models, sounds, textures, and GUIs, but require the server to implement the game mechanics behind them (see § Server-based). They usually modify the client software, or client.jar file. Functional client mods like Sodium and OptiFine modify and enhance client side features of the game, such as graphics fidelity and rendering, while not adding or changing any gameplay features, making them perfectly compatible with vanilla server without any modifications. Server mods are modifications to the official Minecraft server software. They control features that are handled exclusively in the server, primarily the game mechanics, such as physics, mob AI, chat, commands, player interactions (e.g. crafting, smelting, opening chests or inventory, block placement and destruction), world generation, and much more. They cannot control client side features, and are limited in terms of custom content. Most mods are installed together on the server and client side, allowing for more freedom and complete game customization. Server mods are commonly used to enhance server administration with more functionality and ease of use. They can provide tools to protect against griefing and cheating, implement tiered privileges for commands, automate server backup, monitor server performance, optimize gameplay features, and more. Most server mods are compatible with vanilla client, without requiring the same modifications on their end (see semivanilla). Most multiplayer minigames, such as spleef, capture the flag, sky wars and bed wars, are implemented using server mods. Server mods may be referred to as plugins, mainly on Spigot mod loader and its derivatives. Some are implemented as wrappers, which do not modify the server software directly, instead monitoring its output and sending commands to it, typically using the RCON protocol. A shader pack is a client mod used to alter the visuals and looks of Minecraft. They primarily change the game's graphics, and enhance it by adding shadows, lightnings, reflections, and other customization. Shader packs require a mod designed to load them, such as Iris Shaders or OptiFine. When combined with resource pack, shader packs can drastically transform the game's appearance, allowing players to customize into different styles and settings like medieval, realistic, cinematic, and cartoonish. Additionally, resource pack can include custom material data loaded by shader packs for use in physically based rendering (PBR). Modern shader packs can implement path tracing and global illumination (GI) for Minecraft, most notably, SEUS PTGI and Continuum RT have done this. A mod pack is a collections of mods that have been put together and configured so that they work together. Mod packs are often centered around a general theme like tech, quests, or magic. Mod packs often have either custom launchers or installers that make installing and running the mod pack easy. Some of the most popular mod packs include Feed The Beast, Tekkit, RLCraft, and Hexxit. In addition to making it easy to install mod pack clients, certain launchers can also download server mod packs. Modded flag If Minecraft crashes, a modified game is flagged in the crash report. This is possible by first checking the client or server brand is vanilla branded, then verifying if the Java class (where the game crashed from) is signed from a signature file, which is stored on the META-INF directory with .SF file extension in the JAR archive. These checks are done on both client.jar and server.jar files. The signature file that comes from the vanilla build of the game is named MOJANGCS.SF, and stored on the META-INF directory like any other signature files. The creator of the signature file is listed as Microsoft. The crash report text includes one of these lines near the bottom: A shortened example crash report is given below: Trivia Gallery See also Notes References External links Navigation See here for more information Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/File:BlackSteveFace.png] | [TOKENS: 107]
File:BlackSteveFace.png Licensing File history Click on a date/time to view the file as it appeared at that time. You cannot overwrite this file. File usage The following 11 pages use this file (also see what links to it): Global file usage The following other wikis use this file: Metadata This file contains additional information, probably added from the digital camera or scanner used to create or digitize it. If the file has been modified from its original state, some details may not fully reflect the modified file. Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Ocean_Monument] | [TOKENS: 706]
Ocean Monument Deep OceanDeep Frozen OceanDeep Cold OceanDeep Lukewarm Ocean Elder GuardianGuardian No Ocean monuments, also known as simply monuments, are rare underwater structures found in deep ocean biomes and variants. They are inhabited by guardians and elder guardians. They are the only place where sponges can be found and one of the two places where prismarine can be found; the other being ocean ruins. Contents Generation Ocean monuments generate in areas with deep ocean biome variants everywhere within a 16 block square radius around the center point, and an aquatic biome (regular/deep/frozen ocean or regular/frozen river) everywhere within a 29 block square radius around the center point. In order to prevent air pockets, water generates around the monument as a part of the structure. The four blocks in the exact middle always generate each in a different chunk. It is the largest structure that does not contain a loot chest and the largest structure found underwater. An ocean monument can also overwrite other structures like strongholds during generation. A maximum of one ocean monument may generate in every 512×512 block area. In Bedrock Edition, ocean monuments always generate at the same Y-level, with the top of the roof always at Y=56. Seafloor surrounding the monument is cut off if it is higher than the monument's base. They can be located with ocean explorer maps, which are bought from apprentice-level cartographer villagers with emeralds. The area of the ocean monument spawns only guardians after generating, also being the only location they spawn. Ocean monuments always contain three elder guardians – one at the top and one in each wing. in Bedrock Edition, the particle of the elder guardian inflicting Mining Fatigue III is a separate entity, the elder guardian ghost. Structure The monument is constructed entirely from variants of prismarine and lit by sea lanterns. It includes a large central section flanked by two wings. Under the monument are 23 giant pillars that stretch to the ocean floor. The main entrance is located at the front of the central section. The base size of the structure is 58×58 blocks. Thus, the ocean monument (the location where guardians and elder guardians spawn) area is 3,364 square blocks. The central section consists of various types of chambers. The chambers are randomly generated; each monument has a different number of rooms (at least six) arranged in a unique manner. The chambers connect vertically and horizontally to the different parts of the monument, including the left and right wings. At the topmost room resides an elder guardian. Around the center of the central section lies the treasure chamber, a tall room with eight blocks of gold encased in dark prismarine. Occasionally, monuments contain one or more rooms with approximately 30 wet sponges on the ceiling. Sponge rooms have an opening only in the floor. Ocean monuments are not guaranteed to generate sponge rooms. One of the wings contains a large room with a small pillar at the center. The room contains a second elder guardian. The other wing consists of a large open space with a large, square-shaped platform, containing another elder guardian. A long hallway that arcs around the wings and the back portion of the monument connects the two wings together. Data values Java Edition: Bedrock Edition: Java Edition: Achievements History Issues Issues relating to "Ocean monument", "Water dungeon", or "Water temple" are maintained on the bug tracker. Issues should be reported and viewed there. Gallery See also References External links Navigation Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Vanilla] | [TOKENS: 95]
Tutorial:Glossary This is a glossary of game terms used by the Minecraft community, but are not officially in the game. Some of these game terms are used as shortenings, while others are terms exclusive to Minecraft, and may not be familiar to people who are new to the game. Underlined words represent terms that are further described in this list. Terms that exist on other dedicated pages are not listed here. Contents List of terms See also Notes Navigation Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Slab#Navigation] | [TOKENS: 833]
Slab A slab is a half-height version of its respective block. Contents Variants There are 61 variants of slabs: Obtaining All slabs have the same crafting recipe format, with one block resulting in two slabs each. All slabs except wooden slabs and bamboo mosaic slabs can be obtained by stonecutting, at the same rate as with crafting. Usage Slabs can occupy either the top half or the bottom half of a block, or both: Slabs cannot be oriented vertically. In Bedrock Edition a single slab (top or bottom) is transparent to light and diffuses sky light, while a double slab is opaque. The empty half of a slab block is also transparent to mobs, unlike other transparent blocks such as fences and glass, which players can see through but mobs cannot. A bottom placed on top of a hopper is transparent to items; the items fall through the bottom slab into the hopper. Without a hopper attached below, a bottom slab behaves as a solid surface. Falling block entities (like sand, gravel, and concrete powder) turn into their dropped form if they land on a bottom slab, as when they fall on a torch. Mobs see a slab as a full block when pathfinding. They can spawn on top slabs and double slabs, but not on bottom slabs. This can be used to prevent mob spawning in certain areas, such as mob farms. Generally, the top face of top slabs, the bottom face of bottom slabs, and all faces of double slabs are handled as solid blocks. Due to this, blocks that require a solid surface for placement can be placed on these faces. Double slabs are handled as a single block instead of two different slabs; as such, breaking one destroys the whole block and drops two slabs, as opposed to breaking only one slab within the same block-space. "Double slabs" that are not aligned to the grid (i.e. a bottom slab on top of a top slab) are handled as separate blocks and are broken individually. Redstone dust placed on a top slab receives signals from redstone dust one block lower and adjacent, but cannot transmit signals down to that block. Due to the way blast rays propagate from an explosion, bottom slabs provide extremely effective absorption to explosions directly on top of them. In some cases, only the slab is destroyed from a TNT explosion directly on top of it. Explosions from end crystals and creepers are also weakened. Sneaking reduces the player's hitbox height to 1.5 blocks, allowing the player to fit through such a gap (for example, walking over a bottom slab with one block of air above it, or in a two block high tunnel with an upper slab on the ceiling). A player cannot walk from a block of soul sand directly up to a bottom slab without jumping – this applies not just to soul sand, but to any block 7⁄8 of a block high or shorter, because the maximum step height of the player is 0.6 of a block. The player can walk off a bottom slab while sneaking, because the sneaking prevents falling only when the distance is higher than one half block. If a single slab is placed in a water source block, or water is placed onto a single slab using a water bucket, the empty half of that slab's block is waterlogged. If a slab is placed in flowing water, a pocket of air is created in the unfilled half of the block. If the player's head is in this pocket, the player can breathe and see as clearly as from an air block. In Java Edition, if a single slab is placed in between two water sources or waterlogged blocks, the slab becomes waterlogged. A minecart on powered rails is not repelled by a slab, although it is repelled by a slab with a minecart on top. Block states Java Edition: Bedrock Edition: History Gallery Issues Issues relating to "Slab" are maintained on the bug tracker. Issues should be reported and viewed there. Trivia References External links Navigation Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Smooth_Quartz] | [TOKENS: 217]
Smooth Quartz Block Yes Yes (64) 6 2 No No No No 14 QUARTZ A smooth quartz block is a mineral block used only for decoration. It is made by smelting blocks of quartz. Contents Obtaining Smooth quartz blocks can be mined using any pickaxe. If mined without a pickaxe, it drops nothing. Despite regular blocks of quartz having hardness and blast resistances of 0.8, smooth quartz has a blast resistance of 6 and hardness of 2. This is likely due to historical reasons, specifically as a result of hardness being inherited from slab blocks. 2 smooth quartz blocks generate naturally as part of each bridge bastion remnant. Usage Smooth quartz blocks can be placed under note blocks to produce "bass drum" sounds. Sounds Java Edition: Bedrock Edition: Data values Java Edition: Bedrock Edition: Bedrock Edition: Videos History Issues Issues relating to "Smooth Quartz Block" or "Smooth Quartz" are maintained on the bug tracker. Issues should be reported and viewed there. Trivia Gallery References Navigation Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Add-on#External_links] | [TOKENS: 1118]
Add-on An add-on is a package format and a type of downloadable content that provides additional custom game features beyond the base game in Bedrock Edition. It contains a set of programming interfaces used for constructing and customizing certain game objects and elements, such as entities, blocks, items, biomes, structures, the user interface, and more. It is officially supported by Mojang Studios, who provide the Creator Documentation for developers. Add-ons consist of three main APIs: a resource pack for managing assets and resources, a behavior pack for defining data-driven behaviors, and the Script API for writing a set of procedural instructions to perform custom behaviors and interactions. These functions and utilities are used for video game modding. Add-ons are officially hosted on the Marketplace, where players can download or purchase them on their devices using an in-game digital currency called Minecoins. They must be submitted by members in the Minecraft Partner Program and approved by the Minecraft Content Team. Contents Overview Add-ons can be created with two types of data packs: behavior packs and resource packs. Behavior packs can be used to change gameplay and allow adding and customizing entity behaviors, loot tables, spawn rules, item behaviors, item recipes, biome characteristics, and much more. Resource packs affect how the game looks and have no effect on gameplay, and they allow adding and customizing textures, models, music, texts, and interfaces. Definitions are written in 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 pack. All contents of an add-on can be packaged together in a zipped .mcaddon file. An add-on file can be automatically imported by the game, which will organize all contents in the dedicated directories in com.mojang. Resource packs and behavior packs can contain other packs inside the root, known as sub-packs. A sub-pack has the same format as the main pack and the directory of a sub-pack can have any name. Sub-packs need to be specified in the manifest.json file of the main pack, where a name and minimum memory tier can also be added. For example, a pack can have multiple less resource-intensive sub-packs for lower memory tiers, but it can also be used for other types of settings. The memory tier, affecting which sub-pack is used, can be adjusted in the pack's settings menu in-game. Molang is a simple expression-based language designed for fast, data-driven calculation of values at run-time, and with a direct connection to in-game values and systems. It is used in Bedrock Edition in their add-on system with its purpose being to enable low-level systems like animation to support flexible data-driven behavior for both internal and external creators, while staying highly performant. Scripting is an add-on feature used to write a set of procedural instructions for the game to perform custom behaviors and interactions at a certain time or in response to events and actions. It lets users control behaviors of entities, blocks, and items; characteristics of the world; or an entire game loop. It is fundamentally different from the behavior pack system, the latter uses a component system with preset definitions provided by the game. Script files are written in the JavaScript programming language and loaded by the game under the scripts directory inside an add-on. Users may use TypeScript, a dialect of JavaScript, which provides better error reporting and a static type system. The Scripting API provides script modules for users to interact with the game, each module must be added as a dependency in the manifest.json, some notable ones are: The Scripting API also provides a way to define and register custom commands. The Scripting API version 2 is a major update to the Scripting API, which provides a new API to define custom components along with other major API changes that aren't backward compatible with the previous version. The Marketplace is an in-game platform where creators may sell their add-ons to the player-base. All Marketplace content must be submitted by members in the Minecraft Partner Program and approved by the Minecraft Content Team. Purchased content in the Marketplace is synchronized to the player's Microsoft account, and if they are not signed in, it is saved locally on their device. Add-ons are usually added to the Marketplace every Tuesday (originally Wednesday)[citation needed], although occasionally appearing on other days. Free add-ons are released as part of special events, for occasions such as to promote the release of A Minecraft Movie for Minecraft's 15 Years celebration and the eventful McDonald's X A Minecraft Movie promotion. In addition to the Marketplace, there are community websites dedicated to hosting community-made add-ons, although such add-ons may only be loaded on PCs and phones, whereas consoles can only access those add-ons through Realms. Loading tips Extra loading tip messages would appear if the player is loading a world with add-ons applied. The loading message box is titled "Modified World", and loading tip messages would primarily warn the player about the add-ons or resource packs applied. Here's the list of add-on applied loading tips: History Videos Tutorials from the official Minecraft Creator Channel. Quotes Within Minecraft, there are so many ways to be creative and build the worlds of your dreams. But when you want to extend Minecraft even further and introduce new mobs, items and other artifacts into your world, you’ll want to go to the next level of creation by building new Add-On packs that can transform Minecraft. Gallery See also References External links Resource and Behavior Example Packs Script API Example Packs Navigation More More Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Marketplace#Add-ons] | [TOKENS: 1101]
Marketplace The Marketplace (known as the Store on PlayStation) is an in-game platform where players can purchase access to content created by both Minecraft and members of the Minecraft Partner Program. Contents Usage The Marketplace is opened from the title screen, game menu (Browse Add-ons!), or dressing room, the former showing an animated button promoting new DLC and sometimes a tag. Throughout the menus are other buttons redirecting to the Marketplace, such as in resource pack or world template selection menus. Furthermore, Marketplace content is often promoted with pop-ups or inbox messages. It is only available with a stable Internet connection and a Microsoft account, and not in the trial version. The Marketplace is also available from minecraft.net, where packs can be browsed similar to the in-game menu, purchased once signed in, and even the game can be launched opening the selected pack's page in the Marketplace. The menu promotes various types of content organized into sections. With the Search tool, the player can filter for name, pack type, price, ratings, tags, individual creators, or Marketplace Pass availability. Every pack has a purchase page with more information, tags, images and videos, and purchase or download options. Packs can be added to the Wishlist using the heart icon, and the link to the pack on minecraft.net can be shared. Once obtained, packs can be downloaded to the device at any time. Depending on the type of pack, it can then be activated or played. The bottom of the purchase page allows to rate owned packs stars, which will be shown by the pack. Downloaded packs are automatically updated while in the menus; this can be toggled in the settings. Most content in the Marketplace costs money, and is purchased using Minecoins, although some content is free. Minecoins are obtained in the Marketplace with real money in selected packs, or along with promoted content in content bundles. They are saved to a player's Xbox account; on PlayStation they are called tokens and sold separately. All purchased content instantly syncs to the player's Microsoft account unless not signed into the Microsoft or console account on consoles, in which case it is saved locally to the player's device. Marketplace Pass is a monthly subscription that allows any subscribers to get access to a variety of Marketplace content that changes monthly as long as they pay a monthly fee. Included content can be activated directly from its own tab in screens with Marketplace content, such as the Create from Template screen. The Marketplace Pass is included in Realms Plus subscriptions. Content There are 5 different categories of content available on the Marketplace, including skin packs, worlds, add-ons, texture packs, and mash-up packs. All content is submitted by official Minecraft partners and is approved by the Minecraft Content Team. The Minecraft Wiki only documents officially promoted DLC, third-party content usually has its own documentation. Skin packs are collections of custom skins that players can use in both singleplayer and multiplayer games. Depending on the specific content, some skin packs provide 1 or 2 free skins to use without needing to purchase. Skin packs can be seen in the Dressing Room, allowing to enable included skins. Worlds are pre-built maps that offer wide variety of in-game experiences. Not to be confused with mash-up packs, worlds can also include custom textures, blocks, items and mobs and be bundled with bonus skins. Worlds in the Marketplace are distributed as world templates; they can be downloaded in the Create from Template screen allowing to create a world using the template. Dynamic worlds don't have a set build like normal pre-built ones, instead they can be generated like a Minecraft world. These worlds allow for a whole new experience every time because they generate differently depending on the seed. Sometimes they also include add-ons and texture packs as well. Adventure maps are self-contained experiences that focus on exploring and other types of guided gameplay. These types of worlds can range from PvP arenas to simulators and can be designed for singleplayer, multiplayer or both. Minigames are compact worlds with a specific theme or goal that are designed to be repeatable. These can feature a set of different gamemodes and variants or be designed to reset continuously. Survival spawns are starter maps that players can explore, gain loot from and expand. Maps of this type can sometimes add an entirely new aspect to the game but still allows players to experience the world as they normally would in survival mode. Texture packs, built from resource packs, allow players to change the visual appearance of worlds. These packs can also customize other in-game elements such as sounds, items, the GUI, the geometry/shape of mobs, animations, and Vibrant Visuals. Texture packs are only able to alter existing features in Minecraft and cannot add new mobs, blocks or items. Texture packs can be enabled from the Global Resources settings tab in the main menu. Unless a world or server disables global resources, they can always be enabled locally on the player's device. Mash-up packs are special bundles that combine a world, texture pack and skins. Unlike worlds, texture packs included in mash-up packs can be used across other singleplayer worlds and even servers. Add-ons are resource and behavior packs that can fully customize the game by adding new items, blocks, mobs, and more. Add-ons can be added to any world. They can be played and accessed on both singleplayer and multiplayer. History Issues Issues relating to "Marketplace" are maintained on the bug tracker. Issues should be reported and viewed there. Trivia Gallery References Navigation Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Experience#cite_note-fractional-5] | [TOKENS: 1434]
Experience 5HP In Java Edition: Height: 0.5 blocksWidth: 0.5 blocks In Bedrock Edition: Height: 0.25 blocksWidth: 0.25 blocks Experience (EXP or XP for short) can be gained from defeating mobs or performing many kinds of other actions. Experience has no direct effect on the player character, but it can be used to enhance their equipment through enchanting, or by using an anvil to repair, rename, or combine enchantments on equipment. Most sources of experience are produced in the form of experience orbs. In Java Edition, experience gained affects the player's score on the death screen. Experience orbs also recover durability on items with Mending that are being worn or are in-hand. Contents Sources Experience can be gained from several different sources. Most sources drop experience in the form of orbs, which can be claimed by any player, while a few methods directly award the player experience upon completing the action. Gathering experience points increases the player's experience level by gradually filling a bar on the bottom of the screen until a new level is achieved when the bar is full. When the player dies, they drop experience orbs worth 7 * current level experience points, up to a maximum of 100 points (enough to reach approximately 7.5 levels), and all of the other experience vanishes. If the gamerule keepInventory is set to true, the experience is kept even if the player dies. Experience orbs Most experience sources drop experience in the form of experience orbs, which can then be claimed by any player. Experience orbs fade between green and yellow colors and float or glide toward the player up to a distance of 7.25 blocks (calculated from the center of player's feet and the center of the experience orb), speeding up as they get nearer to the player. Experience orbs pulled toward a player are slowed by cobwebs. Experience orbs can also be pulled around or away from the player by running water currents. When collected, experience orbs make a bell-like sound for a split second. Unlike items, experience points are picked up gradually: no matter how many orbs are in the range of the player, they are added to the player's experience one at a time (10 orbs/second). In extreme cases, this can result in the player being followed by a swarm of orbs for many seconds. If an experience orb isn't collected within 5 minutes of its appearance, it despawns. Experience orbs vary in value. The general worth of an orb is reflected by its size, with eleven possible sizes corresponding to specific values. The three smallest sizes are the most commonly encountered, as the majority of experience dropped by mobs and blocks is less than ten. Dense experience orbs with values 17 or higher have orange "eyes" or "cores", and are less frequently encountered, most commonly from defeating the ender dragon, wither and other players, disenchanting objects on a grindstone, breaking spawners, and collecting items from high-traffic furnaces. For performance improvement, experience orbs of the same value can merge into a single entity, but they do not create a higher value orb. Naturally spawned orbs always have an integer value of 1–11, 17, 37, 73, 149, 307, 617, 1237, or 2477. Fishing, breeding, and trading drop a single orb with a random value in the appropriate range. Breaking blocks, killing mobs and players, smelting items, and bottles o' enchanting calculate their total experience amount and then split it into the base values of orbs by size (1, 3, 7, 17, 37, 73, 149, 307, 617, 1237, and 2477). Higher values are chosen first, so, for example, a total value of 1000 would be dropped as orbs with values 617, 307, 73, and 3. While the first ender dragon in a world drops 12,000 experience, it is dropped in 10 waves of 1000 and one of 2000, so no orbs of value 2477 are dropped. Such orbs can exist in the world via furnaces that have had a lot of traffic. Like items, experience orbs float when on water. Experience orbs can be destroyed by fire, lava, explosions, and cacti, and can trigger pressure plates and tripwires. Experience orbs can also stop minecarts. In Bedrock Edition, although mob drops spawn the instant the final blow is dealt to the mob, experience orbs do not appear until the mob entity disappears and the smoke appears. In Java Edition, experience orbs appear in the same spatial and temporal location as loot when an entity is killed. Orbs with negative values can be created using the /summon command, either using values below 0 or above 32767 due to 16-bit integer overflow. They use the smallest texture of experience orb. Negative orbs behave differently from positive orbs, namely that they do not deduct experience when collected by the player. They deduct durability from a tool enchanted with Mending, provided the tool is already damaged prior to collection of the orbs. The following mobs and similar entities do not drop experience when killed: Leveling up The formulas for figuring out how many experience orbs needed to get to the next level are as follows: One can determine how much experience has been collected to reach a level using the equations: Likewise, to get the number of levels from the total experience value, one can utilize the following inverse equations: Score The score is the number of experience the player has collected since their last death. This number is the total experience the player has collected, rather than the amount of experience they had upon death. When the player dies, the score is displayed on the death screen. Sounds Java Edition: Experience orbs do not use entity-dependent sound events. Bedrock Edition: Data values Java Edition: Bedrock Edition: Experience orbs have entity data associated with them that contain various properties. Java Edition: Bedrock Edition: Videos History The experience level costs were heavily revised in snapshot 12w22a and 12w23a, and again in version 1.8. Before these, reaching level 50 (the maximum usable on a single enchantment) required 4625 experience, corresponding to defeating 925 hostile mobs (assuming the "common" ones.) Afterward, considerably less experience is needed to get into higher levels. Higher levels cost more experience than lower ones, but the levels are still easier to get than in 1.2.5. Now, level 30 is the maximum for enchantments, and that cost is equivalent of 279 "common" enemies, less than 1/3 the old price. A player dropping excessive experience orbs upon death may cause performance degradation in the game. Issues Issues relating to "Experience" or "Orb" are maintained on the bug tracker. Issues should be reported and viewed there. Trivia Gallery References Navigation More More Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Slab?action=edit&section=1] | [TOKENS: 224]
Editing Slab (section) Please note that all contributions to Minecraft Wiki are considered to be released under the CC BY-NC-SA 3.0 license, except for pages imported from wiki.vg or pages derived from such pages, which are considered to be released under the CC BY-SA 3.0 license. See Minecraft Wiki:Copyrights for details. If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here. You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission! You may also post content obtained from Mojang, its websites, manuals and guides, concept art and renderings, press and fansite kits, and other such copyrighted material that Mojang has made available to the general public, to the Minecraft Wiki. All rights, title and interest in and to such content shall remain with Mojang, as applicable, and such content is not licensed pursuant to the Terms of Use. This page is a member of 3 hidden categories: Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Brewing?action=edit&section=17] | [TOKENS: 223]
Editing Brewing (section) Please note that all contributions to Minecraft Wiki are considered to be released under the CC BY-NC-SA 3.0 license, except for pages imported from wiki.vg or pages derived from such pages, which are considered to be released under the CC BY-SA 3.0 license. See Minecraft Wiki:Copyrights for details. If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here. You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission! You may also post content obtained from Mojang, its websites, manuals and guides, concept art and renderings, press and fansite kits, and other such copyrighted material that Mojang has made available to the general public, to the Minecraft Wiki. All rights, title and interest in and to such content shall remain with Mojang, as applicable, and such content is not licensed pursuant to the Terms of Use. This page is a member of 3 hidden categories: Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Brown_Shulker_Box] | [TOKENS: 1024]
Shulker Box Yes No 2 2 No JE: NoBE: Yes JE: NoBE: Yes No No 24 COLOR_PURPLE A shulker box is a dyeable block that stores items, and, unlike all other storage blocks, keeps its contents in item form when broken. Contents Obtaining All shulker boxes can be mined with any tool or by hand, but using a pickaxe is the most effective. All shulker boxes drop themselves when mined. Unlike other containers, the contents of any shulker box are stored within the dropped item, and not dropped separately. When instantly mined in Creative mode, all shulker boxes drop as an item if there are items stored within, unless /gamerule doTileDrops is set to "false". When a shulker box is pushed by a piston, it breaks and drops as an item. It cannot be pulled. Usage All shulker boxes have 27 inventory slots, the same as a barrel, a single chest, or an ender chest. All shulker boxes keep their items when broken, which can be retrieved when placed again, thus making them portable chests. This is different from other containers, which drop their contained items as item entities when broken. A shulker box drops itself as an item if pushed by pistons or destroyed by an explosion. If, however, the shulker box is in item form, explosions cause it to drop its contents. Unlike most blocks with an inventory, shulker boxes always drop themselves when destroyed by explosions. When a shulker box with items inside is being held‌[Bedrock Edition only] or is in a container's inventory, the items are listed on the tooltip as properties. Any shulker box's items can be fed or removed by a hopper. All shulker boxes can be stored in all containers except for other shulker boxes and bundles. When placed by a player, a shulker box faces toward the player placing it. For example, if a shulker box is placed on a floor, a wall or a ceiling, it faces and opens upward, sideways or upside-down, respectively. Dispensers can also be used to place shulker boxes. If there is no block below the space where the shulker box is placed, the shulker box faces identically to the dispenser. Otherwise, the shulker box always faces upward, even if the block has no hitbox such as torches, signs and open fence gates. Like a chest, all shulker boxes require a transparent area in the direction of its top surface to be opened. That area is exactly half of a full block, and clear of any obstructions, which may be any other hitbox, including blocks, boats and shulkers‌[Java Edition only], or a redstone conductive block‌[Bedrock Edition only]. This way, any shulker box can be opened with an upside-down slab or an upper trapdoor on top of it. It is also unique in that when opened, its hitbox expands to 1.5 blocks high/wide, physically pushing entities where it is facing. By default, the GUI of any shulker box is labeled "Shulker Box", which can be changed by naming it in an anvil or by changing the CustomName tag using the /data command.‌[Java Edition only] When any shulker box item is destroyed, the contents of the shulker box are dropped as items. Although the blocks can't be placed in the void, opening a shulker box can make its hitbox expand to the void. Piglins become hostile toward players who open or mine any shulker box. Dyed shulker boxes can be undyed using a cauldron. To do this, use a dyed shulker box on a cauldron that has water in it. This causes the cauldron's water level to decrease by 1, and the dyed shulker box loses its dye color. The fullness of any shulker boxes, even if cannot be opened, can be read by redstone comparators, unlike chests. Observers can detect the opening and closing of any shulker boxes. Shulker boxes are conductive when closed, but not if open. However, opening or closing a shulker box does not update its neighboring blocks, which can be used to create BUD state redstone wires‌[JE only]. Sounds Java Edition: Bedrock Edition: Java Edition: Bedrock Edition: Data values Java Edition: Bedrock Edition: Java Edition: A shulker box has a block entity associated with it that identifies its contents. Java Edition: Bedrock Edition: Java Edition: Bedrock Edition: Achievements History Issues Issues relating to "Shulker Box" are maintained on the bug tracker. Issues should be reported and viewed there. Trivia Gallery References External links Navigation Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Mob#cite_note-6] | [TOKENS: 1402]
Mob A mob (short for mobile, mobile entity, or mobile object) is an AI-driven game entity. All mobs can be attacked or hurt (from falling, attacked by a player or another mob, falling into the void, hit by an arrow, etc. with the exception of natural creakings), and have some form of voluntary movement. Different types of mobs often have unique AI and loot. Contents Spawning Mobs spawn in various ways. Most mobs spawn naturally, depending on the light level, biome, and their surroundings. For example, most animals are found in bright areas on the surface, while hostile monsters are commonly found in the dark (whether it's a cave, monster room, mansion, or at night). Animals usually spawn upon chunk generation, while hostile monsters spawn and despawn in a certain radius around the player. Some mobs, including passive and neutral animals, and even hoglins, have the ability to be bred by the player, creating offspring. Villagers cannot be directly bred by the player, instead randomly breeding depending on the time of day and the number of beds, which allows players to manipulate their likelihood of breeding. Most mobs never spawn on transparent blocks, in water (except aquatic creatures), in lava (except for striders), on bedrock, or on blocks less than a full block tall (such as slabs placed on the bottom half). The exception is monster spawners, from which monsters can spawn naturally on any block including air. Some mobs (like the snow golem and the wither) require that the player "construct" them before being able to spawn. The iron golem can spawn naturally and can also be constructed. The ender dragon can be respawned with four end crystals. A rare occurrence of spawning are the jockey mobs, which is a mob riding another mob. Players can also spawn mobs easily by using spawn eggs in Creative mode or the /summon command. Many mobs despawn (cease to exist) after a certain amount of time if far enough from the player. In Java Edition, most passive mobs do not despawn, while most monsters do. In Bedrock Edition, almost all mobs despawn. Mobs can be prevented from despawning if they are named with a name tag, and in Java Edition[verify], also in a boat. Behavior Mobs are affected by the environment in the same ways as the player; they are subject to physics, and they can be hurt by the same things that harm the player (catching on fire, falling, drowning, attacks from weapons, the /kill command, etc.). Some mobs may be resistant or immune to certain hazards, such as some Nether mobs, which are immune to fire. All aquatic mobs except dolphins are immune to drowning. Mobs can ride minecarts and other mobs can climb up ladders. When mobs are killed, they turn to smoke particles and drop items that may be useful resources. Each type of mob in Minecraft has a certain AI (artificial intelligence) system with different behaviors and mechanics. Mobs ordinarily wander around at random if there is a player within 32 blocks and usually avoid walking off blocks high enough to cause falling damage. Many mobs have an advanced path-finding system that allows them to navigate through obstacles to get to a desired object or destination. Passive mobs flee in random directions after being hurt, while hostile mobs face and chase/attack the player as soon as the player comes close. Neutral mobs remain neutral until a player or mob provokes it (usually by attacking), at which point the neutral mob becomes hostile toward and attacks the entity that hit it. Most mobs are aware of players within (a Euclidian distance) 16 blocks of them, but some can see farther. Conversely, most mobs can be heard by players up to 16 blocks away. Mobs are harmless to players in Creative mode. Most mobs cannot see through most solid blocks, including semi-transparent blocks such as ice, glass, tall grass, or glass panes. In Java Edition, all mobs (except for wardens) try to avoid walking over rails unless pushed onto the rails by other mobs. Using specific name tags on mobs can result in unusual behavior or rendering. See Name Tag § Easter eggs for details. List of mobs Mobs are listed and classified by their nature from the player's perspective. For more details on a particular mob, click on them to view their individual page. Passive mobs are harmless mobs that do not attempt to attack players, even when provoked or attacked, though some of them may attack other mobs. Most of them are animals and can be bred or tamed. Hostile-adjacent: These mobs, although passive, are considered monsters and are involved in mechanics pertaining to hostile mobs. They spawn as hostile mobs with no direct damage capabilities, with their riders controlling their pathfinding. Neutral mobs are sometimes passive and sometimes hostile toward the player. These mobs usually require provocation from the player in one way or another to attack or become hostile, while some can be naturally hostile and have a way to be pacified. Hostile mobs are dangerous, aggressive monsters that always attack the player within their respective detection ranges. Monsters in general, whether passive or neutral, are involved in mechanics pertaining to hostile mobs regardless of behavior. Boss mobs are special hostile mobs that are tougher and more dangerous than other mobs. They do not spawn randomly and are confronted intentionally. All boss mobs have a bossbar featuring their name and health. Boss mobs provide unique challenges and equivalent rewards, such as XP or useful items. These passive mobs are designed primarily for Adventure maps and add-on creating, rather than regular gameplay. They are used in Minecraft Education for coding, education, or interactive learning. Both are only accessible with commands in Bedrock Edition. These mobs cannot spawn without the use of /summon or spawn eggs. Old villagers and old zombie villagers cannot be spawned at all. These entities are grouped within the "living entities" category in the game code. In Bedrock Edition, they are all under the mob class in the entity format. Mannequins and cameras are creative-only entities. Removed mobs are mobs that no longer exist in current versions of the game. Mobs that were added as April Fools' Day jokes in Java Edition, and cannot be found in the normal version. These mobs, although similar to their non-joke counterparts, are their own mobs. Mobs that were announced by Mojang as potential additions to the game, but either got scrapped or shelved indefinitely. Mobs that were briefly mentioned by Mojang Studios on social media and other platforms. Classification Knockback resistance Some non-boss mobs resist a certain percentage of knockback from attacks. Damage dealt by mobs Achievements Advancements Videos History Issues Issues relating to "Mob" are maintained on the bug tracker. Issues should be reported and viewed there. Trivia Gallery See also Notes References External links Navigation Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Add-on#Templates] | [TOKENS: 1118]
Add-on An add-on is a package format and a type of downloadable content that provides additional custom game features beyond the base game in Bedrock Edition. It contains a set of programming interfaces used for constructing and customizing certain game objects and elements, such as entities, blocks, items, biomes, structures, the user interface, and more. It is officially supported by Mojang Studios, who provide the Creator Documentation for developers. Add-ons consist of three main APIs: a resource pack for managing assets and resources, a behavior pack for defining data-driven behaviors, and the Script API for writing a set of procedural instructions to perform custom behaviors and interactions. These functions and utilities are used for video game modding. Add-ons are officially hosted on the Marketplace, where players can download or purchase them on their devices using an in-game digital currency called Minecoins. They must be submitted by members in the Minecraft Partner Program and approved by the Minecraft Content Team. Contents Overview Add-ons can be created with two types of data packs: behavior packs and resource packs. Behavior packs can be used to change gameplay and allow adding and customizing entity behaviors, loot tables, spawn rules, item behaviors, item recipes, biome characteristics, and much more. Resource packs affect how the game looks and have no effect on gameplay, and they allow adding and customizing textures, models, music, texts, and interfaces. Definitions are written in 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 pack. All contents of an add-on can be packaged together in a zipped .mcaddon file. An add-on file can be automatically imported by the game, which will organize all contents in the dedicated directories in com.mojang. Resource packs and behavior packs can contain other packs inside the root, known as sub-packs. A sub-pack has the same format as the main pack and the directory of a sub-pack can have any name. Sub-packs need to be specified in the manifest.json file of the main pack, where a name and minimum memory tier can also be added. For example, a pack can have multiple less resource-intensive sub-packs for lower memory tiers, but it can also be used for other types of settings. The memory tier, affecting which sub-pack is used, can be adjusted in the pack's settings menu in-game. Molang is a simple expression-based language designed for fast, data-driven calculation of values at run-time, and with a direct connection to in-game values and systems. It is used in Bedrock Edition in their add-on system with its purpose being to enable low-level systems like animation to support flexible data-driven behavior for both internal and external creators, while staying highly performant. Scripting is an add-on feature used to write a set of procedural instructions for the game to perform custom behaviors and interactions at a certain time or in response to events and actions. It lets users control behaviors of entities, blocks, and items; characteristics of the world; or an entire game loop. It is fundamentally different from the behavior pack system, the latter uses a component system with preset definitions provided by the game. Script files are written in the JavaScript programming language and loaded by the game under the scripts directory inside an add-on. Users may use TypeScript, a dialect of JavaScript, which provides better error reporting and a static type system. The Scripting API provides script modules for users to interact with the game, each module must be added as a dependency in the manifest.json, some notable ones are: The Scripting API also provides a way to define and register custom commands. The Scripting API version 2 is a major update to the Scripting API, which provides a new API to define custom components along with other major API changes that aren't backward compatible with the previous version. The Marketplace is an in-game platform where creators may sell their add-ons to the player-base. All Marketplace content must be submitted by members in the Minecraft Partner Program and approved by the Minecraft Content Team. Purchased content in the Marketplace is synchronized to the player's Microsoft account, and if they are not signed in, it is saved locally on their device. Add-ons are usually added to the Marketplace every Tuesday (originally Wednesday)[citation needed], although occasionally appearing on other days. Free add-ons are released as part of special events, for occasions such as to promote the release of A Minecraft Movie for Minecraft's 15 Years celebration and the eventful McDonald's X A Minecraft Movie promotion. In addition to the Marketplace, there are community websites dedicated to hosting community-made add-ons, although such add-ons may only be loaded on PCs and phones, whereas consoles can only access those add-ons through Realms. Loading tips Extra loading tip messages would appear if the player is loading a world with add-ons applied. The loading message box is titled "Modified World", and loading tip messages would primarily warn the player about the add-ons or resource packs applied. Here's the list of add-on applied loading tips: History Videos Tutorials from the official Minecraft Creator Channel. Quotes Within Minecraft, there are so many ways to be creative and build the worlds of your dreams. But when you want to extend Minecraft even further and introduce new mobs, items and other artifacts into your world, you’ll want to go to the next level of creation by building new Add-On packs that can transform Minecraft. Gallery See also References External links Resource and Behavior Example Packs Script API Example Packs Navigation More More Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Add-on#Navigation] | [TOKENS: 1118]
Add-on An add-on is a package format and a type of downloadable content that provides additional custom game features beyond the base game in Bedrock Edition. It contains a set of programming interfaces used for constructing and customizing certain game objects and elements, such as entities, blocks, items, biomes, structures, the user interface, and more. It is officially supported by Mojang Studios, who provide the Creator Documentation for developers. Add-ons consist of three main APIs: a resource pack for managing assets and resources, a behavior pack for defining data-driven behaviors, and the Script API for writing a set of procedural instructions to perform custom behaviors and interactions. These functions and utilities are used for video game modding. Add-ons are officially hosted on the Marketplace, where players can download or purchase them on their devices using an in-game digital currency called Minecoins. They must be submitted by members in the Minecraft Partner Program and approved by the Minecraft Content Team. Contents Overview Add-ons can be created with two types of data packs: behavior packs and resource packs. Behavior packs can be used to change gameplay and allow adding and customizing entity behaviors, loot tables, spawn rules, item behaviors, item recipes, biome characteristics, and much more. Resource packs affect how the game looks and have no effect on gameplay, and they allow adding and customizing textures, models, music, texts, and interfaces. Definitions are written in 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 pack. All contents of an add-on can be packaged together in a zipped .mcaddon file. An add-on file can be automatically imported by the game, which will organize all contents in the dedicated directories in com.mojang. Resource packs and behavior packs can contain other packs inside the root, known as sub-packs. A sub-pack has the same format as the main pack and the directory of a sub-pack can have any name. Sub-packs need to be specified in the manifest.json file of the main pack, where a name and minimum memory tier can also be added. For example, a pack can have multiple less resource-intensive sub-packs for lower memory tiers, but it can also be used for other types of settings. The memory tier, affecting which sub-pack is used, can be adjusted in the pack's settings menu in-game. Molang is a simple expression-based language designed for fast, data-driven calculation of values at run-time, and with a direct connection to in-game values and systems. It is used in Bedrock Edition in their add-on system with its purpose being to enable low-level systems like animation to support flexible data-driven behavior for both internal and external creators, while staying highly performant. Scripting is an add-on feature used to write a set of procedural instructions for the game to perform custom behaviors and interactions at a certain time or in response to events and actions. It lets users control behaviors of entities, blocks, and items; characteristics of the world; or an entire game loop. It is fundamentally different from the behavior pack system, the latter uses a component system with preset definitions provided by the game. Script files are written in the JavaScript programming language and loaded by the game under the scripts directory inside an add-on. Users may use TypeScript, a dialect of JavaScript, which provides better error reporting and a static type system. The Scripting API provides script modules for users to interact with the game, each module must be added as a dependency in the manifest.json, some notable ones are: The Scripting API also provides a way to define and register custom commands. The Scripting API version 2 is a major update to the Scripting API, which provides a new API to define custom components along with other major API changes that aren't backward compatible with the previous version. The Marketplace is an in-game platform where creators may sell their add-ons to the player-base. All Marketplace content must be submitted by members in the Minecraft Partner Program and approved by the Minecraft Content Team. Purchased content in the Marketplace is synchronized to the player's Microsoft account, and if they are not signed in, it is saved locally on their device. Add-ons are usually added to the Marketplace every Tuesday (originally Wednesday)[citation needed], although occasionally appearing on other days. Free add-ons are released as part of special events, for occasions such as to promote the release of A Minecraft Movie for Minecraft's 15 Years celebration and the eventful McDonald's X A Minecraft Movie promotion. In addition to the Marketplace, there are community websites dedicated to hosting community-made add-ons, although such add-ons may only be loaded on PCs and phones, whereas consoles can only access those add-ons through Realms. Loading tips Extra loading tip messages would appear if the player is loading a world with add-ons applied. The loading message box is titled "Modified World", and loading tip messages would primarily warn the player about the add-ons or resource packs applied. Here's the list of add-on applied loading tips: History Videos Tutorials from the official Minecraft Creator Channel. Quotes Within Minecraft, there are so many ways to be creative and build the worlds of your dreams. But when you want to extend Minecraft even further and introduce new mobs, items and other artifacts into your world, you’ll want to go to the next level of creation by building new Add-On packs that can transform Minecraft. Gallery See also References External links Resource and Behavior Example Packs Script API Example Packs Navigation More More Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Marketplace#Gallery] | [TOKENS: 1101]
Marketplace The Marketplace (known as the Store on PlayStation) is an in-game platform where players can purchase access to content created by both Minecraft and members of the Minecraft Partner Program. Contents Usage The Marketplace is opened from the title screen, game menu (Browse Add-ons!), or dressing room, the former showing an animated button promoting new DLC and sometimes a tag. Throughout the menus are other buttons redirecting to the Marketplace, such as in resource pack or world template selection menus. Furthermore, Marketplace content is often promoted with pop-ups or inbox messages. It is only available with a stable Internet connection and a Microsoft account, and not in the trial version. The Marketplace is also available from minecraft.net, where packs can be browsed similar to the in-game menu, purchased once signed in, and even the game can be launched opening the selected pack's page in the Marketplace. The menu promotes various types of content organized into sections. With the Search tool, the player can filter for name, pack type, price, ratings, tags, individual creators, or Marketplace Pass availability. Every pack has a purchase page with more information, tags, images and videos, and purchase or download options. Packs can be added to the Wishlist using the heart icon, and the link to the pack on minecraft.net can be shared. Once obtained, packs can be downloaded to the device at any time. Depending on the type of pack, it can then be activated or played. The bottom of the purchase page allows to rate owned packs stars, which will be shown by the pack. Downloaded packs are automatically updated while in the menus; this can be toggled in the settings. Most content in the Marketplace costs money, and is purchased using Minecoins, although some content is free. Minecoins are obtained in the Marketplace with real money in selected packs, or along with promoted content in content bundles. They are saved to a player's Xbox account; on PlayStation they are called tokens and sold separately. All purchased content instantly syncs to the player's Microsoft account unless not signed into the Microsoft or console account on consoles, in which case it is saved locally to the player's device. Marketplace Pass is a monthly subscription that allows any subscribers to get access to a variety of Marketplace content that changes monthly as long as they pay a monthly fee. Included content can be activated directly from its own tab in screens with Marketplace content, such as the Create from Template screen. The Marketplace Pass is included in Realms Plus subscriptions. Content There are 5 different categories of content available on the Marketplace, including skin packs, worlds, add-ons, texture packs, and mash-up packs. All content is submitted by official Minecraft partners and is approved by the Minecraft Content Team. The Minecraft Wiki only documents officially promoted DLC, third-party content usually has its own documentation. Skin packs are collections of custom skins that players can use in both singleplayer and multiplayer games. Depending on the specific content, some skin packs provide 1 or 2 free skins to use without needing to purchase. Skin packs can be seen in the Dressing Room, allowing to enable included skins. Worlds are pre-built maps that offer wide variety of in-game experiences. Not to be confused with mash-up packs, worlds can also include custom textures, blocks, items and mobs and be bundled with bonus skins. Worlds in the Marketplace are distributed as world templates; they can be downloaded in the Create from Template screen allowing to create a world using the template. Dynamic worlds don't have a set build like normal pre-built ones, instead they can be generated like a Minecraft world. These worlds allow for a whole new experience every time because they generate differently depending on the seed. Sometimes they also include add-ons and texture packs as well. Adventure maps are self-contained experiences that focus on exploring and other types of guided gameplay. These types of worlds can range from PvP arenas to simulators and can be designed for singleplayer, multiplayer or both. Minigames are compact worlds with a specific theme or goal that are designed to be repeatable. These can feature a set of different gamemodes and variants or be designed to reset continuously. Survival spawns are starter maps that players can explore, gain loot from and expand. Maps of this type can sometimes add an entirely new aspect to the game but still allows players to experience the world as they normally would in survival mode. Texture packs, built from resource packs, allow players to change the visual appearance of worlds. These packs can also customize other in-game elements such as sounds, items, the GUI, the geometry/shape of mobs, animations, and Vibrant Visuals. Texture packs are only able to alter existing features in Minecraft and cannot add new mobs, blocks or items. Texture packs can be enabled from the Global Resources settings tab in the main menu. Unless a world or server disables global resources, they can always be enabled locally on the player's device. Mash-up packs are special bundles that combine a world, texture pack and skins. Unlike worlds, texture packs included in mash-up packs can be used across other singleplayer worlds and even servers. Add-ons are resource and behavior packs that can fully customize the game by adding new items, blocks, mobs, and more. Add-ons can be added to any world. They can be played and accessed on both singleplayer and multiplayer. History Issues Issues relating to "Marketplace" are maintained on the bug tracker. Issues should be reported and viewed there. Trivia Gallery References Navigation Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Addons] | [TOKENS: 1118]
Add-on An add-on is a package format and a type of downloadable content that provides additional custom game features beyond the base game in Bedrock Edition. It contains a set of programming interfaces used for constructing and customizing certain game objects and elements, such as entities, blocks, items, biomes, structures, the user interface, and more. It is officially supported by Mojang Studios, who provide the Creator Documentation for developers. Add-ons consist of three main APIs: a resource pack for managing assets and resources, a behavior pack for defining data-driven behaviors, and the Script API for writing a set of procedural instructions to perform custom behaviors and interactions. These functions and utilities are used for video game modding. Add-ons are officially hosted on the Marketplace, where players can download or purchase them on their devices using an in-game digital currency called Minecoins. They must be submitted by members in the Minecraft Partner Program and approved by the Minecraft Content Team. Contents Overview Add-ons can be created with two types of data packs: behavior packs and resource packs. Behavior packs can be used to change gameplay and allow adding and customizing entity behaviors, loot tables, spawn rules, item behaviors, item recipes, biome characteristics, and much more. Resource packs affect how the game looks and have no effect on gameplay, and they allow adding and customizing textures, models, music, texts, and interfaces. Definitions are written in 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 pack. All contents of an add-on can be packaged together in a zipped .mcaddon file. An add-on file can be automatically imported by the game, which will organize all contents in the dedicated directories in com.mojang. Resource packs and behavior packs can contain other packs inside the root, known as sub-packs. A sub-pack has the same format as the main pack and the directory of a sub-pack can have any name. Sub-packs need to be specified in the manifest.json file of the main pack, where a name and minimum memory tier can also be added. For example, a pack can have multiple less resource-intensive sub-packs for lower memory tiers, but it can also be used for other types of settings. The memory tier, affecting which sub-pack is used, can be adjusted in the pack's settings menu in-game. Molang is a simple expression-based language designed for fast, data-driven calculation of values at run-time, and with a direct connection to in-game values and systems. It is used in Bedrock Edition in their add-on system with its purpose being to enable low-level systems like animation to support flexible data-driven behavior for both internal and external creators, while staying highly performant. Scripting is an add-on feature used to write a set of procedural instructions for the game to perform custom behaviors and interactions at a certain time or in response to events and actions. It lets users control behaviors of entities, blocks, and items; characteristics of the world; or an entire game loop. It is fundamentally different from the behavior pack system, the latter uses a component system with preset definitions provided by the game. Script files are written in the JavaScript programming language and loaded by the game under the scripts directory inside an add-on. Users may use TypeScript, a dialect of JavaScript, which provides better error reporting and a static type system. The Scripting API provides script modules for users to interact with the game, each module must be added as a dependency in the manifest.json, some notable ones are: The Scripting API also provides a way to define and register custom commands. The Scripting API version 2 is a major update to the Scripting API, which provides a new API to define custom components along with other major API changes that aren't backward compatible with the previous version. The Marketplace is an in-game platform where creators may sell their add-ons to the player-base. All Marketplace content must be submitted by members in the Minecraft Partner Program and approved by the Minecraft Content Team. Purchased content in the Marketplace is synchronized to the player's Microsoft account, and if they are not signed in, it is saved locally on their device. Add-ons are usually added to the Marketplace every Tuesday (originally Wednesday)[citation needed], although occasionally appearing on other days. Free add-ons are released as part of special events, for occasions such as to promote the release of A Minecraft Movie for Minecraft's 15 Years celebration and the eventful McDonald's X A Minecraft Movie promotion. In addition to the Marketplace, there are community websites dedicated to hosting community-made add-ons, although such add-ons may only be loaded on PCs and phones, whereas consoles can only access those add-ons through Realms. Loading tips Extra loading tip messages would appear if the player is loading a world with add-ons applied. The loading message box is titled "Modified World", and loading tip messages would primarily warn the player about the add-ons or resource packs applied. Here's the list of add-on applied loading tips: History Videos Tutorials from the official Minecraft Creator Channel. Quotes Within Minecraft, there are so many ways to be creative and build the worlds of your dreams. But when you want to extend Minecraft even further and introduce new mobs, items and other artifacts into your world, you’ll want to go to the next level of creation by building new Add-On packs that can transform Minecraft. Gallery See also References External links Resource and Behavior Example Packs Script API Example Packs Navigation More More Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Marketplace#Promotional] | [TOKENS: 1101]
Marketplace The Marketplace (known as the Store on PlayStation) is an in-game platform where players can purchase access to content created by both Minecraft and members of the Minecraft Partner Program. Contents Usage The Marketplace is opened from the title screen, game menu (Browse Add-ons!), or dressing room, the former showing an animated button promoting new DLC and sometimes a tag. Throughout the menus are other buttons redirecting to the Marketplace, such as in resource pack or world template selection menus. Furthermore, Marketplace content is often promoted with pop-ups or inbox messages. It is only available with a stable Internet connection and a Microsoft account, and not in the trial version. The Marketplace is also available from minecraft.net, where packs can be browsed similar to the in-game menu, purchased once signed in, and even the game can be launched opening the selected pack's page in the Marketplace. The menu promotes various types of content organized into sections. With the Search tool, the player can filter for name, pack type, price, ratings, tags, individual creators, or Marketplace Pass availability. Every pack has a purchase page with more information, tags, images and videos, and purchase or download options. Packs can be added to the Wishlist using the heart icon, and the link to the pack on minecraft.net can be shared. Once obtained, packs can be downloaded to the device at any time. Depending on the type of pack, it can then be activated or played. The bottom of the purchase page allows to rate owned packs stars, which will be shown by the pack. Downloaded packs are automatically updated while in the menus; this can be toggled in the settings. Most content in the Marketplace costs money, and is purchased using Minecoins, although some content is free. Minecoins are obtained in the Marketplace with real money in selected packs, or along with promoted content in content bundles. They are saved to a player's Xbox account; on PlayStation they are called tokens and sold separately. All purchased content instantly syncs to the player's Microsoft account unless not signed into the Microsoft or console account on consoles, in which case it is saved locally to the player's device. Marketplace Pass is a monthly subscription that allows any subscribers to get access to a variety of Marketplace content that changes monthly as long as they pay a monthly fee. Included content can be activated directly from its own tab in screens with Marketplace content, such as the Create from Template screen. The Marketplace Pass is included in Realms Plus subscriptions. Content There are 5 different categories of content available on the Marketplace, including skin packs, worlds, add-ons, texture packs, and mash-up packs. All content is submitted by official Minecraft partners and is approved by the Minecraft Content Team. The Minecraft Wiki only documents officially promoted DLC, third-party content usually has its own documentation. Skin packs are collections of custom skins that players can use in both singleplayer and multiplayer games. Depending on the specific content, some skin packs provide 1 or 2 free skins to use without needing to purchase. Skin packs can be seen in the Dressing Room, allowing to enable included skins. Worlds are pre-built maps that offer wide variety of in-game experiences. Not to be confused with mash-up packs, worlds can also include custom textures, blocks, items and mobs and be bundled with bonus skins. Worlds in the Marketplace are distributed as world templates; they can be downloaded in the Create from Template screen allowing to create a world using the template. Dynamic worlds don't have a set build like normal pre-built ones, instead they can be generated like a Minecraft world. These worlds allow for a whole new experience every time because they generate differently depending on the seed. Sometimes they also include add-ons and texture packs as well. Adventure maps are self-contained experiences that focus on exploring and other types of guided gameplay. These types of worlds can range from PvP arenas to simulators and can be designed for singleplayer, multiplayer or both. Minigames are compact worlds with a specific theme or goal that are designed to be repeatable. These can feature a set of different gamemodes and variants or be designed to reset continuously. Survival spawns are starter maps that players can explore, gain loot from and expand. Maps of this type can sometimes add an entirely new aspect to the game but still allows players to experience the world as they normally would in survival mode. Texture packs, built from resource packs, allow players to change the visual appearance of worlds. These packs can also customize other in-game elements such as sounds, items, the GUI, the geometry/shape of mobs, animations, and Vibrant Visuals. Texture packs are only able to alter existing features in Minecraft and cannot add new mobs, blocks or items. Texture packs can be enabled from the Global Resources settings tab in the main menu. Unless a world or server disables global resources, they can always be enabled locally on the player's device. Mash-up packs are special bundles that combine a world, texture pack and skins. Unlike worlds, texture packs included in mash-up packs can be used across other singleplayer worlds and even servers. Add-ons are resource and behavior packs that can fully customize the game by adding new items, blocks, mobs, and more. Add-ons can be added to any world. They can be played and accessed on both singleplayer and multiplayer. History Issues Issues relating to "Marketplace" are maintained on the bug tracker. Issues should be reported and viewed there. Trivia Gallery References Navigation Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Brown_Stained_Glass_Pane] | [TOKENS: 469]
Stained Glass Pane Yes Yes (64) Any tool 0.3 0.3 No Yes Yes No No 0 NONE A stained glass pane is a dyed version of a glass pane. It is a transparent block that can be used as a more efficient alternative to stained glass blocks. Contents Obtaining Stained glass panes can be obtained using a tool enchanted with Silk Touch. If one is broken without a Silk Touch enchantment, it drops nothing. Stained glass panes do not have an assigned tool; they are mined at the same speed regardless of what tool is used. Usage Stained glass panes are more efficient to use than stained glass blocks, as six stained glass blocks can be crafted into sixteen stained glass panes, yielding 22⁄3 panes per block. Windows built using stained glass panes can be up to 267% (22⁄3 times) larger in area than windows built with regular stained glass blocks. In Java Edition, stained glass panes appear as flat items inside the inventory, with the front face taking up the entire inventory slot. With the default texture pack, the light gray variant in particular is barely visible in the inventory due to its low contrast to the background of the slot. This can make containers appear empty when they are not. If placed without anything on the sides, they appear as a thin vertical • shape, 2×2 pixels in size; but when other blocks occupy adjacent spaces, it becomes flat or turns into a or or shape depending on the items surrounding it. The collision box is identical to the shape of the pane. Therefore, two glass panes placed with one empty space in between forms a gap that is two blocks wide. Stained glass panes are never oriented horizontally. Horizontal stained glass surfaces must be made from stained glass blocks. Stained glass panes can be waterlogged, which means water can be in the same place as a glass pane, unlike regular stained glass. Unlike regular glass panes, stained glass panes cannot be used to lock maps. Sounds Java Edition: Bedrock Edition: Data values Java Edition: Bedrock Edition: Java Edition: Videos History Issues Issues relating to "Stained Glass Pane" are maintained on the bug tracker. Issues should be reported and viewed there. Trivia Gallery References Navigation Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Spruce_Slab] | [TOKENS: 311]
Wooden Slab Bamboo Bamboo Mosaic Yes Yes (64), same type only 3 2 No Double slab: No Single slab: Partial (blocks light)‌[JE only]Partial (diffuses sky light)‌[BE only] Yes A wooden slab is a wooden variant of a slab crafted from its respective planks. Contents Obtaining Wooden slabs can be broken with anything, but axes are the fastest. Oak slabs generate as part of: Spruce slabs generate as part of: Birch slabs generate as part of: Jungle slabs generate as part of shipwrecks. Dark Oak slabs generate as part of shipwrecks and pillager outposts. Acacia slabs generate as part of: Usage Overworld wooden slabs can be used as fuel in furnaces, smelting 0.75 items per slab in Java Edition, and 1.5 items per slab in Bedrock Edition. Wooden slabs can be placed under note blocks to produce "bass" sounds. Sounds In Bedrock Edition, when a wooden slab is combined into a double slab, the block's use/step sound is played. Java Edition: Bedrock Edition: Java Edition: Bedrock Edition: Java Edition: Bedrock Edition: Java Edition: Bedrock Edition: Data values Java Edition: Bedrock Edition: Java Edition: Bedrock Edition: History Issues Issues relating to "Wooden Slab" are maintained on the bug tracker. Issues should be reported and viewed there. Gallery References Navigation Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/File:Giant_Tree_Taiga.png] | [TOKENS: 82]
File:Giant Tree Taiga.png Summary The first image of the Giant Tree Taiga Biome as released by Jeb. Licensing File history Click on a date/time to view the file as it appeared at that time. You cannot overwrite this file. File usage The following 5 pages use this file (also see what links to it): Global file usage The following other wikis use this file: Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Brewing?section=19&veaction=edit] | [TOKENS: 841]
Brewing Brewing is the process of creating potions, splash potions, lingering potions, and medicine‌[Minecraft Education only] by adding various ingredients to water bottles in a brewing stand. Contents Brewing equipment Ingredients There is no provided in-game recipe book for brewing. Base ingredients are ingredients that can be added directly to a water bottle. Nether warts are used to make awkward potions, and are the fundamental of the base ingredients, as it is required to make the majority of potions. Modifiers are ingredients used to alter the properties of a potion or to change a potion effect into a different one. The fermented spider eye is unique as it is the only modifier that can convert a water bottle directly into a usable potion. Generally, upgrading a potion involves a trade-off between duration and potency. A potion with an enhanced effect has shorter duration, and a potion with extended duration cannot have an enhanced effect. However: A fermented spider eye changes a potion's base effect, often reversing it or producing a negative potion. By adding gunpowder, a drinking potion can be turned into a splash potion, which can be thrown to coat entities within the place of impact with a status effect. Subsequently, adding dragon's breath to a splash potion makes a lingering potion, creating a cloud that inflicts effects on entities that enter its area. Effect ingredients imbue an awkward potion with a particular effect but do not alter potion duration or intensity. When added directly to a water bottle, most of these ingredients produce a mundane potion. The exceptions to this are the golden carrot, pufferfish, turtle shell, and phantom membrane, which cannot be added directly to a water bottle. A corrupted version of a potion can be made by adding a fermented spider eye to it. Brewing recipes Base potions are potions without effects, brewed by adding a single base ingredient to a water bottle. Of these, only the awkward potion can be imbued with an effect ingredient to create a potion with an effect.‌[Java Edition only] Effect potions are primarily created by adding an effect ingredient to an awkward potion, which is created by adding nether wart to a water bottle. Certain effects require a potion to be corrupted by a fermented spider eye. The potion of Weakness can additionally be created by simply adding a fermented spider eye to a water bottle, and it is the only potion that can be brewed without nether wart. Undead mobs react differently to effects than other mobs. They take damage from potions of Healing, gain health from potions of Harming, and are unaffected by potions of Poison and Regeneration. Enhanced:Instant Health II: Restores health by 8HP. Enhanced:Regeneration II: Restores health by every 1.25 seconds. Enhanced:Strength II: Increases player's melee attack damage by 6HP. Enhanced:Speed II: Increases movement speed, sprinting speed, and jumping length by 40%. Enhanced:Jump Boost II: Increases jump height by 150%. Enhanced:Poison II: Depletes health by 1HP every 0.6 seconds. Enhanced:Instant Damage II: Inflicts 12HP × 6 damage. Enhanced:Slowness IV: Reduces movement speed by 60%. Enhanced:Slowness VI, Resistance IV: Reduces movement speed by 90% and reduces incoming damage by 80%. Brewing recipes in Bedrock Edition are a superset of that in Java Edition, which means that all Java Edition recipes are also available in Bedrock Edition, but not the other way round. Cures are brewed from awkward potions using different elements. Drinking these removes the specified bad effect. They cannot be modified into splash, lingering, extended, or enhanced versions. The potion of Luck‌[JE only] and the potion of Decay‌[BE only] cannot be brewed, and can be obtained only through commands or the Creative inventory. In Bedrock Edition, brewing recipes can be customized through addons using the same system as other recipes. History Issues Issues relating to "Brewing" are maintained on the bug tracker. Issues should be reported and viewed there. Trivia Gallery See also References External links Navigation More More Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Stained_terracotta] | [TOKENS: 295]
Stained Terracotta Yes Yes (64) 4.2 1.25 No No No No Stained terracotta[note 1] is a dyed variant of terracotta obtained by crafting undyed terracotta with dyes. Some of the variants are found in badlands biomes, and all variants can be smelted into glazed terracotta. Contents Obtaining All 16 colors of terracotta can be mined using any pickaxe. If mined without a pickaxe, it drops nothing. Badlands Red, orange, yellow, brown, white, and light gray terracotta can be found naturally in badlands biomes, which yield massive amounts of stained terracotta. Villages White terracotta can be found as a housing material in plains villages. Yellow, orange and red terracotta generates in some houses in savanna villages. Lime terracotta generates in the mason houses of desert villages. Others Once terracotta has been dyed, the color cannot be changed or removed: the crafting recipe is irreversible. Usage All 16 colors of terracotta can be placed under note blocks to produce a "bass drum" sound. Sounds Java Edition: Bedrock Edition: Data values Java Edition: Bedrock Edition: Videos History Issues Issues relating to "Stained Terracotta" are maintained on the bug tracker. Issues should be reported and viewed there. Gallery Notes Navigation Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Behavior_packs] | [TOKENS: 1227]
Behavior pack The behavior pack system is a data-driven framework used to define behaviors, characteristics, and logic of various things in a Minecraft world. Contents Overview Behavior pack serves as the foundational layer for many aspects of the game, dictating entity behaviors, loot tables, spawn rules, item behaviors, item recipes, biome characteristics, world generation, and much more. These definitions are written in 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 resource packs as part of an add-on, which enable them to use custom resources, such as models, animations, textures, sounds, and more. Behavior pack provides a component-based system that makes up most entities in the game by describing their unique properties and behaviors — like health, collision box, movement, mob behaviors, and physics — through multiple components. 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 Java Edition would be entity 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 biomes. Usage Similar to resource packs, behavior packs can be created and imported in Bedrock Edition. Users can download external behavior packs with the .mcpack file extension, if the game's platform allows file import feature. When these files are opened, they are automatically imported into the behavior_packs folder in com.mojang without accessing the file system. Behavior packs can also be placed manually in the development_behavior_packs folder. Each behavior pack must either be a sub-folder or a .zip file. One or more behavior packs can be applied to a world from the Create New World and Edit World screens. These behavior packs will be imported into the world files, and are kept when exporting the world. Players joining a 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. Custom behavior packs permanently disable achievement unlocking for the world. Custom behavior packs cannot be applied to worlds on Realms, but worlds uploaded to Realms or Bedrock Dedicated Server keep the behavior packs applied to the world. In Bedrock Dedicated Server, behavior packs also can be stored outside of worlds. Packs need to be enabled in the world_behavior_packs.json file in a world file. Behavior packs cannot be edited while the game is active, except for the packs in the development_behavior_packs folder. They will update themselves when joining a world or changing active behavior packs. Behavior packs and resource packs can contain custom settings that affect features in the pack. Settings need to be specified in 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 formatting. How each setting affects the behavior pack can be modified with scripting. The settings menu can also be used to change the memory tier, which affects the sub-packs being used. The memory tier can be set to any specified value from the device'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 manifest.json. Add-ons and worlds from the Marketplace often contain or consist entirely of a behavior pack. These packs are stored internally and can't be accessed from 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 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. 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. Marketplace behavior packs update automatically depending on the "Auto Update Unlocked Packs" settings, or can be updated manually from the purchase screen. Contents Internal behavior packs 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 game directory\data\behavior_packs. Mojang Studios releases the Bedrock Add-On Sample Files with every new update of Bedrock Edition, which provide the latest vanilla behavior and resource packs from the game. Multiple internal behavior packs exist for different situations. Each experiment has its own behavior pack, in addition to Minecraft Education features and Minecraft Preview. 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. Bedrock Editon supports backward compatibility for add-ons and old worlds. This is done for the vanilla and chemistry behavior packs since 1.14 and 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. Experimental behavior pack for vanilla voxel shapes Library for building server driven Editor UI A BP containing all the @minecraft/server typescript code. A BP containing all the @minecraft/server-ui typescript code. Videos Tutorials from the official Minecraft Creator Channel History See also References External links Navigation Navigation menu
========================================
[SOURCE: https://minecraft.wiki/w/Registry] | [TOKENS: 1359]
Identifier Identifiers (also known as resource locations, namespaced IDs, namespaced identifiers, resource identifiers, or namespaced strings) are a way to declare and specify game objects in Minecraft, which can identify built-in and user-defined objects without potential ambiguity or conflicts. Contents Introduction Identifiers are used as plain strings to reference blocks, items, entity types, and various other objects in vanilla Minecraft. A valid identifier has a format of namespace:path, where only certain characters can be used. The namespace and the path of a identifier should only contain the following symbols: The following characters are illegal in the namespace, but acceptable in the path: The preferred naming convention for either namespace or path is snake_case. The namespace and the path of a namespaced ID can contain all symbols with the exception of slashes and colons. The following characters are illegal in the namespace, but acceptable in the path of loot tables and functions. The preferred naming convention for either namespace or path is snake_case. An identifier is converted to a string by concatenating its namespace with a : (colon) and its path. Examples: All identifiers can be converted to strings; however, not all strings can be converted to identifiers. For a string to be converted, it must follow these restrictions: When the : is present, the part of the string before the : becomes the namespace, and the part of the string after the : becomes the path. In Java Edition, and in some cases in Bedrock Edition, when the : is absent, minecraft becomes the namespace and the whole string becomes the path. It is recommended to always include a : in the string format of identifiers. Java Edition usage In Java Edition, identifiers act mainly as main keys of objects in registries or file paths of contents in data packs and resource packs. Some non-customizable contents also use identifiers to identify them. All registries and objects therein have identifiers to represent them. At the root of all registries is a registry with the identifier of minecraft:root into which all other registries are registered. Most registries are intended only for use internally by the game and by extension by mods, but some dynamic registries can have content added to them through data packs, marked in the list below with an asterisk (*). Identifiers are also used to represent file paths in data packs or resource packs. Given that objects in resource packs and data packs are files, the identifiers are constructed from their path relative to the data or assets folder. Though the locations vary by object type and the pack type the object type belongs to, there is a pattern to follow. In general, the location is in the fashion of pack_type/namespace/object_type/name.suffix, where all the / (forward slash) symbol (may be part of object_type or name) is replaced by operating system-dependent directory separator. Given the type of content we want to locate, we can find out the corresponding pack_type, object_type, and suffix. Then, we can substitute in and find out the final file location of the content. Examples A registried pack content refers to pack content that is registered into a registry when the pack is loaded. For a registried pack content, its identifier works as both main key of registry entry and path of its resource file. List of registered pack contents Bedrock Edition usage Unlike Java Edition, where there is a unified standard and handling methods of them, namespaced identifiers are usually treated as normal strings in Bedrock Edition. Moreover, some objects are identified based on their path (e.g. the identifier for recipes and trades) rather than what was defined in their file. In these cases, it is recommended that a folder named after the namespace is parented before the file at hand. The following is a list of all places that use namespaced identifiers: A registried add-on entry refers to any add-on content that is registered with an identifier declared within the content's file definition. Custom content under these types are able to be created. Here is a list of registried add-on entries whose identifiers are namespaced. Some custom fields in add-on files can also be namespaced, such as custom block properties and entity component groups, which aren't listed here. Some content may also be registered within the scripts of behavior packs. These are read as the world is generating. Namespaces This isn't a new concept, but I thought I should reiterate what a "namespace" is. Most things in the game has a namespace, so that if we add something and a mod (or map, or whatever) adds something, they're both different somethings. Whenever you're asked to name something, for example a loot table, you're expected to also provide what namespace that thing comes from. If you don't specify the namespace, we default to minecraft. This means that something and minecraft:something are the same thing. A namespace is a domain for content. It is to prevent potential content conflicts or unintentional overrides of objects of the same name. For example, two data packs add two minigame mechanisms to Minecraft; both have a function named start. Without namespaces, these two functions would clash and the minigames would be broken. When they have different namespaces of minigame_one and minigame_two, the functions would become minigame_one:start and minigame_two:start, which no longer conflict. Minecraft reserves the minecraft namespace. When a namespace is not specified, a identifier falls back to minecraft‌[Java Edition only]. As a result, the minecraft namespace should only be used by content creators when the content needs to overwrite or modify existing Minecraft data, such as adding a function to the minecraft:load function tag. The namespace should be distinct for different projects or content creations (e.g. a data pack, a resource pack, a mod, backing data/resource packs for a custom map, etc.) To prevent potential clashes, it is recommended that the namespace should be as specific as possible: In either case, these poorly chosen namespaces reduce the exposure of a project and bring difficulties for debugging when there are multiple content creations applied to the game. In Java Edition, the vanilla Minecraft resource pack declares Realms-oriented language files in the realms namespace (located at assets/realms/lang/.json) and game-related language files in the minecraft namespace, even though translation keys are not identifiers. The realms jar itself also declares its en_us.json language file and its various textures in the realms namespace. In the IDs of command argument types, a brigadier namespace also appears for command argument types that are native to Brigadier. In Bedrock Edition, the internal resource and behavior packs for Bedrock Editor contain some entities and items namespaced with editor. History See also References External links Navigation All commands Navigation menu
========================================