Yahoo Web Search

Search results

  1. An explosion is a physical event, generally destructive, that occurs in several different circumstances. It can destroy nearby blocks, propel and damage nearby entities, and cause fires in some cases. Explosions produce a "shockwave" particle effect. The propulsion effect of explosions is often used for TNT cannons .

    • Overview
    • Explosion strength
    • Effect
    • Blast resistance
    • Typical damage radius
    • Trivia

    An explosion is a physical event, generally destructive, that can be caused by several different circumstances. It can destroy nearby blocks, propel and damage nearby players, entities, and their armor, and cause one or more fires under correct circumstances. Explosions produce a "shockwave" particle effect.

    Multiple close explosions may propel objects further, but have no cumulative effect on the destruction of a block - for example, no amount of TNT will destroy a block of Obsidian, even if it all explodes at once. This is because explosion damage to blocks is evaluated individually (per explosion), and blocks' blast resistance do not become "weakened" from previous explosions.

    Despite doing damage to entities, fireworks do not destroy terrain and as such are not counted as conventional explosions.

    Lab tables sometimes perform a non-terrain-damaging explosion when creating garbage item.‌[Bedrock Edition and Minecraft Education only]

    Model of block destruction

    An explosion can destroy nearby blocks. Its blast effect is evaluated independently on many explosion rays originating from the explosion center, as shown in the right figure. 1.A cube around the explosion is divided into a 16×16×16 grid, and rays are created from the center to each outer point of this grid, meaning that there are a total of 1352 rays. 2.Each ray is given an intensity, calculated as (0.7 + [a random value from 0 to 0.6]) × [power]. 3.For every attenuation step (0.3 blocks along the ray), the intensity of the ray is reduced by 0.225 (0.3×0.75). If the block passed through is anything other than air, it is further reduced by (blast resistance + 0.3) × 0.3. 4.The ray destroys any blocks that could not reduce the ray intensity to zero at any checkpoint. From the above process, the following results can be deduced (where ⌊ x ⌋ {\displaystyle \lfloor x \rfloor} is the floor function): •The maximum blast radius (assuming no block absorption) is ⌊ 1.3 × power 0.225 ⌋ × 0.3 {\displaystyle \left\lfloor 1.3\times\frac{\text{power}}{0.225}\right\rfloor\times 0.3} = 10.4 (charged creepers), 6.9 (TNT), 5.2 (creepers), 1.7 (fireballs). For example, a TNT explosion can destroy a torch 7 blocks away. However, how many blocks an explosion can destroy is non-deterministic and also dependent on the specific location of the explosion. •The minimum block resistance required to absorb maximum blast force of an explosion happening in nearby air = 1.3 × p o w e r − 0.75 × a t t e n u a t i o n   s t e p s × s t e p   l e n g t h s t e p   l e n g t h − 0.3 {\displaystyle \frac{1.3\times \mathsf{power}-0.75\times \mathsf{attenuation\ steps} \times \mathsf{step\ length}}{\mathsf{step\ length}} - 0.3} . To not be destroyed, a block has to absorb all blast force at the first checkpoint in it. •The attenuation steps is subject to collision restrictions. For explosion in air, there is at least one attenuation step. TNT and creeper explosions are always 0.49 and 0.5 blocks away from nearest block (2 attenuation steps), but fireball explosions can happen anywhere (1 attenuation step). •Thus, the block resistances are 24.2 (charged creepers), 15.534 (TNT), 11.2 (creepers), 3.284 (fireballs). •So water, lava (the stationary block), obsidian, and bedrock are always indestructible, and fences and less blast-resistant blocks can be destroyed by fireballs. These are theoretical values, and in reality less resistant blocks are not always destroyed; there is no such mechanic.

    Dropping blocks

    Destroyed blocks have a 1⁄p chance of dropping as collectible resources, where p is the explosion power. So, blocks destroyed by an (uncharged) creeper's explosion have a 1⁄3 chance of dropping. However, dragon eggs, beacons, conduits, heads, shulker boxes and decorated pots always drop from explosions, though the items may be destroyed by subsequent explosions. In addition, in Java Edition, explosions from TNT and minecarts with TNT cause a 100% drop rate; this is not the case in Bedrock Edition. In Java Edition, the drop chance of blocks in explosions can be customized via three game rules: •blockExplosionDropDecay controls whether block-based explosions (e.g. a bed explosion) cause only some blocks to drop. •It is set to true by default. •An end crystal explosion is controlled by this game rule, despite the end crystal being an entity. •mobExplosionDropDecay controls whether mob-based explosions (e.g. a creeper explosion) cause only some blocks to drop. •It is set to true by default. •tntExplosionDropDecay controls whether TNT explosions cause only some blocks to drop. •It is set to false by default.

    Interaction with entities

    An explosion has different effects on entities than blocks. Entities are damaged and propelled by an explosion if within its damage radius of 2 × power. Note that the "damage radius" is different from the blast radius of explosion effect on blocks. 1.For every entity within a 2×[power] block sphere of the explosion center, the impact is (1-[distance from explosion/damage radius])×[exposure] (see section below on exposure). 2.The entity is damaged by ((impact×impact+impact)×7×power+1) rounded down (armor enchantments for damage are handled separately). This is scaled by difficulty. 3.After damage, exposure is reduced by (exposure×[max Blast Protection from all armor]×0.15). 4.The entity's eyes are propelled along the ray from the explosion center by the new exposure. From the above process, the following results can be deduced: •Entities always get at least 1 point of damage if they are within the radius, regardless of their explosion exposure. •The maximum damage that entities can take (at the explosion center with 100% exposure and normal difficulty) = (1 × 1 + 1) × 7 × power + 1 point of damage = 99, (Wither newly spawned by the player), 85 (charged creepers), 71 (Beds when using in the Nether or in the End), 57 (TNT), 43 (creepers), 15 (fireballs). When entities are away or covered by blocks from the explosion center, they take less damage. •The maximum velocity gain that an entity can obtain from a single explosion is 1, at the explosion center with 100% exposure.

    The following table shows blast resistance values for blocks as shown in Minecraft's code. In Add-ons for Bedrock Edition, these values are multiplied by 5 when used for the "explosion_resistance" value in the "minecraft:descructible_by_explosion" component.

    [edit values]

    The player receives damage, if within these radii of a 100% exposure ground 1 block, 2 blocks, or 4 blocks of TNT explosion, with the amount of damage labeled on each circle in the figures below.

    •Explosions with a power greater than 100 look mostly the same from the outside, as only certain lines are used to determine if a block breaks. However, some of those lines continue underground.

    •Explosions that occur in flowing water or lava apply propulsion to entities, but don't affect any blocks, regardless of the blocks' blast resistance.

    •Underwater explosions don't emit smoke particles.

    •Explosions can redirect projectiles, including ender pearls.

    •An explosion just after a mob's death can propel the mob's body.

    •If primed TNT explodes in a large, solid cube of stone blocks, it creates an exact 3×3×3 cube inside. Experimentation confirms that a TNT detonation causes a 3×3 hole in a solid block of anything with a blast resistance less than that of water, but more than 2.5 (e.g. crafting tables). This implies that 3×3 is the minimum possible result of a TNT detonation without the blast being resisted altogether.

  2. 3 days ago · Minecraft is a 3D sandbox adventure game developed by Mojang Studios where players can interact with a fully customizable three-dimensional world made of blocks and entities. Its diverse gameplay options allow players to choose the way they play, creating countless possibilities.

  3. Jul 5, 2024 · The bonus chest is a feature that appears near the player's spawn if the "Bonus Chest" option is toggled on the "Create New World" screen. It generates with a semi-random collection of basic items to help the player survive early on and gather necessary resources, including tools, blocks, and food.

  4. Minecraft: Story Mode, an episodic spin-off game developed by Telltale Games in collaboration with Mojang, was announced in December 2014. [8] [9] [10] Consisting of five episodes plus three additional downloadable episodes, the standalone game is a narrative and player choice-driven, and it was released on Windows, OS X, iOS, PlayStation 3, PlayStation 4, Xbox 360, and Xbox One via download ...

  5. Minecraft: Java Edition (formerly just Minecraft) is the original version of Minecraft, developed by Mojang Studios for Windows, macOS, and Linux. Notch began development on May 10, 2009, publicly releasing Minecraft on May 17, 2009.

  6. 20 hours ago · updated Aug 22, 2024. The 24W34A Snapshot for Minecraft has arrived, bringing with it updates to experimental features, general improvements, and fixes. advertisement. This page acts as a ...

  1. People also search for