Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Wooden Button: Difference between revisions

From SAS Gaming Wiki
imported>KorayTehGOAT
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 40: Line 40:
| tool = Axe
| tool = Axe
| renewable = Yes
| renewable = Yes
| waterloggable = {{jebe|No|Yes}}
| waterloggable = {{MC/JEBE|No|Yes}}
| stackable = Yes (64)
| stackable = Yes (64)
| flammable = No
| flammable = No
| lavasusceptible = {{jebe|No|Yes}}
| lavasusceptible = {{MC/JEBE|No|Yes}}
}}
}}
A '''wooden button''' is a type of [[Minecraft:button]] that remains pressed for longer than a [[Minecraft:stone button]] and can additionally be pressed by [[Minecraft:arrow]]s and thrown [[Minecraft:trident]]s.
A '''wooden button''' is a type of [[Minecraft:button]] that remains pressed for longer than a stone button and can additionally be pressed by [[Minecraft:arrow]]s and thrown [[Minecraft:trident]]s.


== Obtaining ==
== Obtaining ==
Line 63: Line 63:


=== Natural generation ===
=== Natural generation ===
Jungle buttons generate naturally on house walls in desert [[Minecraft:village]]s. Oak buttons generate naturally in [[Minecraft:trial chambers]] making up the various dispensers.
Jungle buttons generate naturally on house walls in desert villages. Oak buttons generate naturally in trial chambers making up the various dispensers.


=== Crafting ===
=== Crafting ===
Line 74: Line 74:


== Usage ==
== Usage ==
{{see also|Redstone circuit}}
{{MC/See also|Redstone circuit}}


=== Placement ===
=== Placement ===
Buttons can be placed by {{control|using}} them on a surface.
Buttons can be placed by {{MC/Control|using}} them on a surface.


They can be attached to the side, bottom and top of any full opaque block.
They can be attached to the side, bottom and top of any full opaque block.


{{IN|java}}, if placed on the top or bottom of a block, the button can face any direction.
{{MC/In|java}}, if placed on the top or bottom of a block, the button can face any direction.


It can also be attached to the top of a fence {{in|be}}.
It can also be attached to the top of a fence {{MC/In|be}}.


More information about placement on transparent blocks can be found at [[Minecraft:Opacity/Placement]].
More information about placement on transparent blocks can be found at Opacity/Placement.


