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

Minecraft:Lectern: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Remove broken links to missing pages
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
Line 7: Line 7:
| tool = Axe
| tool = Axe
| renewable = Yes
| renewable = Yes
| waterloggable = {{jebe|No|Yes}}
| waterloggable = {{MC/JEBE|No|Yes}}
| stackable = Yes (64)
| stackable = Yes (64)
| flammable = Yes (30)
| flammable = Yes (30)
Line 18: Line 18:
Lecterns can be broken with any [[Minecraft:tool]], but an [[Minecraft:axe]] is the fastest. Lecterns drop themselves and the book they are holding.
Lecterns can be broken with any [[Minecraft:tool]], but an [[Minecraft:axe]] is the fastest. Lecterns drop themselves and the book they are holding.


{{breaking row|horizontal=1|Lectern|axe}}
{{MC/Breaking row|horizontal=1|Lectern|axe}}


=== Natural generation ===
=== Natural generation ===
Line 49: Line 49:


=== Profession ===
=== Profession ===
{{main|Job site block}}
{{MC/Main|Job site block}}
If a lectern has not been claimed by a [[Minecraft:villager]], any nearby unemployed villager (excluding nitwits) has a chance to change its profession to librarian and claim the lectern as its job site block.
If a lectern has not been claimed by a [[Minecraft:villager]], any nearby unemployed villager (excluding nitwits) has a chance to change its profession to librarian and claim the lectern as its job site block.


=== Redstone signal ===
=== Redstone signal ===
Lecterns holding a book emit a full-strength [[Minecraft:redstone]] pulse that is 2 game ticks long when a page is turned. A redstone comparator also records [[Minecraft:book]] reading and sends a signal, depending on what page the player is currently on. Since {{el|be}} displays two pages of the book at once, the same signal strength increments require double the number of pages.
Lecterns holding a book emit a full-strength [[Minecraft:redstone]] pulse that is 2 game ticks long when a page is turned. A redstone comparator also records [[Minecraft:book]] reading and sends a signal, depending on what page the player is currently on. Since {{MC/El|be}} displays two pages of the book at once, the same signal strength increments require double the number of pages.


==== ''Java Edition'' ====
==== ''Java Edition'' ====


