Minecraft:Place Block: Difference between revisions
More actions
imported>User-12316399 |
Remove broken links to missing pages |
||
| Line 22: | Line 22: | ||
|lavasusceptible=No | |lavasusceptible=No | ||
}} | }} | ||
The '''place block''' is a joke [[Minecraft:block]] existing only in | The '''place block''' is a joke [[Minecraft:block]] existing only in Java Edition 23w13a_or_b, that takes blocks from a container on its back side and places them in front of it when given a [[Minecraft:redstone]] signal. | ||
== Obtaining == | == Obtaining == | ||
| Line 54: | Line 54: | ||
==== Activation ==== | ==== Activation ==== | ||
A place block can be activated by: | A place block can be activated by: | ||
* an adjacent active | * an adjacent active power component (''Exceptions:'' a redstone torch does not turn ON a place block it is attached to) | ||
* an adjacent powered opaque block (strongly-powered or weakly-powered) | * an adjacent powered opaque block (strongly-powered or weakly-powered) | ||
* a powered | * a powered redstone repeater or redstone comparator facing the place block | ||
* powered | * powered redstone dust configured to point at the place block, or on top of it, or a directionless "dot" next to it; a place block is ''not'' activated by adjacent powered redstone dust that is configured to point in another direction. | ||
A place block is ''not'' activated by adjacent powered redstone dust that is configured to point in another direction. | A place block is ''not'' activated by adjacent powered redstone dust that is configured to point in another direction. | ||
| Line 64: | Line 64: | ||
A place block can be used to place blocks either from a container (e.g. [[Minecraft:chest]]) behind it, or that were dropped as [[Minecraft:Item (entity)|items]] behind it. A place block can be placed so that its in- and outputs face in any direction, including up or down. When placed, the output faces toward the player. The texture of this side is identical to the output of an [[Minecraft:observer]]. | A place block can be used to place blocks either from a container (e.g. [[Minecraft:chest]]) behind it, or that were dropped as [[Minecraft:Item (entity)|items]] behind it. A place block can be placed so that its in- and outputs face in any direction, including up or down. When placed, the output faces toward the player. The texture of this side is identical to the output of an [[Minecraft:observer]]. | ||
# After being activated, the place block checks the block behind it. If there is a container, the place block pulls one item from the first available slot of that container: there is no check if the item is in fact a placeable block. Valid containers include: chests and | # After being activated, the place block checks the block behind it. If there is a container, the place block pulls one item from the first available slot of that container: there is no check if the item is in fact a placeable block. Valid containers include: chests and trapped chests (both small and large), [[Minecraft:barrel]]s, shulker boxes, [[Minecraft:dispenser]]s, [[Minecraft:dropper]]s and [[Minecraft:hopper]]s, as well as minecarts with chests and minecarts with hoppers. Only the fuel slot can be accessed from [[Minecraft:furnace]]s, blast furnaces and [[Minecraft:smoker]]s. In case of brewing stands, place block can pull from the blaze powder slot and potion slot, but none of these can actually contain placeable blocks. It can also pull music discs out of a [[Minecraft:jukebox]] and books from a chiseled bookshelf, but those items can't be placed either. | ||
# If there is no container, or if all available slots are empty, the place block next checks if there are any item entities in the 1×1×1 space behind it. If there are, it pulls an item with the largest <code>Age</code>. | # If there is no container, or if all available slots are empty, the place block next checks if there are any item entities in the 1×1×1 space behind it. If there are, it pulls an item with the largest <code>Age</code>. | ||
# Immediately after pulling an item, the place block attempts to place the item in front of itself (the place block does not have any storage). If the attempt fails, item is ejected instead, just like from a dropper. | # Immediately after pulling an item, the place block attempts to place the item in front of itself (the place block does not have any storage). If the attempt fails, item is ejected instead, just like from a dropper. | ||
| Line 71: | Line 71: | ||
* The item is not a placeable block. | * The item is not a placeable block. | ||
* The space on the output side is occupied by another block. | * The space on the output side is occupied by another block. | ||
** However, if the space is occupied by a replaceable block, like | ** However, if the space is occupied by a replaceable block, like short grass or [[Minecraft:water]], another block can be placed. | ||
*** In case of water, if a block that is attempted to be placed can be | *** In case of water, if a block that is attempted to be placed can be waterlogged, it is then waterlogged. | ||
* The space on the output side is blocked by an entity. | * The space on the output side is blocked by an entity. | ||
** However, non-solid blocks like flowers can be placed. | ** However, non-solid blocks like flowers can be placed. | ||
* Other conditions do not allow the block to be placed in that space, e.g. attempting to place a flower on stone. | * Other conditions do not allow the block to be placed in that space, e.g. attempting to place a flower on stone. | ||
Even though, in theory, a block can be placed, the attempt may still fail because due to the placement block being an unpolished feature: for example, placing a | Even though, in theory, a block can be placed, the attempt may still fail because due to the placement block being an unpolished feature: for example, placing a hanging sign never works, regardless of the number of blocks available to support it. | ||
Place blocks cannot spawn mobs from | Place blocks cannot spawn mobs from spawn eggs, place [[Minecraft:minecart]]s on rails, or perform other similar tasks that usually involve the player right-clicking. | ||
== Sounds == | == Sounds == | ||
| Line 104: | Line 104: | ||
== See also == | == See also == | ||
* | * Pickaxe block | ||
== Navigation == | == Navigation == | ||
| Line 116: | Line 116: | ||
[[Category:Joke blocks]] | [[Category:Joke blocks]] | ||
fr:Bloc de placement | |||
ja:Place Block | |||
pt:Edição Java 23w13a or b/Place Block | |||
zh:放置方块 | |||
Revision as of 15:59, 9 April 2026
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
Template:Joke feature Template:Infobox block The place block is a joke Minecraft:block existing only in Java Edition 23w13a_or_b, that takes blocks from a container on its back side and places them in front of it when given a Minecraft:redstone signal.
Obtaining
Breaking
A place block drops itself when mined with a Minecraft:pickaxe. If mined without a pickaxe, it drops nothing. Template:Breaking row
Crafting
Usage
The place block can be "used" only when the vote for minecraft:place_block is approved. If this is not the case, the block cannot be:
- placed (nothing happens)
- dropped (the block gets removed from the inventory but no item appears)
- activated (the block does not react to redstone signals)
- crafted (the output of the crafting table stays empty)
Activation
A place block can be activated by:
- an adjacent active power component (Exceptions: a redstone torch does not turn ON a place block it is attached to)
- an adjacent powered opaque block (strongly-powered or weakly-powered)
- a powered redstone repeater or redstone comparator facing the place block
- powered redstone dust configured to point at the place block, or on top of it, or a directionless "dot" next to it; a place block is not activated by adjacent powered redstone dust that is configured to point in another direction.
A place block is not activated by adjacent powered redstone dust that is configured to point in another direction.
Basic utility
A place block can be used to place blocks either from a container (e.g. Minecraft:chest) behind it, or that were dropped as items behind it. A place block can be placed so that its in- and outputs face in any direction, including up or down. When placed, the output faces toward the player. The texture of this side is identical to the output of an Minecraft:observer.
- After being activated, the place block checks the block behind it. If there is a container, the place block pulls one item from the first available slot of that container: there is no check if the item is in fact a placeable block. Valid containers include: chests and trapped chests (both small and large), Minecraft:barrels, shulker boxes, Minecraft:dispensers, Minecraft:droppers and Minecraft:hoppers, as well as minecarts with chests and minecarts with hoppers. Only the fuel slot can be accessed from Minecraft:furnaces, blast furnaces and Minecraft:smokers. In case of brewing stands, place block can pull from the blaze powder slot and potion slot, but none of these can actually contain placeable blocks. It can also pull music discs out of a Minecraft:jukebox and books from a chiseled bookshelf, but those items can't be placed either.
- If there is no container, or if all available slots are empty, the place block next checks if there are any item entities in the 1×1×1 space behind it. If there are, it pulls an item with the largest
Age. - Immediately after pulling an item, the place block attempts to place the item in front of itself (the place block does not have any storage). If the attempt fails, item is ejected instead, just like from a dropper.
Attempt to place can fail for multiple reasons:
- The item is not a placeable block.
- The space on the output side is occupied by another block.
- However, if the space is occupied by a replaceable block, like short grass or Minecraft:water, another block can be placed.
- In case of water, if a block that is attempted to be placed can be waterlogged, it is then waterlogged.
- However, if the space is occupied by a replaceable block, like short grass or Minecraft:water, another block can be placed.
- The space on the output side is blocked by an entity.
- However, non-solid blocks like flowers can be placed.
- Other conditions do not allow the block to be placed in that space, e.g. attempting to place a flower on stone.
Even though, in theory, a block can be placed, the attempt may still fail because due to the placement block being an unpolished feature: for example, placing a hanging sign never works, regardless of the number of blocks available to support it.
Place blocks cannot spawn mobs from spawn eggs, place Minecraft:minecarts on rails, or perform other similar tasks that usually involve the player right-clicking.
Sounds
Template:Info needed section Template:Sound table/Block/Stone/JE
Data values
ID
Block states
Issues
See also
- Pickaxe block
Template:Navbox redstone Template:Navbox blocks Template:Navbox jokes
fr:Bloc de placement ja:Place Block pt:Edição Java 23w13a or b/Place Block zh:放置方块