=== Redstone power ===
=== Redstone power ===
A button can be used as a [[Minecraft:monostable]] redstone [[Minecraft:Redstone components#Power components|power source]] (it automatically deactivates shortly after being activated).
A button can be used as a monostable redstone [[Minecraft:Redstone components#Power components|power source]] (it automatically deactivates shortly after being activated).


==== Activation ====
==== Activation ====
Buttons are usually in an inactive state, but can be temporarily activated by players {{control|using}} it. A wooden button can also be activated by a fired [[Minecraft:arrow]], a thrown wind charge, or a thrown [[Minecraft:trident]] if its collision box touched the button.
Buttons are usually in an inactive state, but can be temporarily activated by players {{MC/Control|using}} it. A wooden button can also be activated by a fired [[Minecraft:arrow]], a thrown wind charge, or a thrown [[Minecraft:trident]] if its collision box touched the button.


[[Minecraft:Mob]]s cannot activate buttons directly, but arrows fired by [[Minecraft:skeleton]]s or [[Minecraft:dispenser]]s can activate wooden buttons.
[[Minecraft:Mob]]s cannot activate buttons directly, but arrows fired by skeletons or [[Minecraft:dispenser]]s can activate wooden buttons.


==== Behavior ====
==== Behavior ====
When activated, a wooden button remains active for {{convert|1.5|seconds|redstone tick|game tick}}.
When activated, a wooden button remains active for {{MC/Convert|1.5|seconds|redstone tick|game tick}}.
A wooden button activated by a fired arrow or a thrown trident remains active until the arrow or trident despawns (after {{convert|1|minute}}) or is picked up by a player.
A wooden button activated by a fired arrow or a thrown trident remains active until the arrow or trident despawns (after {{MC/Convert|1|minute}}) or is picked up by a player.


While active, a button:
While active, a button:
* powers any adjacent [[Minecraft:redstone dust]] to [[Minecraft:Redstone circuit#Power|power level]] 15, including beneath the button
* powers any adjacent redstone dust to power level 15, including beneath the button
* powers any adjacent [[Minecraft:redstone comparator]]s or [[Minecraft:redstone repeater]]s facing away from the button to power level 15
* powers any adjacent redstone comparators or redstone repeaters facing away from the button to power level 15
* strongly powers its attachment block to power level 15
* strongly powers its attachment block to power level 15
* activates any adjacent [[Minecraft:Redstone components#Mechanism components|mechanism components]], including above or below, such as [[Minecraft:piston]]s, [[Minecraft:redstone lamp]]s, etc.
* activates any adjacent [[Minecraft:Redstone components#Mechanism components|mechanism components]], including above or below, such as [[Minecraft:piston]]s, redstone lamps, etc.


When a button changes state it provides a [[Minecraft:Redstone circuit#Redstone update|redstone update]] to all redstone components adjacent to itself (including above and below), and to all redstone components adjacent to its attachment block.
When a button changes state it provides a redstone update to all redstone components adjacent to itself (including above and below), and to all redstone components adjacent to its attachment block.


=== Fuel ===
=== Fuel ===
Line 113: Line 113:
=== Generic ===
=== Generic ===
==== Normal wood ====
==== Normal wood ====
{{Sound table/Block/Wood}}
{{MC/Sound table/Block/Wood}}


==== Cherry wood ====
==== Cherry wood ====
{{Sound table/Block/Cherry wood}}
{{MC/Sound table/Block/Cherry wood}}


==== Bamboo wood ====
==== Bamboo wood ====
{{Sound table/Block/Bamboo wood}}
{{MC/Sound table/Block/Bamboo wood}}


==== Nether wood ====
==== Nether wood ====
{{Sound table/Block/Nether wood}}
{{MC/Sound table/Block/Nether wood}}


=== Unique ===
=== Unique ===
{{JE}}:
{{MC/JE}}:
{{SoundTable
{{SoundTable
| type = java
| type = java
Line 211: Line 211:
}}
}}


{{BE}}:
{{MC/BE}}:
{{SoundTable
{{SoundTable
| type = bedrock
| type = bedrock
Line 275: Line 275:
== Data values ==
== Data values ==
=== ID ===
=== ID ===
{{JE}}:
{{MC/JE}}:
{{ID table
{{ID table
|edition=java
|edition=java
Line 355: Line 355:
|foot=1}}
|foot=1}}


{{BE}}:
{{MC/BE}}:
{{ID table2
{{ID table2
|edition=bedrock
|edition=bedrock
Line 423: Line 423:


=== Block states ===
=== Block states ===
{{see also|Block states}}
{{MC/See also|Block states}}


{{#lst:Button|block states}}
{{#lst:Button|block states}}


== Videos ==
== Videos ==
{{yt|n7BP3NDpHtA}}
{{MC/Yt|n7BP3NDpHtA}}


== History ==
== History ==
{{expand section|when the pitch of the sound of the button being pressed in was changed in Java Edition}}
{{MC/Expand section|when the pitch of the sound of the button being pressed in was changed in Java Edition}}
{{info needed section|{{bug|MC-8522}}}}<!--- all buttons are ordered with wood before stone types--->
{{info needed section|{{bug|MC-8522}}}}<!--- all buttons are ordered with wood before stone types--->


Line 441: Line 441:
=== ''Java Edition'' ===
=== ''Java Edition'' ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|java}}
|{{MC/HistoryLine|java}}
|{{HistoryLine||1.4.2|dev=12w34a|[[File:Oak Wall Button (N) JE1.png|32px]] [[File:Oak Wall Button (E) JE1.png|32px]] [[File:Oak Wall Button (S) JE1.png|32px]] [[File:Oak Wall Button (W) JE1.png|32px]]<br>[[File:Powered Oak Wall Button (N) JE1.png|32px]] [[File:Powered Oak Wall Button (E) JE1.png|32px]] [[File:Powered Oak Wall Button (S) JE1.png|32px]] [[File:Powered Oak Wall Button (W) JE1.png|32px]]<br>[[File:Oak Button (item) JE1.png|32px]] Added wooden buttons. They are currently uncraftable.}}
|{{MC/HistoryLine||1.4.2|dev=12w34a|[[File:Oak Wall Button (N) JE1.png|32px]] [[File:Oak Wall Button (E) JE1.png|32px]] [[File:Oak Wall Button (S) JE1.png|32px]] [[File:Oak Wall Button (W) JE1.png|32px]]<br>[[File:Powered Oak Wall Button (N) JE1.png|32px]] [[File:Powered Oak Wall Button (E) JE1.png|32px]] [[File:Powered Oak Wall Button (S) JE1.png|32px]] [[File:Powered Oak Wall Button (W) JE1.png|32px]]<br>[[File:Oak Button (item) JE1.png|32px]] Added wooden buttons. They are currently uncraftable.}}
|{{HistoryLine|||dev=12w34b|Added [[Minecraft:crafting]] recipe for wooden buttons.
|{{HistoryLine|||dev=12w34b|Added [[Minecraft:crafting]] recipe for wooden buttons.
{{Collapse|title=Recipe|content=
{{Collapse|title=Recipe|content=
Line 451: Line 451:
}}
}}
}}
}}
|{{HistoryLine|||dev=12w37a|The [[Minecraft:redstone]] signal duration of the button has been changed from 9 to 12 redstone ticks.}}
|{{MC/HistoryLine|||dev=12w37a|The [[Minecraft:redstone]] signal duration of the button has been changed from 9 to 12 redstone ticks.}}
|{{HistoryLine||1.8|dev=14w04a|[[File:Oak Floor Button (N) JE1.png|32px]] [[File:Oak Ceiling Button (N) JE1.png|32px]]<br>[[File:Powered Oak Floor Button (N) JE1.png|32px]] [[File:Powered Oak Ceiling Button (N) JE1.png|32px]]<br>Buttons are now able to be placed on the top and bottom of [[Minecraft:block]]s, and can currently only face north.}}
|{{MC/HistoryLine||1.8|dev=14w04a|[[File:Oak Floor Button (N) JE1.png|32px]] [[File:Oak Ceiling Button (N) JE1.png|32px]]<br>[[File:Powered Oak Floor Button (N) JE1.png|32px]] [[File:Powered Oak Ceiling Button (N) JE1.png|32px]]<br>Buttons are now able to be placed on the top and bottom of [[Minecraft:block]]s, and can currently only face north.}}
|{{HistoryLine|||dev=14w10a|[[File:Oak Floor Button (N) JE2.png|32px]]<br>[[File:Oak Wall Button (N) JE2.png|32px]] [[File:Oak Wall Button (E) JE2.png|32px]] [[File:Oak Wall Button (S) JE2.png|32px]] [[File:Oak Wall Button (W) JE2.png|32px]]<br>[[File:Oak Ceiling Button (N) JE2.png|32px]]<br>[[File:Powered Oak Floor Button (N) JE2.png|32px]]<br>[[File:Powered Oak Wall Button (N) JE2.png|32px]] [[File:Powered Oak Wall Button (E) JE2.png|32px]] [[File:Powered Oak Wall Button (S) JE2.png|32px]] [[File:Powered Oak Wall Button (W) JE2.png|32px]]<br>[[File:Powered Oak Ceiling Button (N) JE2.png|32px]]<br>[[File:Oak Button (item) JE2.png|32px]] The models of buttons have been changed.}}
|{{MC/HistoryLine|||dev=14w10a|[[File:Oak Floor Button (N) JE2.png|32px]]<br>[[File:Oak Wall Button (N) JE2.png|32px]] [[File:Oak Wall Button (E) JE2.png|32px]] [[File:Oak Wall Button (S) JE2.png|32px]] [[File:Oak Wall Button (W) JE2.png|32px]]<br>[[File:Oak Ceiling Button (N) JE2.png|32px]]<br>[[File:Powered Oak Floor Button (N) JE2.png|32px]]<br>[[File:Powered Oak Wall Button (N) JE2.png|32px]] [[File:Powered Oak Wall Button (E) JE2.png|32px]] [[File:Powered Oak Wall Button (S) JE2.png|32px]] [[File:Powered Oak Wall Button (W) JE2.png|32px]]<br>[[File:Powered Oak Ceiling Button (N) JE2.png|32px]]<br>[[File:Oak Button (item) JE2.png|32px]] The models of buttons have been changed.}}
|{{HistoryLine||1.9|dev=15w43a|Wooden buttons have now been given a different [[Minecraft:sound]] from [[Minecraft:stone button]]s.}}
|{{MC/HistoryLine||1.9|dev=15w43a|Wooden buttons have now been given a different sound from stone buttons.}}
|{{HistoryLine|||dev=15w46a|[[Minecraft:Mob]]s no longer spawn on wooden buttons.}}
|{{MC/HistoryLine|||dev=15w46a|[[Minecraft:Mob]]s no longer spawn on wooden buttons.}}
|{{HistoryLine|||dev=16w02a|Wooden buttons are now broken more easily with [[Minecraft:axe]]s.}}
|{{MC/HistoryLine|||dev=16w02a|Wooden buttons are now broken more easily with [[Minecraft:axe]]s.}}
|{{HistoryLine||1.11|dev=16w33a|Wooden buttons can now be used as fuel in [[Minecraft:furnace]]s.}}
|{{MC/HistoryLine||1.11|dev=16w33a|Wooden buttons can now be used as fuel in [[Minecraft:furnace]]s.}}
|{{HistoryLine||1.13|dev=17w47a|[[File:Spruce Button JE1 BE1.png|32px]] [[File:Birch Button JE1 BE1.png|32px]] [[File:Jungle Button JE1 BE1.png|32px]] [[File:Acacia Button JE1 BE1.png|32px]] [[File:Dark Oak Button JE1 BE1.png|32px]] Buttons now come in all six types of wood.
|{{MC/HistoryLine||1.13|dev=17w47a|[[File:Spruce Button JE1 BE1.png|32px]] [[File:Birch Button JE1 BE1.png|32px]] [[File:Jungle Button JE1 BE1.png|32px]] [[File:Acacia Button JE1 BE1.png|32px]] [[File:Dark Oak Button JE1 BE1.png|32px]] Buttons now come in all six types of wood.
|The names of wooden buttons have been changed to <''wood type''> button.
|The names of wooden buttons have been changed to <''wood type''> button.
|Buttons can no longer be placed on top of [[Minecraft:piston]]s.
|Buttons can no longer be placed on top of [[Minecraft:piston]]s.
|Buttons can now be placed in all 4 rotations on the top and bottom of a [[Minecraft:block]].}}
|Buttons can now be placed in all 4 rotations on the top and bottom of a [[Minecraft:block]].}}
|{{HistoryLine||1.14|dev=18w43a|[[File:Oak Button (S) JE3.png|32px]] [[File:Spruce Button JE2.png|32px]] [[File:Birch Button JE2.png|32px]] [[File:Jungle Button JE2.png|32px]] [[File:Acacia Button JE2.png|32px]] [[File:Dark Oak Button JE2.png|32px]] The textures of buttons have been changed.}}
|{{MC/HistoryLine||1.14|dev=18w43a|[[File:Oak Button (S) JE3.png|32px]] [[File:Spruce Button JE2.png|32px]] [[File:Birch Button JE2.png|32px]] [[File:Jungle Button JE2.png|32px]] [[File:Acacia Button JE2.png|32px]] [[File:Dark Oak Button JE2.png|32px]] The textures of buttons have been changed.}}
|{{HistoryLine|||dev=18w47a|[[File:Oak Button (S) JE4.png|32px]] [[File:Spruce Button JE3.png|32px]] [[File:Birch Button JE3 BE2.png|32px]] [[File:Jungle Button JE3 BE2.png|32px]] [[File:Acacia Button JE3 BE2.png|32px]] [[File:Dark Oak Button JE3 BE2.png|32px]] The textures of wooden buttons have been changed again.}}
|{{MC/HistoryLine|||dev=18w47a|[[File:Oak Button (S) JE4.png|32px]] [[File:Spruce Button JE3.png|32px]] [[File:Birch Button JE3 BE2.png|32px]] [[File:Jungle Button JE3 BE2.png|32px]] [[File:Acacia Button JE3 BE2.png|32px]] [[File:Dark Oak Button JE3 BE2.png|32px]] The textures of wooden buttons have been changed again.}}
|{{HistoryLine|||dev=18w50a|[[File:Spruce Button JE4 BE2.png|32px]] The texture of spruce buttons has been changed, once again.}}
|{{MC/HistoryLine|||dev=18w50a|[[File:Spruce Button JE4 BE2.png|32px]] The texture of spruce buttons has been changed, once again.}}
|{{HistoryLine|||dev=?|Jungle buttons now generate in desert [[Minecraft:village]]s.}}
|{{MC/HistoryLine|||dev=?|Jungle buttons now generate in desert villages.}}
|{{HistoryLine||1.16|dev=20w06a|[[File:Crimson Button JE1 BE1.png|32px]] [[File:Warped Button JE1 BE1.png|32px]] Added crimson and warped buttons.}}
|{{MC/HistoryLine||1.16|dev=20w06a|[[File:Crimson Button JE1 BE1.png|32px]] [[File:Warped Button JE1 BE1.png|32px]] Added crimson and warped buttons.}}
|{{HistoryLine||1.19|dev=22w11a|[[File:Mangrove Button JE1 BE1.png|32px]] Added mangrove buttons.}}
|{{MC/HistoryLine||1.19|dev=22w11a|[[File:Mangrove Button JE1 BE1.png|32px]] Added mangrove buttons.}}
|{{HistoryLine|||dev=22w14a|Due to the addition of the [[Minecraft:mangrove tree]] and [[Minecraft:mangrove swamp]], make mangrove button obtainable and renewable.}}
|{{MC/HistoryLine|||dev=22w14a|Due to the addition of the mangrove tree and mangrove swamp, make mangrove button obtainable and renewable.}}
|{{HistoryLine||1.19.3|exp=Update 1.20|dev=22w42a|[[File:Bamboo Button JE1 BE1.png|32px]] Added bamboo buttons behind the "[[Minecraft:Java Edition 1.20|Update 1.20]]" [[Minecraft:experimental]] [[Minecraft:data pack]].
|{{MC/HistoryLine||1.19.3|exp=Update 1.20|dev=22w42a|[[File:Bamboo Button JE1 BE1.png|32px]] Added bamboo buttons behind the "Update 1.20" experimental data pack.
|Added unique sounds for Nether and bamboo wood buttons.}}
|Added unique sounds for Nether and bamboo wood buttons.}}
|{{HistoryLine|||dev=22w46a|[[File:Bamboo Button JE2 BE2.png|32px]] The texture of the bamboo button has been changed, due to the texture change on [[Minecraft:bamboo planks]].}}
|{{MC/HistoryLine|||dev=22w46a|[[File:Bamboo Button JE2 BE2.png|32px]] The texture of the bamboo button has been changed, due to the texture change on bamboo planks.}}
|{{HistoryLine||1.19.4|exp=Update 1.20|dev=23w07a|[[File:Cherry Button JE1 BE1.png|32px]] Added cherry buttons behind the "[[Minecraft:Java Edition 1.20|Update 1.20]]" [[Minecraft:experimental]] [[Minecraft:data pack]].}}
|{{MC/HistoryLine||1.19.4|exp=Update 1.20|dev=23w07a|[[File:Cherry Button JE1 BE1.png|32px]] Added cherry buttons behind the "Update 1.20" experimental data pack.}}
|{{HistoryLine||1.20|dev=23w12a|Bamboo and cherry buttons are now available without using the "Update 1.20" experimental data pack.}}
|{{MC/HistoryLine||1.20|dev=23w12a|Bamboo and cherry buttons are now available without using the "Update 1.20" experimental data pack.}}
|{{HistoryLine|||dev=23w14a|[[File:Oak Button JE5.png|32px]] [[File:Birch Button JE4.png|32px]] [[File:Spruce Button JE5.png|32px]] [[File:Jungle Button JE4.png|32px]] [[File:Acacia Button JE4.png|32px]] [[File:Dark Oak Button JE4.png|32px]] [[File:Mangrove Button JE2.png|32px]] [[File:Cherry Button JE2.png|32px]] [[File:Bamboo Button JE3.png|32px]] [[File:Crimson Button JE2.png|32px]] [[File:Warped Button JE2.png|32px]] All wooden buttons' UV texture map has been changed, the front texture of all buttons is no longer mirrored.}}
|{{MC/HistoryLine|||dev=23w14a|[[File:Oak Button JE5.png|32px]] [[File:Birch Button JE4.png|32px]] [[File:Spruce Button JE5.png|32px]] [[File:Jungle Button JE4.png|32px]] [[File:Acacia Button JE4.png|32px]] [[File:Dark Oak Button JE4.png|32px]] [[File:Mangrove Button JE2.png|32px]] [[File:Cherry Button JE2.png|32px]] [[File:Bamboo Button JE3.png|32px]] [[File:Crimson Button JE2.png|32px]] [[File:Warped Button JE2.png|32px]] All wooden buttons' UV texture map has been changed, the front texture of all buttons is no longer mirrored.}}
|{{HistoryLine||1.20.3|exp=Update 1.21|dev=23w45a|Oak buttons now generate in [[Minecraft:trial chambers]].}}
|{{MC/HistoryLine||1.20.3|exp=Update 1.21|dev=23w45a|Oak buttons now generate in trial chambers.}}
|{{HistoryLine||1.21.2|exp=Winter Drop|dev=24w40a|[[File:Pale Oak Button JE1 BE1.png|32px]] Added pale oak buttons.}}
|{{MC/HistoryLine||1.21.2|exp=Winter Drop|dev=24w40a|[[File:Pale Oak Button JE1 BE1.png|32px]] Added pale oak buttons.}}
}}
}}


=== ''Bedrock Edition'' ===
=== ''Bedrock Edition'' ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|pocket alpha}}
|{{MC/HistoryLine|pocket alpha}}
|{{HistoryLine||v0.13.0|dev=build 1|[[File:Oak Button (item) JE1.png|32px]] Added buttons.}}
|{{MC/HistoryLine||v0.13.0|dev=build 1|[[File:Oak Button (item) JE1.png|32px]] Added buttons.}}
|{{HistoryLine|bedrock}}
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine||1.4.0|dev=beta 1.2.14.2|[[File:Spruce Button JE1 BE1.png|32px]] [[File:Birch Button JE1 BE1.png|32px]] [[File:Jungle Button JE1 BE1.png|32px]] [[File:Acacia Button JE1 BE1.png|32px]] [[File:Dark Oak Button JE1 BE1.png|32px]] Buttons now come in all six types of wood.}}
|{{MC/HistoryLine||1.4.0|dev=beta 1.2.14.2|[[File:Spruce Button JE1 BE1.png|32px]] [[File:Birch Button JE1 BE1.png|32px]] [[File:Jungle Button JE1 BE1.png|32px]] [[File:Acacia Button JE1 BE1.png|32px]] [[File:Dark Oak Button JE1 BE1.png|32px]] Buttons now come in all six types of wood.}}
|{{HistoryLine||1.10.0|dev=beta 1.10.0.3|Jungle buttons now generate in the new [[Minecraft:Village#Desert|desert village]]s.
|{{MC/HistoryLine||1.10.0|dev=beta 1.10.0.3|Jungle buttons now generate in the new desert villages.
|[[File:Oak Button (S) JE4.png|32px]] [[File:Spruce Button JE4 BE2.png|32px]] [[File:Birch Button JE3 BE2.png|32px]] [[File:Jungle Button JE3 BE2.png|32px]] [[File:Acacia Button JE3 BE2.png|32px]] [[File:Dark Oak Button JE3 BE2.png|32px]] The textures of buttons have been changed.}}
|[[File:Oak Button (S) JE4.png|32px]] [[File:Spruce Button JE4 BE2.png|32px]] [[File:Birch Button JE3 BE2.png|32px]] [[File:Jungle Button JE3 BE2.png|32px]] [[File:Acacia Button JE3 BE2.png|32px]] [[File:Dark Oak Button JE3 BE2.png|32px]] The textures of buttons have been changed.}}
|{{HistoryLine||1.16.0|dev=beta 1.16.0.51|[[File:Crimson Button JE1 BE1.png|32px]] [[File:Warped Button JE1 BE1.png|32px]] Added crimson and warped buttons.}}
|{{MC/HistoryLine||1.16.0|dev=beta 1.16.0.51|[[File:Crimson Button JE1 BE1.png|32px]] [[File:Warped Button JE1 BE1.png|32px]] Added crimson and warped buttons.}}
|{{HistoryLine||1.16.20|dev=beta 1.16.20.50|Crimson and warped buttons now use regular plank [[Minecraft:sound]]s instead of their stem variant sounds.}}
|{{MC/HistoryLine||1.16.20|dev=beta 1.16.20.50|Crimson and warped buttons now use regular plank sounds instead of their stem variant sounds.}}
|{{HistoryLine||1.19.0|dev=beta 1.19.0.20|[[File:Mangrove Button JE1 BE1.png|32px]] Added mangrove buttons.}}
|{{MC/HistoryLine||1.19.0|dev=beta 1.19.0.20|[[File:Mangrove Button JE1 BE1.png|32px]] Added mangrove buttons.}}
|{{HistoryLine||1.19.50|exp=Next Major Update|dev=Preview 1.19.50.21|[[File:Bamboo Button JE1 BE1.png|32px]] Added bamboo buttons behind the "[[Minecraft:Bedrock Edition 1.20.0|Next Major Update]]" [[Minecraft:experimental]] toggle.|Added unique sounds for Nether and bamboo wood buttons.|Added unique button click [[Minecraft:sound]] for wooden buttons to match {{JE}}.}}
|{{HistoryLine||1.19.50|exp=Next Major Update|dev=Preview 1.19.50.21|[[File:Bamboo Button JE1 BE1.png|32px]] Added bamboo buttons behind the "[[Minecraft:Bedrock Edition 1.20.0|Next Major Update]]" experimental toggle.|Added unique sounds for Nether and bamboo wood buttons.|Added unique button click sound for wooden buttons to match {{MC/JE}}.}}
|{{HistoryLine||1.19.60|exp=Next Major Update|dev=Preview 1.19.60.20|[[File:Bamboo Button JE2 BE2.png|32px]] The texture of the bamboo button has been changed, due to the texture change on [[Minecraft:bamboo planks]].}}
|{{MC/HistoryLine||1.19.60|exp=Next Major Update|dev=Preview 1.19.60.20|[[File:Bamboo Button JE2 BE2.png|32px]] The texture of the bamboo button has been changed, due to the texture change on bamboo planks.}}
|{{HistoryLine||1.19.80|exp=Next Major Update|dev=Preview 1.19.80.20|[[File:Cherry Button JE1 BE1.png|32px]] Added cherry buttons behind the "[[Minecraft:Bedrock Edition 1.20.0|Next Major Update]]" [[Minecraft:experimental]] toggle.}}
|{{MC/HistoryLine||1.19.80|exp=Next Major Update|dev=Preview 1.19.80.20|[[File:Cherry Button JE1 BE1.png|32px]] Added cherry buttons behind the "[[Minecraft:Bedrock Edition 1.20.0|Next Major Update]]" experimental toggle.}}
|{{HistoryLine||1.20.0|dev=Preview 1.20.0.21|Bamboo and cherry buttons are now available without using the "Next Major Update" experimental toggle.}}
|{{MC/HistoryLine||1.20.0|dev=Preview 1.20.0.21|Bamboo and cherry buttons are now available without using the "Next Major Update" experimental toggle.}}
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.20|[[File:Pale Oak Button JE1 BE1.png|32px]] Added pale oak buttons.}}
|{{MC/HistoryLine||1.21.50|dev=Preview 1.21.50.20|[[File:Pale Oak Button JE1 BE1.png|32px]] Added pale oak buttons.}}
}}
}}


=== Legacy Console Edition ===
=== Legacy Console Edition ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|console}}
|{{MC/HistoryLine|console}}
|{{HistoryLine||xbox=TU9|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Oak Button (item) JE1.png|32px]] Added wooden buttons.}}
|{{MC/HistoryLine||xbox=TU9|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Oak Button (item) JE1.png|32px]] Added wooden buttons.}}
|{{HistoryLine||xbox=TU14|ps3=1.04|psvita=1.00|ps4=1.00|Wooden buttons can now be triggered by [[Minecraft:arrow]]s.}}
|{{MC/HistoryLine||xbox=TU14|ps3=1.04|psvita=1.00|ps4=1.00|Wooden buttons can now be triggered by [[Minecraft:arrow]]s.}}
|{{HistoryLine||xbox=TU31|xbone=CU19|ps3=1.22|psvita=1.22|ps4=1.22|wiiu=Patch 3|Buttons are now able to be placed on the top and bottom of [[Minecraft:block]]s.}}
|{{MC/HistoryLine||xbox=TU31|xbone=CU19|ps3=1.22|psvita=1.22|ps4=1.22|wiiu=Patch 3|Buttons are now able to be placed on the top and bottom of [[Minecraft:block]]s.}}
|{{HistoryLine||xbox=TU53|xbone=CU43|ps3=1.49|psvita=1.49|ps4=1.50|wiiu=Patch 23|switch=1.0.3|Wooden buttons can now be used as fuel in [[Minecraft:furnace]]s.}}
|{{MC/HistoryLine||xbox=TU53|xbone=CU43|ps3=1.49|psvita=1.49|ps4=1.50|wiiu=Patch 23|switch=1.0.3|Wooden buttons can now be used as fuel in [[Minecraft:furnace]]s.}}
|{{HistoryLine||xbox=TU69|xbone=none|ps3=1.76|psvita=1.76|ps4=1.76|wiiu=Patch 38|switch=none|[[File:Spruce Button JE1 BE1.png|32px]] [[File:Birch Button JE1 BE1.png|32px]] [[File:Jungle Button JE1 BE1.png|32px]] [[File:Acacia Button JE1 BE1.png|32px]] [[File:Dark Oak Button JE1 BE1.png|32px]] Buttons now come in all six types of wood.}}
|{{MC/HistoryLine||xbox=TU69|xbone=none|ps3=1.76|psvita=1.76|ps4=1.76|wiiu=Patch 38|switch=none|[[File:Spruce Button JE1 BE1.png|32px]] [[File:Birch Button JE1 BE1.png|32px]] [[File:Jungle Button JE1 BE1.png|32px]] [[File:Acacia Button JE1 BE1.png|32px]] [[File:Dark Oak Button JE1 BE1.png|32px]] Buttons now come in all six types of wood.}}
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|[[File:Oak Button (S) JE4.png|32px]] [[File:Spruce Button.png|32px]] [[File:Birch Button.png|32px]] [[File:Jungle Button.png|32px]] [[File:Acacia Button.png|32px]] [[File:Dark Oak Button.png|32px]] The textures of buttons have been changed.}}
|{{MC/HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|[[File:Oak Button (S) JE4.png|32px]] [[File:Spruce Button.png|32px]] [[File:Birch Button.png|32px]] [[File:Jungle Button.png|32px]] [[File:Acacia Button.png|32px]] [[File:Dark Oak Button.png|32px]] The textures of buttons have been changed.}}
}}
}}


=== ''New Nintendo 3DS Edition'' ===
=== ''New Nintendo 3DS Edition'' ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|new 3ds}}
|{{MC/HistoryLine|new 3ds}}
|{{HistoryLine||0.1.0|[[File:Oak Button (item) JE1.png|32px]] Added buttons.}}
|{{MC/HistoryLine||0.1.0|[[File:Oak Button (item) JE1.png|32px]] Added buttons.}}
}}
}}


