Minecraft:Glow Item Frame: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft Tag: Manual revert |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{for|the normal variant|Item Frame}} | ||
{{infobox | {{infobox | ||
| image = Glow Item Frame.png | | image = Glow Item Frame.png | ||
| Line 5: | Line 5: | ||
| extratext = [[#Renders|View all renders]] | | extratext = [[#Renders|View all renders]] | ||
| rows = | | rows = | ||
{{ | {{infobox row|[[Minecraft:Rarity|Rarity tier]]|Common}} | ||
{{ | {{infobox row|[[Minecraft:Renewable resource|Renewable]]|Yes}} | ||
{{ | {{infobox row|Stackable|Yes (64)}} | ||
{{infobox row|Tool|Any{{only|be|short=1}}}} | {{infobox row|Tool|Any{{only|be|short=1}}}} | ||
{{infobox row|Drops|{{ | {{infobox row|Drops|{{ItemLink|Glow Item Frame}} (1)<br>{{EnvSprite|items}} The item it contains.}} | ||
{{infobox row|Blast resistance|0.25{{only|be|short=1}}}} | {{infobox row|[[Minecraft:Explosion#Blast resistance|Blast resistance]]|0.25{{only|be|short=1}}}} | ||
{{infobox row|Hardness|0.25{{only|be|short=1}}}} | {{infobox row|[[Minecraft:Breaking#Blocks by hardness|Hardness]]|0.25{{only|be|short=1}}}} | ||
{{infobox row|Luminous|No{{only|be|short=1}}}} | {{infobox row|[[Minecraft:Light|Luminous]]|No{{only|be|short=1}}}} | ||
{{infobox row|Transparent|Yes{{only|be|short=1}}}} | {{infobox row|[[Minecraft:Opacity|Transparent]]|Yes{{only|be|short=1}}}} | ||
{{infobox row|Waterloggable|Yes{{only|be|short=1}}}} | {{infobox row|[[Minecraft:Waterlogging|Waterloggable]]|Yes{{only|be|short=1}}}} | ||
{{infobox row|Flammable|No{{only|be|short=1}}}} | {{infobox row|[[Minecraft:Flammable]]|No{{only|be|short=1}}}} | ||
{{infobox row|Catches fire from [[Minecraft:lava]]|No{{only|be|short=1}}}} | {{infobox row|Catches fire from [[Minecraft:lava]]|No{{only|be|short=1}}}} | ||
}} | }} | ||
A '''glow item frame''' is an entity{{only|JE}} or [[Minecraft:block]]{{only|Bedrock}} that keeps itself and the item inside it, illuminated, even in the dark. | A '''glow item frame''' is an [[Minecraft:entity]]{{only|JE|short=1}} or [[Minecraft:block]]{{only|Bedrock|short=1}} that keeps itself and the item inside it, illuminated, even in the dark. | ||
== Obtaining == | == Obtaining == | ||
=== Breaking === | === Breaking === | ||
{{ | {{IN|java}}, because the glow item frame is an [[Minecraft:entity]], it can be broken by simply punching it, even in [[Minecraft:Adventure]] mode. It is also targeted by commands using the {{cd|@e}} selector. | ||
{{ | {{IN|bedrock}}, no tool can accelerate the breaking process of the glow item frame. | ||
{{ | {{breaking row|Glow Item Frame|horizontal=1}} | ||
Glow item frame drops itself when it's destroyed. | Glow item frame drops itself when it's destroyed. | ||
If the glow item frame contains an item, punching it drops the item, leaving the frame. | If the glow item frame contains an item, punching it drops the item, leaving the frame. | ||
| Line 37: | Line 37: | ||
== Usage == | == Usage == | ||
{{ | {{main|Item Frame#Usage}} | ||
Glow item frames have the same properties, usage, and rotation functionalities as regular item | Glow item frames have the same properties, usage, and rotation functionalities as regular [[Minecraft:item frame]]s. | ||
<!--{{:Item Frame}}--> | <!--{{:Item Frame}}--> | ||
| Line 44: | Line 44: | ||
[[File:Item Frames Comparison.png|thumb|260px|Comparison between ordinary item frame and glow item frame in the dark.]] | [[File:Item Frames Comparison.png|thumb|260px|Comparison between ordinary item frame and glow item frame in the dark.]] | ||
When an item is placed inside a glow item frame, it appears to glow, though it does not emit any light level. | When an item is placed inside a glow item frame, it appears to glow, though it does not emit any [[Minecraft:light level]]. | ||
== Sounds == | == Sounds == | ||
| Line 50: | Line 50: | ||
=== Generic === | === Generic === | ||
{{ | {{Edition|Bedrock}}:<!--Item frames are blocks in BE, so they get the generic section.--> | ||
{{ | {{Sound table/Block/Item frame/BE}} | ||
=== Unique === | === Unique === | ||
| Line 58: | Line 58: | ||
== Data values == | == Data values == | ||
=== ID === | === ID === | ||
{{ | {{edition|java}}: | ||
{{ID table | {{ID table | ||
|edition=java | |edition=java | ||
| Line 80: | Line 80: | ||
}} | }} | ||
{{ | {{edition|bedrock}}: | ||
{{ID table | {{ID table | ||
|edition=bedrock | |edition=bedrock | ||
| Line 114: | Line 114: | ||
=== Block states === | === Block states === | ||
{{ | {{see also|Block states}} | ||
{{info needed section|{{ | {{info needed section|{{IN|Java}}, there appears to be some internal block states for glow item frames, as suggested by the contents of {{code|assets/minecraft/blockstates/glow_item_frame.json}}}} | ||
{{ | {{el|je}}:<br> | ||
Despite being an entity in ''Java Edition'', item frames utilize block states internally. | Despite being an [[Minecraft:entity]] in ''Java Edition'', item frames utilize block states internally. | ||
{{bst|map|false|false,true|If this item frame contains a map.|foot=1}} | {{bst|map|false|false,true|If this item frame contains a map.|foot=1}} | ||
{{ | {{el|be}}: | ||
{{bst|showaux=1|facing_direction|0 | {{bst|showaux=1|facing_direction|0 | ||
|5|East facing item frame|Unsupported | |5|East facing item frame|Unsupported | ||
| Line 133: | Line 133: | ||
=== Item data === | === Item data === | ||
{{ | {{JE}}: | ||
{{ | {{see also|Data component format}} | ||
<div class="treeview"> | <div class="treeview"> | ||
* {{ | * {{nbt|compound|components}}: the item's '''components''' tag. | ||
{{:Data component format/entity_data}} Unlike spawn eggs, cannot change the type of entity created using the <code>id</code> tag. Data that item frames do not normally use (see below) has no effect. | {{:Data component format/entity_data}} Unlike spawn eggs, cannot change the type of entity created using the <code>id</code> tag. Data that item frames do not normally use (see below) has no effect. | ||
</div> | </div> | ||
=== Entity data === | === Entity data === | ||
{{ | {{main|Entity format}} | ||
{{ | {{IN|java}}, glow item frames have entity data that define various properties of the entity. | ||
{{#lst:Item Frame|entity data}} | {{#lst:Item Frame|entity data}} | ||
=== Block data === | === Block data === | ||
{{ | {{IN|bedrock}}, a glow item frame has a block entity associated with it that holds additional data about the block. | ||
See [[Minecraft:Bedrock Edition level format/Block entity format]]. | See [[Minecraft:Bedrock Edition level format/Block entity format]]. | ||
== History == | == History == | ||
{{ | {{See technical block}} | ||
=== ''Java Edition'' === | === ''Java Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|java}} | ||
|{{ | |{{HistoryLine||1.17|dev=21w03a|[[File:Glow Item Frame JE1 BE3.png|32px]] [[File:Glow Item Frame (map) JE1 BE3.png|32px]] [[File:Glow Item Frame (item) JE1 BE1.png|32px]] Added glow item frames.}} | ||
|{{ | |{{HistoryLine|||dev=21w10a|Added new [[Minecraft:subtitles]] for glow item frames.}} | ||
|{{ | |{{HistoryLine||1.18|dev=21w41a|[[File:Glow Item Frame (item) JE2.png|32px]] The textures of glow item frames as item have been changed.}} | ||
}} | }} | ||
=== ''Bedrock Edition'' === | === ''Bedrock Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|bedrock}} | ||
|{{ | |{{HistoryLine||1.16.210|exp=Caves and Cliffs|dev=beta 1.16.210.59|[[File:Glow Item Frame (item) JE1 BE1.png|32px]] Added glow item frames. | ||
|Has the default item frame block texture.}} | |Has the default item frame block texture.}} | ||
|{{ | |{{HistoryLine|||dev=beta 1.16.210.60|Temporarily removed glow item frames due to a crash.}} | ||
|{{ | |{{HistoryLine||1.16.220|exp=Caves and Cliffs|dev=beta 1.16.220.50|[[File:Glow Item Frame (item) JE1 BE1.png|32px]] Re-added glow item frames.}} | ||
|{{ | |{{HistoryLine|||dev=beta 1.16.220.52|[[File:Glow Item Frame BE2.png|32px]] [[File:Glow Item Frame (map) BE2.png|32px]] Glow item frame block texture uses update block texture due to a bug.}} | ||
|{{ | |{{HistoryLine||1.17.0|exp=Caves and Cliffs|dev=beta 1.16.230.52|[[File:Item Frame.png|32px]] [[File:Item Frame (map) JE2 BE2.png|32px]] The glow item frame block textures have been reverted back to the previous one.}} | ||
|{{ | |{{HistoryLine|||dev=beta 1.17.0.50|[[File:Glow Item Frame JE1 BE3.png|32px]] [[File:Glow Item Frame (map) JE1 BE3.png|32px]] The textures of glow item frames have been changed to match ''Java Edition''. | ||
|Now produces [[Minecraft:redstone]] signals.}} | |Now produces [[Minecraft:redstone]] signals.}} | ||
|{{ | |{{HistoryLine|||dev=beta 1.17.0.52|Maps now glow in glow item frames. | ||
|Glow Item Frames are no longer available only through Experimental Gameplay.}} | |Glow Item Frames are no longer available only through [[Minecraft:Experimental Gameplay]].}} | ||
|{{ | |{{HistoryLine||1.18.10|dev=beta 1.18.10.20|[[File:Glow Item Frame (item) JE2.png|32px]] The textures of glow item frames as item have been changed.}} | ||
}} | }} | ||
== Issues == | == Issues == | ||
{{ | {{Issue list}} | ||
== Gallery == | == Gallery == | ||
| Line 195: | Line 195: | ||
== See also == | == See also == | ||
* {{ | * {{ItemLink|Item Frame}} | ||
* {{ | * {{ItemLink|Painting}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox blocks|Utility}} | ||
{{ | {{Navbox items|Utilities}} | ||
{{ | {{Navbox entities|Other}} | ||
[[Category:Block entities]] | [[Category:Block entities]] | ||
| Line 215: | Line 215: | ||
[[Category:Missing hardness]] | [[Category:Missing hardness]] | ||
es:Marco luminoso | [[Minecraft:es:Marco luminoso]] | ||
fr:Cadre luisant | [[Minecraft:fr:Cadre luisant]] | ||
ko:발광 아이템 액자 | [[Minecraft:ko:발광 아이템 액자]] | ||
pt:Moldura Brilhante | [[Minecraft:pt:Moldura Brilhante]] | ||
uk:Сяйна рамка для предметів | [[Minecraft:uk:Сяйна рамка для предметів]] | ||
Latest revision as of 11:05, 7 July 2026
Template:For Template:Infobox A glow item frame is an Minecraft:entityTemplate:Only or Minecraft:blockTemplate:Only that keeps itself and the item inside it, illuminated, even in the dark.
Obtaining
Breaking
Template:IN, because the glow item frame is an Minecraft:entity, it can be broken by simply punching it, even in Minecraft:Adventure mode. It is also targeted by commands using the Template:Cd selector. Template:IN, no tool can accelerate the breaking process of the glow item frame. Template:Breaking row Glow item frame drops itself when it's destroyed. If the glow item frame contains an item, punching it drops the item, leaving the frame.
Crafting
Usage
Template:Main Glow item frames have the same properties, usage, and rotation functionalities as regular Minecraft:item frames.
Unique properties
When an item is placed inside a glow item frame, it appears to glow, though it does not emit any Minecraft:light level.
Sounds
Glow item frames share the same sounds as item frames.
Generic
Template:Edition: Template:Sound table/Block/Item frame/BE
Unique
Data values
ID
Template:Edition: Template:ID table Template:ID table
Template:Edition: Template:ID table Template:ID table2 Template:ID table
Block states
Template:See also Template:Info needed section
Template:El:
Despite being an Minecraft:entity in Java Edition, item frames utilize block states internally.
Template:Bst
Template:El: Template:Bst Template:Bst Template:Bst
Item data
Template:JE: Template:See also
- Template:Nbt: the item's components tag.
Data component format/entity data Unlike spawn eggs, cannot change the type of entity created using the id tag. Data that item frames do not normally use (see below) has no effect.
Entity data
Template:IN, glow item frames have entity data that define various properties of the entity.
{{#lst:Item Frame|entity data}}
Block data
Template:IN, a glow item frame has a block entity associated with it that holds additional data about the block.
See Minecraft:Bedrock Edition level format/Block entity format.
History
Java Edition
Bedrock Edition
Issues
Gallery
Renders
-
Glow item frame.
-
Glow item frame texture, used when there is a map inside.
Screenshots
-
A glow item frame inside a glow item frame.
See also
Template:Navbox blocks Template:Navbox items Template:Navbox entities
Minecraft:es:Marco luminoso Minecraft:fr:Cadre luisant Minecraft:ko:발광 아이템 액자 Minecraft:pt:Moldura Brilhante Minecraft:uk:Сяйна рамка для предметів