{| class="wikitable floatright" style="margin-left: 0.5em; margin-right: 0; text-align: center;"
{| class="wikitable floatright" style="margin-left: 0.5em; margin-right: 0; text-align: center;"
|+ Lectern signal strength by currently open page (''P'') & total book pages (''M'') ({{IN|Java}})
|+ Lectern signal strength by currently open page (''P'') & total book pages (''M'') ({{MC/In|Java}})
|-
|-
!{{diagonal split header|M|P}}!!1!!2!!3!!4!!5!!6!!7!!8!!9!!10!!11!!12!!13!!14!!15
!{{MC/Diagonal split header|M|P}}!!1!!2!!3!!4!!5!!6!!7!!8!!9!!10!!11!!12!!13!!14!!15
|-
|-
!15
!15
Line 159: Line 159:
== Sounds ==
== Sounds ==
=== Generic ===
=== Generic ===
{{Sound table/Block/Wood}}
{{MC/Sound table/Block/Wood}}


=== Unique ===
=== Unique ===
{{edition|java}}
{{MC/Edition|java}}
{{SoundTable
{{SoundTable
| type = java
| type = java
Line 203: Line 203:
}}
}}


{{edition|bedrock}}:
{{MC/Edition|bedrock}}:
{{SoundTable
{{SoundTable
| type = bedrock
| type = bedrock
Line 235: Line 235:
== Data values ==
== Data values ==
=== ID ===
=== ID ===
{{edition|java}}:
{{MC/Edition|java}}:
{{ID table
{{ID table
|edition=java
|edition=java
Line 251: Line 251:
|foot=1}}
|foot=1}}


{{edition|bedrock}}:
{{MC/Edition|bedrock}}:
{{ID table2
{{ID table2
|edition=bedrock
|edition=bedrock
Line 271: Line 271:


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


{{el|je}}:
{{MC/El|je}}:
{{bst|facing|north|east,north,south,west|The direction the lectern is facing.<br>The opposite from the direction the player faces while placing the lectern.}}
{{bst|facing|north|east,north,south,west|The direction the lectern is facing.<br>The opposite from the direction the player faces while placing the lectern.}}
{{bst|has_book|false|false,true|If the lectern currently has a book.}}
{{bst|has_book|false|false,true|If the lectern currently has a book.}}
{{bst|powered|false|false,true|If the lectern is currently outputting a redstone signal.|foot=1}}
{{bst|powered|false|false,true|If the lectern is currently outputting a redstone signal.|foot=1}}


{{el|be}}:
{{MC/El|be}}:
{{bst|showaux=1|bits=|minecraft:cardinal_direction|south|east,north,south,west|The direction the lectern is facing.<br>The opposite from the direction the player faces while placing the lectern.|Unsupported}}
{{bst|showaux=1|bits=|minecraft:cardinal_direction|south|east,north,south,west|The direction the lectern is facing.<br>The opposite from the direction the player faces while placing the lectern.|Unsupported}}
{{bst|bits=0x4|powered_bit|false|false,true|If the lectern is currently outputting a redstone signal.|0,1|foot=1}}
{{bst|bits=0x4|powered_bit|false|false,true|If the lectern is currently outputting a redstone signal.|0,1|foot=1}}
Line 285: Line 285:
A lectern has a [[Minecraft:block entity]] associated with it that holds additional data about the [[Minecraft:block]].
A lectern has a [[Minecraft:block entity]] associated with it that holds additional data about the [[Minecraft:block]].


{{el|java}}:
{{MC/El|java}}:
{{see also|Block entity format}}
{{MC/See also|Block entity format}}
<section begin="block data"/><div class="treeview">
<section begin="block data"/><div class="treeview">
* {{nbt|compound}} Block entity data
* {{MC/Nbt|compound}} Block entity data
** {{nbt inherit/blockentity}}
** {{MC/Nbt inherit/blockentity}}
** {{nbt|compound|Book}}: The book item, without the slot tag, currently on the lectern, may not exist.
** {{MC/Nbt|compound|Book}}: The book item, without the slot tag, currently on the lectern, may not exist.
*** {{nbt inherit/itemnoslot}}
*** {{MC/Nbt inherit/itemnoslot}}
** {{nbt|integer|Page}}: The page the book is currently on, starting from 0, does not exist if there's no book. Value is clamped between 0 and the last page - 1.
** {{MC/Nbt|integer|Page}}: The page the book is currently on, starting from 0, does not exist if there's no book. Value is clamped between 0 and the last page - 1.
</div><section end="block data"/>
</div><section end="block data"/>


{{el|bedrock}}:
{{MC/El|bedrock}}:
: See [[Minecraft:Bedrock Edition level format/Block entity format]].
: See [[Minecraft:Bedrock Edition level format/Block entity format]].


Line 301: Line 301:
=== Development and announcement ===
=== Development and announcement ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine||August 18, 2012|link=https://www.reddit.com/r/Minecraft/comments/yf5im/suggestion_storable_books/c5v03bq/?context=1|[[File:Lectern (pre-release).png|32px]] [[File:Lectern Book (pre-release).png|32px]] The lectern was an old project of Dinnerbone's. It was meant to be a stand for written books, so they could be easily read. He was well on his way to creating it when he encountered problems and scrapped the idea, but mentioned that he might pick up work on the lectern in the near future.}}
|{{MC/HistoryLine||August 18, 2012|link=https://www.reddit.com/r/Minecraft/comments/yf5im/suggestion_storable_books/c5v03bq/?context=1|[[File:Lectern (pre-release).png|32px]] [[File:Lectern Book (pre-release).png|32px]] The lectern was an old project of Dinnerbone's. It was meant to be a stand for written books, so they could be easily read. He was well on his way to creating it when he encountered problems and scrapped the idea, but mentioned that he might pick up work on the lectern in the near future.}}
|{{HistoryLine||December 18, 2013|link=https://www.reddit.com/r/Minecraft/comments/1t6qn7/i_am_dinnerbone_a_minecraft_developer_ask_me/ce4z2v5/?context=3|Dinnerbone states in his Reddit AMA that he has revisited lecterns, but scrapped them again as "something about them just didn't feel right".}}
|{{MC/HistoryLine||December 18, 2013|link=https://www.reddit.com/r/Minecraft/comments/1t6qn7/i_am_dinnerbone_a_minecraft_developer_ask_me/ce4z2v5/?context=3|Dinnerbone states in his Reddit AMA that he has revisited lecterns, but scrapped them again as "something about them just didn't feel right".}}
|{{HistoryLine||October 18, 2018|link=https://twitter.com/Dinnerbone/status/1052917362482122752|[[File:Lectern (pre-release 2).png|32px]] Dinnerbone reveals that the lectern is once again in development.}}
|{{MC/HistoryLine||October 18, 2018|link=https://twitter.com/Dinnerbone/status/1052917362482122752|[[File:Lectern (pre-release 2).png|32px]] Dinnerbone reveals that the lectern is once again in development.}}
}}
}}


=== ''Java Edition'' ===
=== ''Java Edition'' ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|java}}
|{{MC/HistoryLine|java}}
|{{HistoryLine||1.14|dev=18w44a|[[File:Lectern JE1.png|32px]] Added lecterns.
|{{HistoryLine||1.14|dev=18w44a|[[File:Lectern JE1.png|32px]] Added lecterns.
|Lecterns are currently obtainable only from the [[Minecraft:Creative inventory]] and have no functionality.
|Lecterns are currently obtainable only from the [[Minecraft:Creative inventory]] and have no functionality.
|Lecterns currently have a {{code|BookItem}} field, which holds the [[Minecraft:book]] item to be displayed. However, this field cannot be set and is not written to the [[Minecraft:block entity]].
|Lecterns currently have a {{MC/Code|BookItem}} field, which holds the [[Minecraft:book]] item to be displayed. However, this field cannot be set and is not written to the [[Minecraft:block entity]].
|There is a file <samp>lectern.png</samp> which has each texture of the lectern on a large sheet. However, this is unused, as separate files are also present.}}
|There is a file <samp>lectern.png</samp> which has each texture of the lectern on a large sheet. However, this is unused, as separate files are also present.}}
|{{HistoryLine|||dev=18w45a|The [[Minecraft:inventory]] icon of lecterns has been slightly changed from {{InvSprite|Lectern Revision 1}} to {{InvSprite|Lectern}}.
|{{HistoryLine|||dev=18w45a|The [[Minecraft:inventory]] icon of lecterns has been slightly changed from {{MC/InvSprite|Lectern Revision 1}} to {{MC/InvSprite|Lectern}}.
|Removed the unused <samp>lectern.png</samp> file.
|Removed the unused <samp>lectern.png</samp> file.
|[[File:Lectern JE2 BE1.png|32px]] The texture of lecterns has now been changed.
|[[File:Lectern JE2 BE1.png|32px]] The texture of lecterns has now been changed.
|The bottom texture of lecterns has been changed from [[File:Lectern JE1 (facing NWU).png|32px]] to [[File:Lectern JE2 (facing NWU).png|32px]].}}
|The bottom texture of lecterns has been changed from [[File:Lectern JE1 (facing NWU).png|32px]] to [[File:Lectern JE2 (facing NWU).png|32px]].}}
|{{HistoryLine|dev=18w47a|||[[File:Lectern JE3 BE1 (facing NWU).png|32px]] The bottom texture of lecterns has been changed, once again.}}
|{{MC/HistoryLine|dev=18w47a|||[[File:Lectern JE3 BE1 (facing NWU).png|32px]] The bottom texture of lecterns has been changed, once again.}}
|{{HistoryLine|||dev=18w48a|Lecterns now generate in the updated plains villages.}}
|{{MC/HistoryLine|||dev=18w48a|Lecterns now generate in the updated plains villages.}}
|{{HistoryLine|||dev=18w49a|Lecterns now generate in the updated savanna villages and the new snowy tundra villages.}}
|{{MC/HistoryLine|||dev=18w49a|Lecterns now generate in the updated savanna villages and the new snowy tundra villages.}}
|{{HistoryLine|||dev=18w50a|Lecterns now generate in the updated desert and taiga villages.}}
|{{MC/HistoryLine|||dev=18w50a|Lecterns now generate in the updated desert and taiga villages.}}
|{{HistoryLine|dev=19w02a|||Lecterns now have a [[Minecraft:crafting]] recipe.
|{{MC/HistoryLine|dev=19w02a|||Lecterns now have a [[Minecraft:crafting]] recipe.
|[[File:Lectern Book JE1 BE1.png|32px]] Lecterns can now be used to hold [[Minecraft:book]]s.
|[[File:Lectern Book JE1 BE1.png|32px]] Lecterns can now be used to hold [[Minecraft:book]]s.
|Lecterns now emit a [[Minecraft:redstone]] pulse when a page is changed.
|Lecterns now emit a [[Minecraft:redstone]] pulse when a page is changed.
|Lecterns now use the correct cullface argument for its bottom face.}}
|Lecterns now use the correct cullface argument for its bottom face.}}
|{{HistoryLine|||dev=?|Lecterns now use some corrected side cullface arguments for the front and back of their base plate.}}
|{{MC/HistoryLine|||dev=?|Lecterns now use some corrected side cullface arguments for the front and back of their base plate.}}
|{{HistoryLine|||dev=19w03a|Certain [[Minecraft:block]]s can no longer be supported by the top of a lectern.<ref>{{bug|MC-141991}}</ref>}}
|{{HistoryLine|||dev=19w03a|Certain [[Minecraft:block]]s can no longer be supported by the top of a lectern.<ref>{{bug|MC-141991}}</ref>}}
|{{HistoryLine|||dev=19w03c|Lecterns now use correct cullface arguments on the left and right hand side of their base plate.}}
|{{MC/HistoryLine|||dev=19w03c|Lecterns now use correct cullface arguments on the left and right hand side of their base plate.}}
|{{HistoryLine|||dev=19w11a|Lecterns now serve as librarian [[Minecraft:villager]]s' job site block.}}
|{{MC/HistoryLine|||dev=19w11a|Lecterns now serve as librarian [[Minecraft:villager]]s' job site block.}}
|{{HistoryLine||1.17|dev=21w08a|Lectern position within the Redstone tab has been moved out of the "essential" group in the [[Minecraft:Creative inventory]].}}
|{{MC/HistoryLine||1.17|dev=21w08a|Lectern position within the Redstone tab has been moved out of the "essential" group in the [[Minecraft:Creative inventory]].}}
|{{HistoryLine|dev=21w11a|||Tweaked the lectern model.}}
|{{MC/HistoryLine|dev=21w11a|||Tweaked the lectern model.}}
|{{HistoryLine||1.18|dev=pre5|[[File:Lectern (S).png|32px]] [[File:Lectern with Book (S).png|32px]] The base texture of lectern has now been changed.}}
|{{MC/HistoryLine||1.18|dev=pre5|[[File:Lectern (S).png|32px]] [[File:Lectern with Book (S).png|32px]] The base texture of lectern has now been changed.}}
|{{HistoryLine||1.19|dev=22w13a|Lecterns now generate as part of ancient cities.}}
|{{MC/HistoryLine||1.19|dev=22w13a|Lecterns now generate as part of ancient cities.}}
}}
}}


=== ''Bedrock Edition'' ===
=== ''Bedrock Edition'' ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|bedrock}}
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine||1.10.0|dev=beta 1.10.0.3|[[File:Lectern JE2 BE1.png|32px]] [[File:Lectern Book JE1 BE1.png|32px]] Added lecterns.}}
|{{MC/HistoryLine||1.10.0|dev=beta 1.10.0.3|[[File:Lectern JE2 BE1.png|32px]] [[File:Lectern Book JE1 BE1.png|32px]] Added lecterns.}}
|{{HistoryLine||1.11.0|dev=beta 1.11.0.1|Lecterns now emit a [[Minecraft:redstone]] pulse when a page is turned.}}
|{{MC/HistoryLine||1.11.0|dev=beta 1.11.0.1|Lecterns now emit a [[Minecraft:redstone]] pulse when a page is turned.}}
|{{HistoryLine||1.18.10|dev=beta 1.18.10.22|[[File:Lectern (S).png|32px]] [[File:Lectern with Book (S).png|32px]] The base texture for lecterns has been changed.}}
|{{MC/HistoryLine||1.18.10|dev=beta 1.18.10.22|[[File:Lectern (S).png|32px]] [[File:Lectern with Book (S).png|32px]] The base texture for lecterns has been changed.}}
|{{HistoryLine||1.20.30|dev=Preview 1.20.20.21|Increased the hardness and blast resistance of lecterns from 2 to 2.5.}}
|{{MC/HistoryLine||1.20.30|dev=Preview 1.20.20.21|Increased the hardness and blast resistance of lecterns from 2 to 2.5.}}
}}
}}


=== ''PlayStation 4 Edition'' ===
=== ''PlayStation 4 Edition'' ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|ps4}}
|{{MC/HistoryLine|ps4}}
|{{HistoryLine||1.90|[[File:Lectern JE2 BE1.png|32px]] [[File:Lectern Book JE1 BE1.png|32px]] Added lecterns.}}
|{{MC/HistoryLine||1.90|[[File:Lectern JE2 BE1.png|32px]] [[File:Lectern Book JE1 BE1.png|32px]] Added lecterns.}}
|{{HistoryLine||1.91|Lecterns now emit a [[Minecraft:redstone]] pulse when a page is turned.|Lecterns can now be moved by [[Minecraft:piston]].{{check version|Confirm that they were not movable in 1.90}}}}
|{{HistoryLine||1.91|Lecterns now emit a [[Minecraft:redstone]] pulse when a page is turned.|Lecterns can now be moved by [[Minecraft:piston]].{{check version|Confirm that they were not movable in 1.90}}}}
}}
}}
Line 353: Line 353:
=== Data history ===
=== Data history ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|bedrock}}
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine||1.20.30|dev=Preview 1.20.30.20|Lecterns now use the <code>minecraft:cardinal_direction</code> block state instead of <code>direction</code>.}}
|{{MC/HistoryLine||1.20.30|dev=Preview 1.20.30.20|Lecterns now use the <code>minecraft:cardinal_direction</code> block state instead of <code>direction</code>.}}
}}
}}