=== Data history ===
=== Data history ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|java}}
|{{MC/HistoryLine|java}}
|{{HistoryLine||1.13|dev=17w47a|The wooden button ID has been changed from <code>wooden_button</code> to <code>oak_button</code>.
|{{MC/HistoryLine||1.13|dev=17w47a|The wooden button ID has been changed from <code>wooden_button</code> to <code>oak_button</code>.
|Prior to [[Minecraft:1.13/Flattening|''The Flattening'']], this block's numeral ID was 143.}}
|Prior to ''The Flattening'', this block's numeral ID was 143.}}
}}
}}


== Issues ==
== Issues ==
{{Issue list|Wooden Button|Oak Button|Spruce Button|Birch Button|Jungle Button|Acacia Button|Dark Oak Button|Mangrove Button|Cherry Button|Pale Oak Button|Bamboo Button|Crimson Button|Warped Button}}
{{MC/Issue list|Wooden Button|Oak Button|Spruce Button|Birch Button|Jungle Button|Acacia Button|Dark Oak Button|Mangrove Button|Cherry Button|Pale Oak Button|Bamboo Button|Crimson Button|Warped Button}}


== Gallery ==
== Gallery ==
Line 530: Line 530:


== Navigation ==
== Navigation ==
{{Navbox wood}}
{{MC/Navbox wood}}
{{Navbox redstone|components}}
{{MC/Navbox redstone|components}}
{{Navbox blocks|Utility}}
{{MC/Navbox blocks|Utility}}


