Minecraft:Chiseled Bookshelf: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 13: | Line 13: | ||
| lavasusceptible = Yes{{only|java|short=1}}<br>No{{only|bedrock|short=1}} | | lavasusceptible = Yes{{only|java|short=1}}<br>No{{only|bedrock|short=1}} | ||
}} | }} | ||
'''Chiseled bookshelves''' are [[Minecraft:block]]s that can hold [[Minecraft:book]]s, books and quills, written | '''Chiseled bookshelves''' are [[Minecraft:block]]s that can hold [[Minecraft:book]]s, [[Minecraft:books and quills]], [[Minecraft:written book]]s, [[Minecraft:enchanted book]]s, and [[Minecraft:knowledge book]]s. | ||
== Obtaining == | == Obtaining == | ||
=== Breaking === | === Breaking === | ||
Chiseled bookshelves can be destroyed with any [[Minecraft:tool]], but an [[Minecraft:axe]] mines it the fastest. When broken, all contained books are dropped as items. The block itself drops only when broken using a tool enchanted with [[Minecraft:Silk Touch]].<ref>{{bug|MC-261722||Chiseled bookshelf doesn't drop without using the silk touch enchantment|WAI}}</ref> | Chiseled bookshelves can be destroyed with any [[Minecraft:tool]], but an [[Minecraft:axe]] mines it the fastest. When broken, all contained books are dropped as items. The block itself drops only when broken using a tool enchanted with [[Minecraft:Silk Touch]].<ref>{{bug|MC-261722||Chiseled bookshelf doesn't drop without using the silk touch enchantment|WAI}}</ref> | ||
{{ | {{breaking row|horizontal=1|Chiseled Bookshelf|axe|drop=0}} | ||
=== Crafting === | === Crafting === | ||
| Line 40: | Line 40: | ||
=== Holding books === | === Holding books === | ||
[[File:Chiseled BookshelfTextures.png|thumb|All of the chiseled bookshelf textures before [[Java Edition 22w46a|22w46a]].]] | [[File:Chiseled BookshelfTextures.png|thumb|All of the chiseled bookshelf textures before [[Java Edition 22w46a|22w46a]].]] | ||
Chiseled bookshelves can hold up to six [[Minecraft:book]]s, books and quills, written | Chiseled bookshelves can hold up to six [[Minecraft:book]]s, [[Minecraft:books and quills]], [[Minecraft:written book]]s, [[Minecraft:enchanted book]]s, and/or [[Minecraft:knowledge book]]s. There is no GUI; books are instead added into the bookshelf by {{ctrl|using}} on a slot with a book. Doing so places a book in that slot. {{ctrl|Using}} on an occupied slot removes the book from that slot. | ||
Chiseled bookshelves do not increase the power of enchanting | Chiseled bookshelves do not increase the power of [[Minecraft:enchanting table]]s. | ||
=== Redstone signal === | === Redstone signal === | ||
[[File:chiseled_bookshelf_power.png|thumb|100px|The correspondences between slot and signal power.]] | [[File:chiseled_bookshelf_power.png|thumb|100px|The correspondences between slot and signal power.]] | ||
A redstone comparator sends a signal (1–6) indicating the last slot interacted with. When no slot has been interacted with yet, it outputs 0. | A [[Minecraft:redstone comparator]] sends a signal (1–6) indicating the last slot interacted with. When no slot has been interacted with yet, it outputs 0. | ||
An [[Minecraft:observer]] can detect when a book is added or removed from the bookshelf. | An [[Minecraft:observer]] can detect when a book is added or removed from the bookshelf. | ||
=== Hoppers, minecarts with hoppers, and droppers === | === Hoppers, minecarts with hoppers, and droppers === | ||
[[Minecraft:Hopper]]s and minecarts with | [[Minecraft:Hopper]]s and [[Minecraft:minecarts with hopper]]s can insert and remove books from the bookshelf. As with any other container, items are taken from the first slot that has an item that can fit in the hopper and are inserted into the first empty slot. [[Minecraft:Dropper]]s behave similarly when inserting books into the bookshelf. | ||
When a hopper that is not already 100% full fails to remove a book from a non-empty bookshelf because there is no room for the book in the hopper's inventory, that is still counted as an "interaction" with the slot. Thus, a hopper that cannot remove any of the books effectively sets the last-interacted slot to the last non-empty slot in the bookshelf.<ref>{{bug|MC-257178||Chiseled Bookshelf redstone behavior is inconsistent|Fixed}}</ref> | When a hopper that is not already 100% full fails to remove a book from a non-empty bookshelf because there is no room for the book in the hopper's inventory, that is still counted as an "interaction" with the slot. Thus, a hopper that cannot remove any of the books effectively sets the last-interacted slot to the last non-empty slot in the bookshelf.<ref>{{bug|MC-257178||Chiseled Bookshelf redstone behavior is inconsistent|Fixed}}</ref> | ||
| Line 57: | Line 57: | ||
=== Fuel === | === Fuel === | ||
Chiseled bookshelves can be used as fuel in furnaces to smelt 1.5 items. | Chiseled bookshelves can be used as fuel in furnaces to smelt 1.5 items. | ||
== Sounds == | == Sounds == | ||
=== Generic === | === Generic === | ||
{{ | {{Sound table/Block/Chiseled bookshelf}} | ||
=== Unique === | === Unique === | ||
{{ | {{JE}} | ||
{{SoundTable | {{SoundTable | ||
| type = java | | type = java | ||
| Line 122: | Line 119: | ||
}} | }} | ||
{{ | {{BE}}: | ||
{{SoundTable | {{SoundTable | ||
| type = bedrock | | type = bedrock | ||
| Line 168: | Line 165: | ||
== Data values == | == Data values == | ||
=== ID === | === ID === | ||
{{ | {{JE}}: | ||
{{ID table | {{ID table | ||
|edition=java | |edition=java | ||
| Line 184: | Line 181: | ||
|foot=1}} | |foot=1}} | ||
{{ | {{BE}}: | ||
{{ID table2 | {{ID table2 | ||
|edition=bedrock | |edition=bedrock | ||
| Line 204: | Line 201: | ||
=== Block states === | === Block states === | ||
{{ | {{see also|Block states}} | ||
{{ | {{el|je}}: | ||
{{bst|facing|north|east,north,south,west|The direction the bookshelf is facing.<br>Opposite from the direction the player faces when placing it.}} | {{bst|facing|north|east,north,south,west|The direction the bookshelf is facing.<br>Opposite from the direction the player faces when placing it.}} | ||
{{bst|slot_0_occupied|false|true,false|Whether there is a book in the upper-left slot.}} | {{bst|slot_0_occupied|false|true,false|Whether there is a book in the upper-left slot.}} | ||
| Line 215: | Line 212: | ||
{{bst|slot_5_occupied|false|true,false|Whether there is a book in the lower-right slot.|foot=1}} | {{bst|slot_5_occupied|false|true,false|Whether there is a book in the lower-right slot.|foot=1}} | ||
{{ | {{el|be}}: | ||
{{bst|showaux=1|bits=|books_stored|0 | {{bst|showaux=1|bits=|books_stored|0 | ||
|0 - 63|The confguration of the books in the bookshelf.|Unsupported | |0 - 63|The confguration of the books in the bookshelf.|Unsupported | ||
| Line 229: | Line 226: | ||
A chiseled bookshelf has a [[Minecraft:block entity]] associated with it that holds additional data about the [[Minecraft:block]]. | A chiseled bookshelf has a [[Minecraft:block entity]] associated with it that holds additional data about the [[Minecraft:block]]. | ||
{{ | {{JE}}: | ||
{{ | {{see also|Block entity format}} | ||
<section begin="block data"/><div class="treeview"> | <section begin="block data"/><div class="treeview"> | ||
* {{ | * {{nbt|compound}} Block entity data | ||
** {{ | ** {{nbt inherit/blockentity}} | ||
** {{ | ** {{nbt|list|Items}}: List of books in the bookshelf. Represents the {{DCL|minecraft:container}} component. | ||
*** {{ | *** {{nbt|compound}}: An item, including the slot tag. The valid slot numbers are 0-5. | ||
**** {{ | **** {{nbt inherit/item|indent=****}} | ||
** {{ | ** {{nbt|int|last_interacted_slot}}: Last interacted slot (0–5), or -1 if no slot has been interacted with yet. | ||
</div><section end="block data"/> | </div><section end="block data"/> | ||
{{ | {{BE}}: | ||
: See [[Minecraft:Bedrock Edition level format/Block entity format]]. | : See [[Minecraft:Bedrock Edition level format/Block entity format]]. | ||
== Advancements == | == Advancements == | ||
{{ | {{load advancements|The Power of Books}} | ||
== History == | == History == | ||
{{ | {{See asset history|type=block}} | ||
=== Announcement === | === Announcement === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine||October 15, 2022|link={{ | |{{HistoryLine||October 15, 2022|link={{ytl|https://youtu.be/iM9KtHaDcUg?t=5839}}|Chiseled bookshelves were announced at [[Minecraft:Minecraft Live 2022]].}} | ||
}} | }} | ||
=== ''Java Edition'' === | === ''Java Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|java}} | ||
|{{ | |{{HistoryLine||1.19.3|exp=Update 1.20|dev=22w42a|[[File:Chiseled Bookshelf (stage 0) (S) JE1.png|32px]] [[File:Chiseled Bookshelf (stage 1) (S) JE1.png|32px]] [[File:Chiseled Bookshelf (stage 2) (S) JE1.png|32px]] [[File:Chiseled Bookshelf (stage 3) (S) JE1.png|32px]] [[File:Chiseled Bookshelf (stage 4) (S) JE1.png|32px]] [[File:Chiseled Bookshelf (stage 5) (S) JE1.png|32px]] [[File:Chiseled Bookshelf (stage 6) (S) JE1.png|32px]] Added chiseled bookshelves behind the "[[Minecraft:Java Edition 1.20|Update 1.20]]" [[Minecraft:experimental]] [[Minecraft:data pack]].}} | ||
|{{ | |{{HistoryLine|||dev=22w44a|[[Minecraft:Hopper]]s, [[Minecraft:minecart with hopper]]s, and [[Minecraft:dropper]]s can now interact with chiseled bookshelves. | ||
|Order of books in the Item tag has been reversed.}} | |Order of books in the Item tag has been reversed.}} | ||
|{{ | |{{HistoryLine|||dev=22w45a|Added unique sounds for chiseled bookshelves, which previously used wood sounds and wood placing sounds for interacting.}} | ||
|{{ | |{{HistoryLine|||dev=22w46a|Books are now added and removed by interacting directly with the six slots, versus the former behavior of inserting into the first empty slot and removing from the last filled slot. | ||
|Block texture now indicates which slots are filled.}} | |Block texture now indicates which slots are filled.}} | ||
|{{HistoryLine|||dev=pre1|Top and bottom textures are no longer directional.<ref>{{bug|MC-257506||Top and bottom texture of chiseled bookshelf rotates depending on placement|Fixed}}</ref>|The book is now removed from an occupied slot even if a book is currently held in hand. | |{{HistoryLine|||dev=pre1|Top and bottom textures are no longer directional.<ref>{{bug|MC-257506||Top and bottom texture of chiseled bookshelf rotates depending on placement|Fixed}}</ref>|The book is now removed from an occupied slot even if a book is currently held in hand. | ||
|Added {{ | |Added {{cd|last_interacted_slot}} to block NBT data.}} | ||
|{{ | |{{HistoryLine||1.19.4|exp=Update 1.20|dev=23w07a|[[Minecraft:Cherry planks]] can now be used to craft chiseled bookshelves.}} | ||
|{{ | |{{HistoryLine||1.20|dev=23w12a|Chiseled bookshelves are now available without using the "Update 1.20" experimental data pack.}} | ||
|{{ | |{{HistoryLine|||dev=Release Candidate 1|[[Minecraft:Knowledge book]]s now can be placed inside chiseled bookshelves.}} | ||
|{{ | |{{HistoryLine||1.20.2|dev=23w32a|Chiseled bookshelves now emit a <code>block_change</code> [[Minecraft:vibration]] of frequency <code>11</code> when receiving books from hoppers.}} | ||
}} | }} | ||
=== ''Bedrock Edition'' === | === ''Bedrock Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|bedrock}} | ||
|{{ | |{{HistoryLine||1.19.50|exp=Next Major Update|dev=Preview 1.19.50.21|[[File:Chiseled Bookshelf (stage 0) (S) BE1.png|32px]] [[File:Chiseled Bookshelf (stage 1) (S) BE1.png|32px]] [[File:Chiseled Bookshelf (stage 2) (S) BE1.png|32px]] [[File:Chiseled Bookshelf (stage 3) (S) BE1.png|32px]] [[File:Chiseled Bookshelf (stage 4) (S) BE1.png|32px]] [[File:Chiseled Bookshelf (stage 5) (S) BE1.png|32px]] [[File:Chiseled Bookshelf (stage 6) (S) BE1.png|32px]] Added chiseled bookshelves behind the "[[Minecraft:Bedrock Edition 1.20.0|Next Major Update]]" [[Minecraft:experimental]] toggle.}} | ||
|{{ | |{{HistoryLine||1.19.60|exp=Next Major Update|dev=Preview 1.19.60.20|Added unique sounds for chiseled bookshelves, which previously used wood sounds and wood using sounds for interacting. | ||
|[[Minecraft:Hopper]]s can now interact with chiseled bookshelves.}} | |[[Minecraft:Hopper]]s can now interact with chiseled bookshelves.}} | ||
|{{ | |{{HistoryLine|||dev=Preview 1.19.60.22|Books are now added and removed by interacting directly with the six slots, versus the former behavior of inserting into the first empty slot and removing from the last filled slot. | ||
|The book is now removed from an occupied slot even if a book is currently held in hand.}} | |The book is now removed from an occupied slot even if a book is currently held in hand.}} | ||
|{{ | |{{HistoryLine|||dev=Preview 1.19.60.24|[[Minecraft:Dropper]]s and [[Minecraft:minecart with hopper]]s can now interact with chiseled bookshelves. | ||
|Minecart with hoppers only can remove books.}} | |Minecart with hoppers only can remove books.}} | ||
|{{ | |{{HistoryLine||1.20.0|dev=Preview 1.20.0.21|Chiseled bookshelves are now available without using the "Next Major Update" experimental toggle.}} | ||
}} | }} | ||
== Issues == | == Issues == | ||
{{ | {{Issue list}} | ||
== Trivia == | == Trivia == | ||
| Line 306: | Line 303: | ||
Chiseled Bookshelf Curtains 1.jpg|Chiseled bookshelves and wool. | Chiseled Bookshelf Curtains 1.jpg|Chiseled bookshelves and wool. | ||
Chiseled Bookshelf Curtains 2.jpg|Chiseled bookshelves and wool. | Chiseled Bookshelf Curtains 2.jpg|Chiseled bookshelves and wool. | ||
Sunny T&T.jpeg|Sunny in front of a chiseled bookshelf door. | Sunny T&T.jpeg|[[Minecraft:Sunny]] in front of a chiseled bookshelf door. | ||
</gallery> | </gallery> | ||
=== In other media === | === In other media === | ||
<gallery> | <gallery> | ||
Bookdoor.gif|Steve opening a door made of chiseled bookshelves. | Bookdoor.gif|[[Minecraft:Steve]] opening a door made of chiseled bookshelves. | ||
Efe Looking at Chiseled Bookshelves Pixel Art.png|[[Minecraft:Efe]] looking at chiseled bookshelves. | Efe Looking at Chiseled Bookshelves Pixel Art.png|[[Minecraft:Efe]] looking at chiseled bookshelves. | ||
Redstone Behind Chiseled Bookshelf Pixel Art.png|Redstone behind the chiseled bookshelves. | Redstone Behind Chiseled Bookshelf Pixel Art.png|Redstone behind the chiseled bookshelves. | ||
Efe Putting a Book within the Chiseled Bookshelf Pixel Art.png|Efe putting a book inside the chiseled bookshelf. | Efe Putting a Book within the Chiseled Bookshelf Pixel Art.png|Efe putting a book inside the chiseled bookshelf. | ||
Efe Looking at Enchanting Table Pixel Art.png|A wallpaper of Efe looking at an enchanting table. | Efe Looking at Enchanting Table Pixel Art.png|A wallpaper of Efe looking at an enchanting table. | ||
Spook Wallpaper.jpg|Another wallpaper, showing Efe spooking Makena using a zombie head, with chiseled bookshelves above them. | Spook Wallpaper.jpg|Another wallpaper, showing Efe spooking [[Minecraft:Makena]] using a [[Minecraft:zombie head]], with chiseled bookshelves above them. | ||
McPainting.jpeg|Chiseled bookshelves in {{ | McPainting.jpeg|Chiseled bookshelves in {{AMCM}} McDonalds commercial. | ||
</gallery> | </gallery> | ||
== See also == | == See also == | ||
* {{ | * {{BlockLink|Shelf}} | ||
* {{ | * {{BlockLink|Bookshelf}} | ||
== References == | == References == | ||
{{ | {{Reflist}} | ||
== External links == | == External links == | ||
| Line 331: | Line 328: | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox blocks|Utility}} | ||
[[Category:Utility blocks]] | [[Category:Utility blocks]] | ||
| Line 339: | Line 336: | ||
[[Category:Block entities]] | [[Category:Block entities]] | ||
de:Gearbeitetes Bücherregal | [[Minecraft:de:Gearbeitetes Bücherregal]] | ||
es:Estantería | [[Minecraft:es:Estantería]] | ||
fr:Bibliothèque sculptée | [[Minecraft:fr:Bibliothèque sculptée]] | ||
ja:模様入りの本棚 | [[Minecraft:ja:模様入りの本棚]] | ||
ko:조각된 책장 | [[Minecraft:ko:조각된 책장]] | ||
lzh:雕書櫥 | [[Minecraft:lzh:雕書櫥]] | ||
pl:Rzeźbiona biblioteczka | [[Minecraft:pl:Rzeźbiona biblioteczka]] | ||
pt:Porta-Livros | [[Minecraft:pt:Porta-Livros]] | ||
ru:Резная книжная полка | [[Minecraft:ru:Резная книжная полка]] | ||
uk:Різьблена книжкова полиця | [[Minecraft:uk:Різьблена книжкова полиця]] | ||
zh:雕纹书架 | [[Minecraft:zh:雕纹书架]] | ||
Latest revision as of 11:02, 29 April 2026
Template:Infobox block Chiseled bookshelves are Minecraft:blocks that can hold Minecraft:books, Minecraft:books and quills, Minecraft:written books, Minecraft:enchanted books, and Minecraft:knowledge books.
Obtaining
Breaking
Chiseled bookshelves can be destroyed with any Minecraft:tool, but an Minecraft:axe mines it the fastest. When broken, all contained books are dropped as items. The block itself drops only when broken using a tool enchanted with Minecraft:Silk Touch.<ref>Template:Bug</ref> Template:Breaking row
Crafting
Usage
Chiseled bookshelves cannot be moved by Minecraft:pistons.Template:Only
Holding books
Chiseled bookshelves can hold up to six Minecraft:books, Minecraft:books and quills, Minecraft:written books, Minecraft:enchanted books, and/or Minecraft:knowledge books. There is no GUI; books are instead added into the bookshelf by Template:Ctrl on a slot with a book. Doing so places a book in that slot. Template:Ctrl on an occupied slot removes the book from that slot.
Chiseled bookshelves do not increase the power of Minecraft:enchanting tables.
Redstone signal
A Minecraft:redstone comparator sends a signal (1–6) indicating the last slot interacted with. When no slot has been interacted with yet, it outputs 0.
An Minecraft:observer can detect when a book is added or removed from the bookshelf.
Hoppers, minecarts with hoppers, and droppers
Minecraft:Hoppers and Minecraft:minecarts with hoppers can insert and remove books from the bookshelf. As with any other container, items are taken from the first slot that has an item that can fit in the hopper and are inserted into the first empty slot. Minecraft:Droppers behave similarly when inserting books into the bookshelf.
When a hopper that is not already 100% full fails to remove a book from a non-empty bookshelf because there is no room for the book in the hopper's inventory, that is still counted as an "interaction" with the slot. Thus, a hopper that cannot remove any of the books effectively sets the last-interacted slot to the last non-empty slot in the bookshelf.<ref>Template:Bug</ref>
Fuel
Chiseled bookshelves can be used as fuel in furnaces to smelt 1.5 items.
Sounds
Generic
Template:Sound table/Block/Chiseled bookshelf
Unique
Data values
ID
Template:JE: Template:ID table Template:ID table
Template:BE: Template:ID table2 Template:ID table
Block states
Template:El: Template:Bst Template:Bst Template:Bst Template:Bst Template:Bst Template:Bst Template:Bst
Template:El: Template:Bst Template:Bst
Block data
A chiseled bookshelf has a Minecraft:block entity associated with it that holds additional data about the Minecraft:block.
Template:JE: Template:See also
<section begin="block data"/>
- Template:Nbt Block entity data
- Template:Nbt inherit/blockentity
- Template:Nbt: List of books in the bookshelf. Represents the Template:DCL component.
- Template:Nbt: An item, including the slot tag. The valid slot numbers are 0-5.
- Template:Nbt: Last interacted slot (0–5), or -1 if no slot has been interacted with yet.
<section end="block data"/>
Advancements
History
Announcement
Java Edition
Bedrock Edition
Issues
Trivia
- There are 129 (5,159,780,352) different ways to craft a chiseled bookshelf, as each of the nine slots in the crafting grid can contain planks or slabs of any of the twelve wood types.
Gallery
Renders
Screenshots
-
Books arranged in a heart pattern.
-
Chiseled bookshelves and wool.
-
Chiseled bookshelves and wool.
-
Minecraft:Sunny in front of a chiseled bookshelf door.
In other media
-
Minecraft:Steve opening a door made of chiseled bookshelves.
-
Minecraft:Efe looking at chiseled bookshelves.
-
Redstone behind the chiseled bookshelves.
-
Efe putting a book inside the chiseled bookshelf.
-
A wallpaper of Efe looking at an enchanting table.
-
Another wallpaper, showing Efe spooking Minecraft:Makena using a Minecraft:zombie head, with chiseled bookshelves above them.
-
Chiseled bookshelves in Template:AMCM McDonalds commercial.
See also
References
External links
- Block of the Month: Chiseled Bookshelf – Minecraft.net on June 29, 2023
Minecraft:de:Gearbeitetes Bücherregal Minecraft:es:Estantería Minecraft:fr:Bibliothèque sculptée Minecraft:ja:模様入りの本棚 Minecraft:ko:조각된 책장 Minecraft:lzh:雕書櫥 Minecraft:pl:Rzeźbiona biblioteczka Minecraft:pt:Porta-Livros Minecraft:ru:Резная книжная полка Minecraft:uk:Різьблена книжкова полиця Minecraft:zh:雕纹书架