== Issues ==
== Issues ==
{{Issue list}}
{{MC/Issue list}}


== Gallery ==
== Gallery ==
Line 385: Line 385:
=== In other media ===
=== In other media ===
<gallery>
<gallery>
File:Levtert.png|A lectern as seen in {{AMCM}}.
File:Levtert.png|A lectern as seen in {{MC/Amcm}}.
File:Steve Lectern Sticker.gif
File:Steve Lectern Sticker.gif
</gallery>
</gallery>


== References ==
== References ==
{{Reflist}}
{{MC/Reflist}}


== External links ==
== External links ==
Line 396: Line 396:


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


[[Category:Job blocks]]
[[Category:Job blocks]]

Latest revision as of 20:34, 9 April 2026

Template:Infobox block A lectern is a Minecraft:block used to display a book and quill or written book for reading. Turning a page triggers a Minecraft:redstone pulse. It also serves as a librarian's job site block.

Obtaining

Breaking

Lecterns can be broken with any Minecraft:tool, but an Minecraft:axe is the fastest. Lecterns drop themselves and the book they are holding.

Script error: No such module "breaking row".

Natural generation

Empty lecterns can generate naturally in village libraries, up to two for some library variants.

One lectern generates as part of each ancient city, in the secret room at the city center.

Crafting