[[Category:Mechanisms]]
[[Category:Mechanisms]]
Line 539: Line 539:
[[Category:Non-solid blocks]]
[[Category:Non-solid blocks]]


[[Minecraft:es:Botón de madera]]
es:Botón de madera
[[Minecraft:fr:Bouton en bois]]
fr:Bouton en bois
[[Minecraft:ja:板材のボタン]]
ja:板材のボタン
[[Minecraft:ko:나무 버튼]]
ko:나무 버튼
[[Minecraft:pt:Botão de madeira]]
pt:Botão de madeira
[[Minecraft:uk:Дерев'яна кнопка]]
uk:Дерев'яна кнопка
[[Minecraft:zh:木按钮]]
zh:木按钮

Latest revision as of 21:07, 9 April 2026

Template:Infobox block A wooden button is a type of Minecraft:button that remains pressed for longer than a stone button and can additionally be pressed by Minecraft:arrows and thrown Minecraft:tridents.

Obtaining

Breaking

A wooden button is most easily broken with an Minecraft:axe. It drops itself as an item when broken using any Minecraft:tool. Template:Breaking row

A button is removed and drops as an item if:

Natural generation

Jungle buttons generate naturally on house walls in desert villages. Oak buttons generate naturally in trial chambers making up the various dispensers.

Crafting

Buttons can be crafted from Minecraft:planks for a matching wood-type button. Template:Crafting

Usage

{{#vardefine:params|0 }}Template:Hatnote

Placement

Buttons can be placed by {{#vardefine: control | right click on mouse or left trigger on gamepad }}using them on a surface.

They can be attached to the side, bottom and top of any full opaque block.

in Template:Editions, if placed on the top or bottom of a block, the button can face any direction.

It can also be attached to the top of a fence in Template:Editions.

More information about placement on transparent blocks can be found at Opacity/Placement.

Redstone power

A button can be used as a monostable redstone power source (it automatically deactivates shortly after being activated).

Activation

Buttons are usually in an inactive state, but can be temporarily activated by players {{#vardefine: control | right click on mouse or left trigger on gamepad }}using it. A wooden button can also be activated by a fired Minecraft:arrow, a thrown wind charge, or a thrown Minecraft:trident if its collision box touched the button.

Minecraft:Mobs cannot activate buttons directly, but arrows fired by skeletons or Minecraft:dispensers can activate wooden buttons.

Behavior

When activated, a wooden button remains active for Script error: No such module "convert".. A wooden button activated by a fired arrow or a thrown trident remains active until the arrow or trident despawns (after Script error: No such module "convert".) or is picked up by a player.

While active, a button:

  • powers any adjacent redstone dust to power level 15, including beneath the button
  • powers any adjacent redstone comparators or redstone repeaters facing away from the button to power level 15
  • strongly powers its attachment block to power level 15
  • activates any adjacent mechanism components, including above or below, such as Minecraft:pistons, redstone lamps, etc.

When a button changes state it provides a redstone update to all redstone components adjacent to itself (including above and below), and to all redstone components adjacent to its attachment block.

Fuel

Overworld wooden buttons can be used as a fuel source in Minecraft:furnaces, smelting 0.5 items per button. Nether wood buttons (crimson and warped), cannot be used as fuel in a furnace.

Sounds

Generic

Normal wood

Template:Edition: Template:Sound table/Block/Wood/JE

Template:Edition: Template:Sound table/Block/Wood/BE

Cherry wood

Template:Edition: Template:Sound table/Block/Cherry wood/JE

Template:Edition: Template:Sound table/Block/Cherry wood/BE

Bamboo wood

Template:Edition: Template:Sound table/Block/Bamboo wood/JE

Template:Edition: Template:Sound table/Block/Bamboo wood/BE

Nether wood

Template:Edition: Template:Sound table/Block/Nether wood/JE

Template:Edition: Template:Sound table/Block/Nether wood/BE

Unique

Java Edition: Template:SoundTable

Bedrock Edition: Template:SoundTable

Data values

ID

Java Edition: Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table

Bedrock Edition: Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2

Block states

{{#vardefine:params|0 }}Template:Hatnote

{{#lst:Button|block states}}

Videos

  1. REDIRECT Template:YouTube

Template:Redr

History

Template:Message boxTemplate:Article other Template:Info needed section

Reveal

Template:HistoryTable

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Legacy Console Edition

Template:HistoryTable

New Nintendo 3DS Edition

Template:HistoryTable

Data history

Template:HistoryTable

Issues

Script error: No such module "Issue list".

Gallery

Navigation

Features
Sources
Building blocks
Functional blocks
Tools
Weapons
Vehicles
Mobs
Wood types
Power emission
Signal transmission
Item and entity transportation
Comparator-readable
Observer-related
Pistons/related
Sculk sensor-related
Mechanisms/misc.
Creative or commands only

Template:Article other

Wood/Hypha
Stone-based
Template:EnvLink
Upcoming
Template:EnvLink
Template:EnvLink
Ore/Mineral
Decorative
Partial Blocks
Dyeable/Dyed
Lighting
Template:Els only
Sediment/Soil
Misc. rock
Ore/Mineral
Plant
Flower
Fungus & Related
Fauna & Related
Aquatic
Sculk
Fluid & Related
Non-physical
Interactable
Utilizable
Redstone/
Mechanical
Template:Els only
April Fools 2013
April Fools 2016
April Fools 2020
April Fools 2022
April Fools 2023
April Fools 2024
April Fools 2025
April Fools 2026

Template:Article otherTemplate:Article other

es:Botón de madera fr:Bouton en bois ja:板材のボタン ko:나무 버튼 pt:Botão de madeira uk:Дерев'яна кнопка zh:木按钮