Minecraft:Living Block: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 1: | Line 1: | ||
{{ | {{confuse|Block Display}} | ||
{{ | {{wip}} | ||
{{ | {{joke feature}} | ||
{{Infobox entity | {{Infobox entity | ||
| title = Living Block | | title = Living Block | ||
| Line 12: | Line 12: | ||
| spawn = When a player mines a [[Minecraft:block]]. | | spawn = When a player mines a [[Minecraft:block]]. | ||
}} | }} | ||
'''Living blocks''' are [[Minecraft:mob]]s meant to represent blocks in 26w14a. | '''Living blocks''' are [[Minecraft:mob]]s meant to represent blocks in [[Minecraft:26w14a]]. | ||
== Spawning == | == Spawning == | ||
Living blocks span most of the actions that previously generated an item entity, this includes: | |||
* Break a block that will generate loot, | |||
* Break a container, | |||
* Dropping an item (with some [[#Replace item entity|exceptions]]), | |||
* Kill an entity that drops loot or equipment, | |||
** Living blocks can also drop living block, see {{Slink||Drop}}, | |||
* Other generations of [[Minecraft:loot table]], | |||
* When a [[Minecraft:falling block]] dropped as an item, | |||
* When a [[Minecraft:lead]]breaks. | |||
Similar to the behavior of items to be destroyed, destroying a living block container, such as a [[Minecraft:shulker box]], [[Minecraft:chest]], or [[Minecraft:bundle]], will spawn the living blocks that itens were inside. Some items from the living block container are also dropped as living block when cause a hit on the living block container. | |||
In some cases where items were generated in the inventory, they now generate living blocks. These are: | |||
* {{cmd|give}} command | |||
* Player in Creative mode using {{control|pick block}} on a block. | |||
** But, using {{control|pick block}} on an entity, it still generates an item in the inventory. | |||
=== Converting === | |||
Living blocks are also generated by procedures that previously transformed items into new items when used in the inventory; now, living block behaviors generate new living blocks, such as: | |||
* Crafting using a [[Minecraft:Crafting Grid|crafting grid]], | |||
* Smelt a living block, | |||
* Fill a living [[Minecraft:bucket]]. | |||
Other conversions memetize block behaviors, which are: | |||
* Living [[Minecraft:concrete powder]], when in contact with water, transforms into living [[Minecraft:concrete]], | |||
* Living [[Minecraft:sponge]], when in contact with water, transforms into living [[Minecraft:wet sponge]]. | |||
Living [[Minecraft:iron bars]] can be form living [[Minecraft:iron trap]]s, and living [[Minecraft:copper bars]] can be form living [[Minecraft:iron trap]]s. | |||
=== Monster spawners === | |||
Living [[Minecraft:end portal frame]] monster spawners naturally generate in end portal rooms in [[Minecraft:strongholds]], where in regular versions a silverfish monster spawners is generated. Groups of up to 4 living end portal frame are spawned at a time until a total of 12 are reached near the spawner. More living end portal frame may be generated if remove or move the living end portal frame next to the spawn spawners. | |||
== Drop == | |||
=== On death === | |||
Living blocks drop the result of a one-item [[Minecraft:Crafting#Complete_recipe_list|recipe]] if the item associated with the living block is used. For example, a living [[Minecraft:oak log]] drops four living [[Minecraft:oak planks]], since with exactly one oak log can craft four oak planks. | |||
Living block containers also drop the items that are in their internal inventory. | |||
== Behavior == | == Behavior == | ||
| Line 22: | Line 59: | ||
=== Replace item entity === | === Replace item entity === | ||
The item entity has been removed, and in many instances where it was previously used, living blocks is now used instead. | The [[Minecraft:item entity]] has been removed, and in many instances where it was previously used, living blocks is now used instead. | ||
'''Drop''' | '''Drop''' | ||
| Line 30: | Line 67: | ||
* If it's a spawn egg, the related mob is spawned. | * If it's a spawn egg, the related mob is spawned. | ||
** In reality, this behavior is defined by the component {{DCL|minecraft=1|entity_data}} | ** In reality, this behavior is defined by the component {{DCL|minecraft=1|entity_data}} | ||
*** The item {{ | *** The item {{cd|bat_spawn_egg[!minecraft:entity_data]}} is dropped as a live block from the [[Minecraft:bat spawn egg]] and not as a [[Minecraft:bat]]. | ||
*** The item {{cd|stone[minecraft:entity_data{{=}}{id:bat}]}} is dropped as a bat and not as a living stone. | *** The item {{cd|stone[minecraft:entity_data{{=}}{id:bat}]}} is dropped as a bat and not as a living stone. | ||
* Otherwise, it creates a living block. | * Otherwise, it creates a living block. | ||
| Line 40: | Line 77: | ||
** If the item was dropped by a player, the living block considers that player as its owner and is selected. | ** If the item was dropped by a player, the living block considers that player as its owner and is selected. | ||
=== Special | === Special properties === | ||
{{main|/types}} | |||
Some living blocks have special properties: | Some living blocks have special properties: | ||
*Living [[Minecraft:wool]] floats upwards. If more than three wool are following the player, the player gets reduced gravity, allowing them to jump higher and fall slower. | *Living [[Minecraft:wool]] floats upwards. If more than three wool are following the player, the player gets reduced gravity, allowing them to jump higher and fall slower. | ||
*Living [[Minecraft:anvil]]s have a unique attack where they fly to the target, then turn into a regular falling block high above it aiming to fall on it and deal damage | *Living [[Minecraft:anvil]]s have a unique attack where they fly to the target, then turn into a regular [[Minecraft:falling block]] high above it aiming to fall on it and deal damage | ||
*Living [[Minecraft:glass]] can take fall damage | *Living [[Minecraft:glass]] can take [[Minecraft:fall damage]] | ||
*Living [[Minecraft:lever]]s can be toggled, and will also toggle themselves at random. | *Living [[Minecraft:lever]]s can be toggled, and will also toggle themselves at random. | ||
*Living [[Minecraft:bed]]s can be slept in | *Living [[Minecraft:bed]]s can be slept in | ||
| Line 52: | Line 91: | ||
**The respawn point will not move around with the bed | **The respawn point will not move around with the bed | ||
**Destroying the bed does not remove the respawn point | **Destroying the bed does not remove the respawn point | ||
*Living [[Minecraft:furnace]]s, blast | *Living [[Minecraft:furnace]]s, [[Minecraft:blast furnace]]s, [[Minecraft:smoker]]s, and [[Minecraft:campfire]]s will smelt/cook nearby compatible living blocks automatically (no fuel needed) | ||
*Living [[Minecraft:chest]]s, [[Minecraft:barrel]]s, and other | *Living [[Minecraft:chest]]s, [[Minecraft:barrel]]s, and other [[Minecraft:container]]s will pick up nearby living blocks, as long as the living blocks are not part of a group and the other usual restrictions are met and will not respond to [[Minecraft:Build (item)|build]] commands. | ||
**The contents can be opened by {{ | **The contents can be opened by {{control|using}} it. Items are dropped out and converted to living blocks. [[Minecraft:Dispenser]]s and [[Minecraft:dropper]]s will instead do their usual action. Punching or killing the living block also ejects their contents. [[Minecraft:Ender chests]] make [[Minecraft:enderman]] sounds when picking up blocks | ||
Certain combinations of living blocks may combine into structures (made of regular blocks). The shape is not important, the necessary blocks just have to get close to each other. | Certain combinations of living blocks may combine into structures (made of regular blocks). The shape is not important, the necessary blocks just have to get close to each other. | ||
* Any [[Minecraft:door]] may combine with 23 other blocks to combine into a small 3x3x3 house. The other blocks can be, for example, [[Minecraft:dirt]], [[Minecraft:planks]], logs, [[Minecraft:cobblestone]] (but not [[Minecraft:stone]]). | * Any [[Minecraft:door]] may combine with 23 other blocks to combine into a small 3x3x3 house. The other blocks can be, for example, [[Minecraft:dirt]], [[Minecraft:planks]], [[Minecraft:logs]], [[Minecraft:cobblestone]] (but not [[Minecraft:stone]]). | ||
** The blocks that can be used in the house are controlled by the [[Minecraft:Block tag (Java Edition)|tag]] {{ | ** The blocks that can be used in the house are controlled by the [[Minecraft:Block tag (Java Edition)|tag]] {{cd|[[Minecraft:Java Edition 26w14a#builds_into_house|#builds_into_house]]}}. | ||
* Bone meal can combine with [[Minecraft:sapling]]s to make | * [[Minecraft:Bone meal]] can combine with [[Minecraft:sapling]]s to make [[Minecraft:tree]]s. | ||
** This does not work with other | ** This does not work with other [[Minecraft:plant]]s, but most of these can be built to grow normally. | ||
* When 12 living [[Minecraft:obsidian]] and a living flint and steel are near each other, they will transform into a Nether portal | * When 12 living [[Minecraft:obsidian]] and a living [[Minecraft:flint and steel]] are near each other, they will transform into a [[Minecraft:Nether portal]] | ||
** This is despite the fact that a minimum of 10 obsidian is ordinarily required | ** This is despite the fact that a minimum of 10 obsidian is ordinarily required | ||
** This also does not match with the generated portal having 14 obsidian, as the corners are filled in with obsidian | ** This also does not match with the generated portal having 14 obsidian, as the corners are filled in with obsidian | ||
** The flint and steel is entirely consumed even though ordinarily it would have 64 uses before breaking | ** The flint and steel is entirely consumed even though ordinarily it would have 64 uses before breaking | ||
** Nether portals can still be constructed out of ordinary obsidian blocks and lit | ** Nether portals can still be constructed out of ordinary obsidian blocks and lit | ||
* When living End portal frames and living eyes of ender get close to each other, they may combine. | * When living [[Minecraft:End portal frames]] and living [[Minecraft:eyes of ender]] get close to each other, they may combine. | ||
** When at least 12 living end portal frames with eyes are near each other, they will transform into an [[Minecraft:End portal]] (made of regular blocks). | ** When at least 12 living end portal frames with eyes are near each other, they will transform into an [[Minecraft:End portal]] (made of regular blocks). | ||
* | * [[Minecraft:Golem]]s and the [[Minecraft:wither]] can all be constructed out of the usual blocks. | ||
** The wither skips its usual charge up. | ** The wither skips its usual charge up. | ||
** The copper chest created with a copper golem is a living block, not a regular one. | ** The [[Minecraft:copper chest]] created with a [[Minecraft:copper golem]] is a living block, not a regular one. | ||
* 272 cobblestone, 16 glass, and 4 [[Minecraft:torch]]es (or 4 copper | * 272 cobblestone, 16 glass, and 4 [[Minecraft:torch]]es (or 4 [[Minecraft:copper torch]]es or 4 [[Minecraft:soul torch]]es) combine into a 9x6x9 structure with a single 2-block gap for an entrance, 4 glass skylights, and one torch on each wall. | ||
* Similarly when 8 living iron bars are nearby, they may randomly turn into a living iron trap. 8 copper bars may likewise turn into a living copper trap. | * Similarly when 8 living [[Minecraft:iron bars]] are nearby, they may randomly turn into a living [[Minecraft:iron trap]]. 8 [[Minecraft:copper bars]] may likewise turn into a living [[Minecraft:copper trap]]. | ||
** These kinds of living blocks relentlessly pursue the player, regardless of distance or even gamemode. | ** These kinds of living blocks relentlessly pursue the player, regardless of distance or even [[Minecraft:gamemode]]. | ||
** When they make contact with the player, they create a 3x3x3 structure out of iron/copper bars that entirely encloses the player, except on the bottom. This can potentially destroy other blocks. | ** When they make contact with the player, they create a 3x3x3 structure out of iron/copper bars that entirely encloses the player, except on the bottom. This can potentially destroy other blocks. | ||
** Can still be commanded despite this apparently hostile behavior, but will resume pursuit afterwards. | ** Can still be commanded despite this apparently hostile behavior, but will resume pursuit afterwards. | ||
| Line 79: | Line 118: | ||
* Doors always appear as the bottom half only, even when instructed to "build" converting back into regular blocks, except by the above process. | * Doors always appear as the bottom half only, even when instructed to "build" converting back into regular blocks, except by the above process. | ||
* Living light source blocks function as expected. | * Living light source blocks function as expected. | ||
{{ | {{control|use|text=Interact}} with living blocks (using Punch, Craft, or Highlight) to use an item's normal {{control|use}} functionality, if it has any. | ||
* [[Minecraft:Food]] can be eaten | * [[Minecraft:Food]] can be eaten | ||
** When a [[Minecraft:potion]] or milk bucket is consumed this way, the container disappears too. | ** When a [[Minecraft:potion]] or [[Minecraft:milk bucket]] is consumed this way, the container disappears too. | ||
* Eyes of ender can be thrown | * [[Minecraft:Eyes of ender]] can be thrown | ||
* Ender | * [[Minecraft:Ender pearl]]s will teleport the player somewhere random without being consumed | ||
* Interacting with a living [[Minecraft:boat]] or [[Minecraft:minecart]] item will turn it into a normal boat/minecart (only on [[Minecraft:rail]]s for minecarts) | * Interacting with a living [[Minecraft:boat]] or [[Minecraft:minecart]] item will turn it into a normal boat/minecart (only on [[Minecraft:rail]]s for minecarts) | ||
* [[Minecraft:Lava Bucket|Lava]] and water | * [[Minecraft:Lava Bucket|Lava]] and [[Minecraft:water bucket]]s (including [[Minecraft:bucket]]s with mobs inside) will place the appropriate liquid, ejecting an empty bucket off to the side | ||
Some items do not activate in this way but activate randomly on their own: | Some items do not activate in this way but activate randomly on their own: | ||
* Flint and steel sets fire as it moves. Fire charges do likewise but are consumed. | * Flint and steel sets fire as it moves. Fire charges do likewise but are consumed. | ||
** This can be used to access the Nether through lighting a portal made of regular blocks of obsidian without consuming the flint and steel | ** This can be used to access the Nether through lighting a portal made of regular blocks of obsidian without consuming the flint and steel | ||
* Bows and crossbows shoot automatically when commanded to attack and provided with arrows nearby. | * [[Minecraft:Bows]] and [[Minecraft:crossbows]] shoot automatically when commanded to attack and provided with arrows nearby. | ||
** Arrows try to move near bows and crossbows. | ** Arrows try to move near bows and crossbows. | ||
* Hoes will randomly till nearby blocks | * Hoes will randomly till nearby blocks | ||
| Line 96: | Line 135: | ||
* Shovels will randomly transform nearby blocks | * Shovels will randomly transform nearby blocks | ||
Some items will not do their intended function when {{ | Some items will not do their intended function when {{control|interact|text=interacting}} with them: | ||
* Splash potions | * [[Minecraft:Splash potions]] | ||
* Empty | * [[Minecraft:Empty map]]s | ||
* Fishing | * [[Minecraft:Fishing rod]]s | ||
* Carrot on a stick and warped fungus on a stick | * [[Minecraft:Carrot on a stick]] and [[Minecraft:warped fungus on a stick]] | ||
* Goat horns | * [[Minecraft:Goat horns]] | ||
Other items also have special behavior: | Other items also have special behavior: | ||
* Living weapons do more attack damage matching their usual properties. | * Living [[Minecraft:weapons]] do more attack damage matching their usual properties. | ||
* Living tools can be used to mine. | * Living [[Minecraft:tools]] can be used to mine. | ||
* Living [[Minecraft:armor]] may equip itself to nearby compatible entities. After that, it functions completely normally. | * Living [[Minecraft:armor]] may equip itself to nearby compatible [[Minecraft:entities]]. After that, it functions completely normally. | ||
<!--** However, the only way to remove it (without removing the action item from the hotbar, changing to creative mode to access the inventory or by commands) is to break it.--> | <!--** However, the only way to remove it (without removing the action item from the hotbar, changing to creative mode to access the inventory or by commands) is to break it.--> | ||
** It will not replace any armor already present. | ** It will not replace any armor already present. | ||
| Line 112: | Line 151: | ||
* Elytra launch any colliding living blocks upward | * Elytra launch any colliding living blocks upward | ||
* [[Minecraft:TNT]] will ignite as usual when set on fire or broken. It will also ignite when killed, with a shorter than usual ignition time. | * [[Minecraft:TNT]] will ignite as usual when set on fire or broken. It will also ignite when killed, with a shorter than usual ignition time. | ||
* | * [[Minecraft:Cow]]s, [[Minecraft:pig]]s, and [[Minecraft:sheep]] will be tempted by their usual food items in living form (controlled by block tags). | ||
* [[Minecraft:Snow]] (not snow block) can be rolled around on non-living snow and it will absorb it and grow taller each time it lays flat on the surface. | * [[Minecraft:Snow]] (not snow block) can be rolled around on non-living snow and it will absorb it and grow taller each time it lays flat on the surface. | ||
* Living buckets that enter water sources, lava sources, or powder snow will fill with the appropriate contents, consuming the liquid/powder snow. | * Living buckets that enter water sources, lava sources, or powder snow will fill with the appropriate contents, consuming the liquid/powder snow. | ||
* Living concrete powder that enters water (source blocks only) will convert into living concrete, consuming the water. | * Living [[Minecraft:concrete powder]] that enters water (source blocks only) will convert into living concrete, consuming the water. | ||
== Sounds == | == Sounds == | ||
{{ | {{empty section}} | ||
== Data values == | == Data values == | ||
=== Entity data === | === Entity data === | ||
{{ | {{el|java}}: | ||
{{ | {{main|Entity format}} | ||
<section begin="entity data" /><div class="treeview"> | <section begin="entity data" /><div class="treeview"> | ||
* {{ | * {{nbt|compound}} Entity data | ||
** {{ | ** {{nbt inherit/entity}} | ||
** {{ | ** {{nbt|int array|owner}}: the [[Minecraft:UUID]] of the player owning the block (only if it is part of a group), if set then this is the only player that can command it | ||
** {{ | ** {{nbt|compound|item}}: the item or block the living block represents | ||
*** {{ | *** {{nbt inherit/item}} | ||
** {{ | ** {{nbt|boolean|pinned}}: if true, this living block will not respond to commands and will not move except by gravity or knockback | ||
** {{ | ** {{nbt|float|health}}: the health of the block | ||
** {{ | ** {{nbt|int|despawn_ticks}}: initially 6000 (5 minutes). Counts down when no player is within 50 blocks. However, it is allowed to count down to negative values, and nothing happens. | ||
** {{ | ** {{nbt|float|max_health}}: the maximum amount of health of the block | ||
** {{ | ** {{nbt|int array|commander}}: the [[Minecraft:UUID]] of the player commanding the block | ||
** {{ | ** {{nbt|boolean|selected}}: true or false (1 or 0), if the block is being selected for an action | ||
** {{ | ** {{nbt|string|group}}: the name of the group, such as <code>red</code>, <code>blue</code>, <code>lime</code>, <code>yellow</code>, <code>purple</code>, or <code>aqua</code> (defaults to <code>none</code>) | ||
** {{ | ** {{nbt|compound|container_behavior_data}} | ||
*** {{ | *** {{nbt|list|Items}}: the items in the container | ||
**** {{ | **** {{Nbt inherit/item}} | ||
</div><section end="entity data" /> | </div><section end="entity data" /> | ||
== Advancements == | == Advancements == | ||
{{ | {{empty section}} | ||
}} | |||
== Issues == | == Issues == | ||
| Line 155: | Line 190: | ||
== Gallery == | == Gallery == | ||
{{ | {{empty section}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox entities|Joke}} | ||
{{ | {{Navbox jokes|26w14a}} | ||
[[Category:Joke mobs]] | [[Category:Joke mobs]] | ||
ja:Living_Block | [[Minecraft:ja:Living_Block]] | ||
zh:活化方块 | [[Minecraft:zh:活化方块]] | ||
Revision as of 11:15, 10 April 2026
Template:Confuse Template:Wip Template:Joke feature Template:Infobox entity Living blocks are Minecraft:mobs meant to represent blocks in Minecraft:26w14a.
Spawning
Living blocks span most of the actions that previously generated an item entity, this includes:
- Break a block that will generate loot,
- Break a container,
- Dropping an item (with some exceptions),
- Kill an entity that drops loot or equipment,
- Living blocks can also drop living block, see Template:Slink,
- Other generations of Minecraft:loot table,
- When a Minecraft:falling block dropped as an item,
- When a Minecraft:leadbreaks.
Similar to the behavior of items to be destroyed, destroying a living block container, such as a Minecraft:shulker box, Minecraft:chest, or Minecraft:bundle, will spawn the living blocks that itens were inside. Some items from the living block container are also dropped as living block when cause a hit on the living block container.
In some cases where items were generated in the inventory, they now generate living blocks. These are:
- Template:Cmd command
- Player in Creative mode using Template:Control on a block.
- But, using Template:Control on an entity, it still generates an item in the inventory.
Converting
Living blocks are also generated by procedures that previously transformed items into new items when used in the inventory; now, living block behaviors generate new living blocks, such as:
- Crafting using a crafting grid,
- Smelt a living block,
- Fill a living Minecraft:bucket.
Other conversions memetize block behaviors, which are:
- Living Minecraft:concrete powder, when in contact with water, transforms into living Minecraft:concrete,
- Living Minecraft:sponge, when in contact with water, transforms into living Minecraft:wet sponge.
Living Minecraft:iron bars can be form living Minecraft:iron traps, and living Minecraft:copper bars can be form living Minecraft:iron traps.
Monster spawners
Living Minecraft:end portal frame monster spawners naturally generate in end portal rooms in Minecraft:strongholds, where in regular versions a silverfish monster spawners is generated. Groups of up to 4 living end portal frame are spawned at a time until a total of 12 are reached near the spawner. More living end portal frame may be generated if remove or move the living end portal frame next to the spawn spawners.
Drop
On death
Living blocks drop the result of a one-item recipe if the item associated with the living block is used. For example, a living Minecraft:oak log drops four living Minecraft:oak planks, since with exactly one oak log can craft four oak planks.
Living block containers also drop the items that are in their internal inventory.
Behavior
Living blocks stay still until commanded to do something. When commanded they will roll (if they are a block) or fly (if they are an item).
Replace item entity
The Minecraft:item entity has been removed, and in many instances where it was previously used, living blocks is now used instead.
Drop
Previously, when an item dropped from the inventory, a container, etc., an item entity was created on the ground. Now the behavior is different and depends on the item in question:
- If it's an action item, nothing happens.
- If it's a spawn egg, the related mob is spawned.
- In reality, this behavior is defined by the component Template:DCL
- The item Template:Cd is dropped as a live block from the Minecraft:bat spawn egg and not as a Minecraft:bat.
- The item Template:Cd is dropped as a bat and not as a living stone.
- In reality, this behavior is defined by the component Template:DCL
- Otherwise, it creates a living block.
- The number of living blocks created is equal to the number of items dropped.
- Each block is spawned next to the previous one in an randon horizontally direction.
- If there is a collision at the location, the block searches for a new spawn point in a 7x5x7 area where the initial position is the center of that area floor.
- First, the block reaches all positions on the Y-axis. If it doesn't move horizontally and reaches all positions on the Y-axis, then moving horizontally prioritizes blocks closer to the original position.
- If it cannot find a valid position, it spawns at the original position.
- If there is a collision at the location, the block searches for a new spawn point in a 7x5x7 area where the initial position is the center of that area floor.
- If the item was dropped by a player, the living block considers that player as its owner and is selected.
Special properties
Some living blocks have special properties:
- Living Minecraft:wool floats upwards. If more than three wool are following the player, the player gets reduced gravity, allowing them to jump higher and fall slower.
- Living Minecraft:anvils have a unique attack where they fly to the target, then turn into a regular Minecraft:falling block high above it aiming to fall on it and deal damage
- Living Minecraft:glass can take Minecraft:fall damage
- Living Minecraft:levers can be toggled, and will also toggle themselves at random.
- Living Minecraft:beds can be slept in
- The player’s view will move and even rotate with it
- The respawn point will only be set by actually sleeping in it, interacting with it is not sufficient
- The respawn point will not move around with the bed
- Destroying the bed does not remove the respawn point
- Living Minecraft:furnaces, Minecraft:blast furnaces, Minecraft:smokers, and Minecraft:campfires will smelt/cook nearby compatible living blocks automatically (no fuel needed)
- Living Minecraft:chests, Minecraft:barrels, and other Minecraft:containers will pick up nearby living blocks, as long as the living blocks are not part of a group and the other usual restrictions are met and will not respond to build commands.
- The contents can be opened by Template:Control it. Items are dropped out and converted to living blocks. Minecraft:Dispensers and Minecraft:droppers will instead do their usual action. Punching or killing the living block also ejects their contents. Minecraft:Ender chests make Minecraft:enderman sounds when picking up blocks
Certain combinations of living blocks may combine into structures (made of regular blocks). The shape is not important, the necessary blocks just have to get close to each other.
- Any Minecraft:door may combine with 23 other blocks to combine into a small 3x3x3 house. The other blocks can be, for example, Minecraft:dirt, Minecraft:planks, Minecraft:logs, Minecraft:cobblestone (but not Minecraft:stone).
- The blocks that can be used in the house are controlled by the tag Template:Cd.
- Minecraft:Bone meal can combine with Minecraft:saplings to make Minecraft:trees.
- This does not work with other Minecraft:plants, but most of these can be built to grow normally.
- When 12 living Minecraft:obsidian and a living Minecraft:flint and steel are near each other, they will transform into a Minecraft:Nether portal
- This is despite the fact that a minimum of 10 obsidian is ordinarily required
- This also does not match with the generated portal having 14 obsidian, as the corners are filled in with obsidian
- The flint and steel is entirely consumed even though ordinarily it would have 64 uses before breaking
- Nether portals can still be constructed out of ordinary obsidian blocks and lit
- When living Minecraft:End portal frames and living Minecraft:eyes of ender get close to each other, they may combine.
- When at least 12 living end portal frames with eyes are near each other, they will transform into an Minecraft:End portal (made of regular blocks).
- Minecraft:Golems and the Minecraft:wither can all be constructed out of the usual blocks.
- The wither skips its usual charge up.
- The Minecraft:copper chest created with a Minecraft:copper golem is a living block, not a regular one.
- 272 cobblestone, 16 glass, and 4 Minecraft:torches (or 4 Minecraft:copper torches or 4 Minecraft:soul torches) combine into a 9x6x9 structure with a single 2-block gap for an entrance, 4 glass skylights, and one torch on each wall.
- Similarly when 8 living Minecraft:iron bars are nearby, they may randomly turn into a living Minecraft:iron trap. 8 Minecraft:copper bars may likewise turn into a living Minecraft:copper trap.
- These kinds of living blocks relentlessly pursue the player, regardless of distance or even Minecraft:gamemode.
- When they make contact with the player, they create a 3x3x3 structure out of iron/copper bars that entirely encloses the player, except on the bottom. This can potentially destroy other blocks.
- Can still be commanded despite this apparently hostile behavior, but will resume pursuit afterwards.
- Consequently, they can be neutralized by commanding them to build, turning them into regular blocks.
- Doors always appear as the bottom half only, even when instructed to "build" converting back into regular blocks, except by the above process.
- Living light source blocks function as expected.
Template:Control with living blocks (using Punch, Craft, or Highlight) to use an item's normal Template:Control functionality, if it has any.
- Minecraft:Food can be eaten
- When a Minecraft:potion or Minecraft:milk bucket is consumed this way, the container disappears too.
- Minecraft:Eyes of ender can be thrown
- Minecraft:Ender pearls will teleport the player somewhere random without being consumed
- Interacting with a living Minecraft:boat or Minecraft:minecart item will turn it into a normal boat/minecart (only on Minecraft:rails for minecarts)
- Lava and Minecraft:water buckets (including Minecraft:buckets with mobs inside) will place the appropriate liquid, ejecting an empty bucket off to the side
Some items do not activate in this way but activate randomly on their own:
- Flint and steel sets fire as it moves. Fire charges do likewise but are consumed.
- This can be used to access the Nether through lighting a portal made of regular blocks of obsidian without consuming the flint and steel
- Minecraft:Bows and Minecraft:crossbows shoot automatically when commanded to attack and provided with arrows nearby.
- Arrows try to move near bows and crossbows.
- Hoes will randomly till nearby blocks
- Axes will randomly strip nearby blocks
- Shovels will randomly transform nearby blocks
Some items will not do their intended function when Template:Control with them:
- Minecraft:Splash potions
- Minecraft:Empty maps
- Minecraft:Fishing rods
- Minecraft:Carrot on a stick and Minecraft:warped fungus on a stick
- Minecraft:Goat horns
Other items also have special behavior:
- Living Minecraft:weapons do more attack damage matching their usual properties.
- Living Minecraft:tools can be used to mine.
- Living Minecraft:armor may equip itself to nearby compatible Minecraft:entities. After that, it functions completely normally.
- It will not replace any armor already present.
- Minecraft:Elytra cannot be equipped
- Chests cannot be equipped onto donkeys/mules/llamas
- Elytra launch any colliding living blocks upward
- Minecraft:TNT will ignite as usual when set on fire or broken. It will also ignite when killed, with a shorter than usual ignition time.
- Minecraft:Cows, Minecraft:pigs, and Minecraft:sheep will be tempted by their usual food items in living form (controlled by block tags).
- Minecraft:Snow (not snow block) can be rolled around on non-living snow and it will absorb it and grow taller each time it lays flat on the surface.
- Living buckets that enter water sources, lava sources, or powder snow will fill with the appropriate contents, consuming the liquid/powder snow.
- Living Minecraft:concrete powder that enters water (source blocks only) will convert into living concrete, consuming the water.
Sounds
Data values
Entity data
<section begin="entity data" />
- Template:Nbt Entity data
- Template:Nbt inherit/entity
- Template:Nbt: the Minecraft:UUID of the player owning the block (only if it is part of a group), if set then this is the only player that can command it
- Template:Nbt: the item or block the living block represents
- Template:Nbt: if true, this living block will not respond to commands and will not move except by gravity or knockback
- Template:Nbt: the health of the block
- Template:Nbt: initially 6000 (5 minutes). Counts down when no player is within 50 blocks. However, it is allowed to count down to negative values, and nothing happens.
- Template:Nbt: the maximum amount of health of the block
- Template:Nbt: the Minecraft:UUID of the player commanding the block
- Template:Nbt: true or false (1 or 0), if the block is being selected for an action
- Template:Nbt: the name of the group, such as
red,blue,lime,yellow,purple, oraqua(defaults tonone) - Template:Nbt
- Template:Nbt: the items in the container
<section end="entity data" />