Template:Crafting

Usage

Lecterns are the job site block of librarian villagers.

Librarian villagers do not place books into lecterns. They only stare at the lectern from less than a block away as "working".

Holding books

File:Lectern GUI.png
The UI when reading a book on a lectern.

Lecterns can also hold a single book and quill or written book that other players can read at the same time. Right-clicking an empty lectern with a book and quill or written book places it. Right-clicking a lectern that already has a book opens an interface to read the book. Books occupying a lectern can be retrieved through the interface,Template:Only by punching the lectern,Template:Only or by destroying the lectern, even when the Template:Gmr game rule is false.

Lecterns cannot hold enchanted books or normal Minecraft:books. Instead, right-clicking the lectern with an enchanted book or a normal book does nothing and the book won't be placed.

Profession

{{#vardefine:params|0 }}Template:Hatnote If a lectern has not been claimed by a Minecraft:villager, any nearby unemployed villager (excluding nitwits) has a chance to change its profession to librarian and claim the lectern as its job site block.

Redstone signal

Lecterns holding a book emit a full-strength Minecraft:redstone pulse that is 2 game ticks long when a page is turned. A redstone comparator also records Minecraft:book reading and sends a signal, depending on what page the player is currently on. Since

  1. REDIRECT Template:Edition

Template:Rcat displays two pages of the book at once, the same signal strength increments require double the number of pages.

Java Edition

Lectern signal strength by currently open page (P) & total book pages (M) (in Template:Editions)
P
M
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
15 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
14 1 2 3 4 5 6 7 8 9 10 11 12 13 15
13 1 2 3 4 5 6 8 9 10 11 12 13 15
12 1 2 3 4 6 7 8 9 11 12 13 15
11 1 2 3 5 6 8 9 10 12 13 15
10 1 2 4 5 7 8 10 11 13 15
9 1 2 4 6 8 9 11 13 15
8 1 3 5 7 9 11 13 15
7 1 3 5 8 10 12 15
6 1 3 6 9 12 15
5 1 4 8 11 15
4 1 5 10 15
3 1 8 15
2 1 15
1 15

A book with only 1 page gives maximum signal strength, however page 1 always gives 1 signal strength if the book contains at least 2 pages.

To calculate the signal strength <math>S</math> of a book with more than 1 page, use the following formula:

<math>S = \left\lfloor 1 + \frac{14(P-1)}{M-1} \right\rfloor</math>

Where <math>\lfloor \, \rfloor</math> is the "floor" operation (round down), <math>M</math> is the maximum number of pages the book on the lectern has, and <math>P</math> is the current page number the lectern is turned to.

This is most noticeable when a book has 2 pages where the signal strength is either 1 on page 1 or 15 on page 2.

A book that would step signal strength up or down in increments of 1 per page would be 15 pages long.

The following Python program prints all possible pairs of two values to achieve a certain signal strength, with the first being the page number to be on and the second being the total number of pages. <syntaxhighlight lang="python" line="1" start="1"> import math

S = int(input('Enter the target signal strength: ')) # Desired signal strength (1-15) P = 1 # Actual page number M = 2 # Max page number

while M < 25:

   while S != math.floor(1 + ((14 * (P - 1)) / (M - 1))):  # Strength formula
       if P == M:
           M += 1
           P = 0
       P += 1
   print('Possible combination (P / M):', P, "/", M)
   P += 1

</syntaxhighlight>

Bedrock Edition

Odd pages are not taken into account by the game when calculating the comparator output of a Minecraft:book: for example, a book with 9 pages has a signal strength of 15 when looking at either pages 7-8 or page 9. Books with 3 pages are treated the same as those with 1 or 2 pages (the same as how Java Edition would treat a book with just 1 page).

For books that are longer than 1 page, use the following formula to calculate the signal strength:

<math>S = \left\lfloor 1 + \frac{14(P')}{M'} \right\rfloor</math>

In this case <math>M'</math> is the total amount of pages, if it's even—otherwise the total amount of pages minus one should be used instead. <math>P'</math> is the number of the right page currently displayed on the book interface, if available—otherwise the number of the left page minus one should be used instead.

A Minecraft:book that steps signal strength up or down in increments of 1 per page turned must be exactly 30 pages long.

Fuel

Lecterns can be used as fuel in furnaces to smelt 1.5 items.

Note blocks

Lecterns can be placed under note blocks to produce "bass" sound.

Sounds

Generic

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

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

Unique

Template:!((Java EditionTemplate:))! Template:SoundTable

Template:!((Bedrock EditionTemplate:))!: Template:SoundTable

Data values

ID

Template:!((Java EditionTemplate:))!: Template:ID table Template:ID table

Template:!((Bedrock EditionTemplate:))!: Template:ID table2 Template:ID table

Block states

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

  1. REDIRECT Template:Edition

Template:Rcat: Template:Bst Template:Bst Template:Bst

  1. REDIRECT Template:Edition

Template:Rcat: Template:Bst Template:Bst

Block data

A lectern has a Minecraft:block entity associated with it that holds additional data about the Minecraft:block.

  1. REDIRECT Template:Edition

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

<section begin="block data"/>

<section end="block data"/>

  1. REDIRECT Template:Edition

Template:Rcat:

See Minecraft:Bedrock Edition level format/Block entity format.

History

Development and announcement

Template:HistoryTable

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

PlayStation 4 Edition

Template:HistoryTable

Data history

Template:HistoryTable

Issues

Script error: No such module "Issue list".

Gallery

Renders

Screenshots

In other media

References

<references group="">

 </references>

External links

Navigation

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

de:Lesepult es:Atril fr:Pupitre it:Leggio ja:書見台 ko:독서대 nl:Lessenaar pl:Pulpit pt:Atril ru:Кафедра th:แท่นอ่านหนังสือ uk:Катедра zh:讲台