Java Edition missing texture and model uses

Jump to navigation Jump to search

This page documents all known cases where missing textures and models are or were used in vanilla Java Edition.

For this page, due to the nature and intended use of missing textures and missing models, "vanilla" is defined in a much more strict sense than normal: alongside having no mods installed, use of non-default texture packs or resource packs, as well as non-default data packs, are also forbidden, as these can allow for the arbitrary occurrence of error handling assets. This includes invalid image files saved as pack.png.

Missing texture[edit | edit source]

This section only covers cases where the texture arises due to a texture being absent or invalid. Cases where the texture appears due to a model being absent or invalid are documented in the missing model subsection.

Blocks[edit | edit source]

From Until Change type Error type Use case Result Tickets Notes
1.5
(13w03a)
1.7.2
(13w41a)
Feature removed No texture defined Locked chest MC-1561[n 1] Did not use the missing texture in 13w02a and 13w02b, despite it existing. This resulted in crashes.
This is a missing texture issue and not a missing model issue as custom models were added in 1.8, despite locked chests being removed in 1.7.
1.8
(14w06b)
1.8
(14w17a)
Fixed No texture defined Potted end portal
1.15
(19w36a)
1.15
(19w37a)
Fixed Nonexistent texture referenced Beehive, when full MC-160456 Game tries to load "textures/block/bee_hive_top.png" and "textures/block/bee_hive_bottom.png"

Items[edit | edit source]

From Until Change type Error type Use case Result Tickets Notes
1.5
(13w03a)
1.5
(13w04a)
Fixed No texture defined Redstone wire (direct item form) MC-8149 Did not use the missing texture in 13w02a and 13w02b, despite it existing. This resulted in crashes.
1.5
(13w03a)
1.5
(13w04a)
Fixed No texture defined Oak door (direct item form) Did not use the missing texture in 13w02a and 13w02b, despite it existing. This resulted in crashes.
1.5
(13w03a)
1.5
(13w04a)
Fixed No texture defined Iron door (direct item form) Did not use the missing texture in 13w02a and 13w02b, despite it existing. This resulted in crashes.
1.7.2
(13w38b)
1.7.2
(13w38c)
Feature removed No texture defined Air (direct item form)
1.8
(14w05a)
1.8
(14w25a)
Feature removed No texture defined End portal (direct item form) MC-48102
1.14
(18w45a)
1.14
(18w46a)
Fixed Mapping issue[verify] Spruce sign MC-138984 Some other signs had missing planes here.​[more information needed]

Entities[edit | edit source]

From Until Change type Error type Use case Result Tickets Notes
1.9
(15w31a)
1.9
(15w31b)
Fixed Nonexistent texture referenced Spectral arrow MC-82809 Game tries to load "textures/entity/projectiles/tracer_arrow.png"
1.16
(20w07a)
1.16
(Pre-release 3)
Fixed Nonexistent texture referenced Turtle shell, when worn by a piglin MC-172110 Game tries to load "textures/models/armor/turtle_piglin_helmet.png"
1.20.5
(24w05a)
1.20.5
(24w05b)
Fixed Nonexistent texture referenced Chainmail armor MC-268168 Game tries to load "textures/models/armor/chain_layer_1.png" and "textures/models/armor/chain_layer_2.png"
1.21.2
(24w36a)
1.21.2
(24w37a)
Fixed Nonexistent texture referenced Chainmail armor MC-276296 Game tries to load "textures/entity/equipment/humanoid/chain.png" and "textures/entity/equipment/humanoid_leggings/chain.png"

Particles[edit | edit source]

This section is missing information about:
 
Please expand the section to include this information. Further details may exist on the talk page.
Block and item particles (breaking, broken, sprinting on, falling on, iron golem walking on, eating, ...)

From 13w02a to 13w17a, the missing texture was positioned at the very top-left of the texture atlas. As such, it was used in multiple cases not due to it being the missing texture, but due to it being at the top-left. Only cases in which the texture is used due to being the missing texture are listed here; cases where it is used due to its position are listed at Java Edition default texture uses.

From Until Change type Error type Use case Result Tickets Notes
1.8
(14w25a)
1.8
(14w26a)
Fixed [more information needed] Barrier MC-57883 This concerns the breaking particles.
1.11
(16w32a)
1.11
(16w32b)
Fixed [more information needed] Structure void MC-105970
1.8
(14w25a)
1.13
(17w49a)
Fixed No model defined Moving piston MC-58189
MC-58556
Produces no particles as of 17w49a, but no actual model existed until 1.13-pre3
1.13
(18w15a)
1.13
(18w20b)
Fixed No model defined Conduit MC-128234
1.13
(18w20a)
1.13
(pre2)
Fixed No model defined Bubble column MC-130059
1.8
(14w25a)
1.13
(pre3)
Fixed No model defined End portal MC-48089 End portals now use obsidian particles.
1.9
(15w31a)
1.13
(pre3)
Fixed No model defined End gateway MC-48089 End gateways now use obsidian particles.
1.14
(18w46a)
1.14
(18w50a)
Fixed No texture defined Jigsaw block MC-139428
[needs testing] 1.20.5
(24w09a)
Fixed No texture defined Air MC-122177 Requires the /particle command with minecraft:item in 17w47a or later, or minecraft:iconcrack in 17w46a and earlier.
Crashes versions 24w09a to 24w14a and is explicitly forbidden from 1.20.5 Pre-release 1 onwards.
1.17
(20w48a)
1.21.4
(24w45a)
Fixed No texture defined Spyglass MC-206684 See #Spyglass particles for example reproduction commands.
Other particles
From Until Change type Error type Use case Result Tickets Notes
1.8
(14w25a)
1.8
(14w25b)
Fixed [more information needed] Barrier MC-57041 This concerns the handheld particles.
1.18
(21w42a)
Current Current missingno referenced Air
Cave air
Void air
MC-239407
MC-270529
Requires the /particle command with minecraft:block_marker, e.g.
/particle minecraft:block_marker{block_state:{Name:"minecraft:air"}}

User interface[edit | edit source]

From Until Change type Error type Use case Result Tickets Notes
1.14
(19w08a)
1.14
(19w08b)
Fixed Nonexistent texture referenced Instant Health
Instant Damage
MC-144463 Game tries to load "textures/mob_effect/instant_health.png" and "textures/mob_effect/instant_damage.png"
1.21.2
(24w36a)
Current Current Nonexistent texture referenced Any item with invalid tooltip_style MC-276673 Example: /give @s ice[minecraft:tooltip_style=""]
1.21.2
(Pre-Release 1)
Current Current Nonexistent texture referenced Any item with invalid camera_overlay MC-277439 Example: /give @s ice[equippable={slot:"head",camera_overlay:""}]

Other[edit | edit source]

From Until Change type Error type Use case Result Tickets Notes
1.8
(14w25a)
1.8
(14w25b)
Fixed [more information needed] Fire screen effect MC-56852 [more information needed]
1.13
(18w20a)
1.13
(18w20b)
Fixed [more information needed] Fire screen effect MC-129616 [more information needed]
1.13
(18w20b)
1.13
(18w20c)
Fixed Nonexistent texture referenced Breaking entity-rendered blocks MC-129709 Affected chests, shulker boxes, beds and signs. Game tries to load "blocks/destroy_stage_<0-9>"
1.13
(pre5)
1.13
(pre6)
Fixed Nonexistent texture referenced Ender crystal beam MC-132278 Game tries to load "textures/entity/end_crystal/end_rcrystal_beam.png"

Missing model[edit | edit source]

Blocks[edit | edit source]

This section is missing information about:
  • Powered downwards dispensers: 14w10a only
  • Shrub - MC-50447.
 
Please expand the section to include this information. Further details may exist on the talk page.
Blocks and variants accessible through normal gameplay
From Until Change type Error type Use case Result Tickets Notes
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Wheat MC-50232
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Carrots MC-50232
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Potatoes MC-50232
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Nether wart (all stages) MC-50276
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Saplings (second stage)
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Dispenser facing up MC-50259
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Jukebox containing a music disc MC-50226
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Snow with 8 layers MC-50254
1.8
(14w10a)
1.8
(14w10c)
Fixed [more information needed] Nether Wart (fully grown) MC-50276
1.14
(18w44a)
1.14
(18w50a)
Fixed [more information needed] Bell (wall attachment) MC-138587 Unfinished state; not yet accessible
Blocks and variants accessible via commands, intentional
From Until Change type Error type Use case Result Tickets Notes
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Oak wood
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Birch wood
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Spruce wood
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Jungle wood
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Acacia wood
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Dark oak wood
1.8
(14w10a)
1.8
(14w10b)
Fixed [more information needed] Smooth stone MC-50233
1.8
(14w10a)
1.8
(14w10c)
Fixed [more information needed] Smooth sandstone MC-50351
1.8
(14w10a)
1.8
(14w10c)
Fixed [more information needed] Smooth quartz
Blocks and variants accessible via commands, unintentional

Items[edit | edit source]

Valid data values
From Until Change type Error type Use case Result Tickets Notes
1.8
(14w25a)
1.8
(14w25b)
Fixed [more information needed] Barrier MC-57041
1.8
(14w25a)
1.8
(14w25b)
Fixed [more information needed] Dragon egg MC-56947
1.8
(14w25a)
1.8
(14w25b)
Fixed [more information needed] Maps over ID 0 MC-56868 ID 0 maps appear normally.
1.8
(14w25a)
1.9
(15w31a)
Fixed [more information needed] Farmland MC-58073
1.8
(14w25a)
1.9
(15w31b)
Fixed [more information needed] Any damageable item with
Unbreakable tag
MC-85723[n 2] Example command: /give @a diamond_pickaxe 1 1 {Unbreakable:1}
1.8
(14w25a)
1.9
(15w49a)
Feature removed [more information needed] Lit furnace (direct item form) MC-59234
1.8
(14w25a)
1.13
(17w47a)
Fixed [more information needed] Petrified oak slab MC-65019
1.21.2
(24w36a)
Current Current Nonexistent model referenced Any item with invalid item_model MC-276671 Example: /give @s ice[minecraft:item_model=""]
Invalid data values

Entities[edit | edit source]

From Until Change type Error type Use case Result Tickets Notes
1.8
(14w25a)
1.8
(14w25b)
Fixed [more information needed] Splash potion MC-56880

Other[edit | edit source]

This section is missing information about: Test custom blocks in minecarts and as falling block entities.
 
Please expand the section to include this information. Further details may exist on the talk page.
From Until Change type Error type Use case Result Tickets Notes
1.8
(14w25a)
1.8
(14w25b)
Fixed [more information needed] Some blocks moved by pistons MC-56982 Affects all 17 glass panes, both fences, both walls, fence gates, all 12 stairs, and grass blocks. The status of iron bars is unknown.
1.8
(14w25a)
1.8
(14w25b)
Fixed [more information needed] Grass blocks held by endermen MC-56898 Command-summoned endermen holding other blocks currently untested.
1.11
(16w32a)
1.11
(16w44a)
Fixed [more information needed] Structure voids moved by pistons MC-109086

Missing font character[edit | edit source]

Many different characters use this, so a comprehensive list will not be made.

Invalid data value blocks and items[edit | edit source]

Invalid item data values tend to almost exclusively use the missing model in the later versions of their existence. Only states which show the missing model are listed here; those which use the normal textures, or appear invisible, are not included in this list.

Blocks[edit | edit source]

This section is missing information about: IDs to test:
  • 147 Light Weighted Pressure Plate
  • 148 Heavy Weighted Pressure Plate
  • State 6 buttons
  • Did we ever test two-block-tall plants?
  • Determine which remaining blocks are currently inaccessible in Survival.
 
Please expand the section to include this information. Further details may exist on the talk page.
ID Block Version rangeVersion range Affected metadata variants Obtainability in Survival Notes Examples
First Last
001 Stone 14w10a 14w25b 7-15 Arrow transmutation
002 Grass Block 14w10a 14w21b 1-15 Arrow transmutation Uses the correct model in 14w25a and 14w25b Video
003 Dirt 14w10a 14w25b 3-15 Arrow transmutation
004 Cobblestone 14w11b 14w25b 1-15 Arrow transmutation
005 Planks 14w10a 14w25b 6-15 Arrow transmutation
006 Saplings 14w10a 14w25b 6-7, 14-15 Dropped by IDV leaves2[verify] Item form has a tendency to crash the game in later versions.
007 Bedrock 14w11b 14w25b 1-15 Arrow transmutation
012 Sand 14w10a 14w25b 2-15 Arrow transmutation
013 Gravel 14w10a 14w25b 1-15 Arrow transmutation
014 Gold Ore 14w10a 14w25b 1-15 Arrow transmutation
015 Iron Ore 14w10a 14w25b 1-15 Arrow transmutation
016 Coal Ore 14w10a 14w25b 1-15 Arrow transmutation
019 Sponge 14w10a 14w25b 1-15 Arrow transmutation 1 later became used for the wet sponge.
020 Glass 14w10a 14w25b 1-15 Arrow transmutation
021 Lapis Lazuli Ore 14w10a 14w25b 1-15 Arrow transmutation 4 uses the normal model from 14w18a to 14w25b
022 Block of Lapis Lazuli 14w10a 14w25b 1-15 Arrow transmutation
023 Dispenser 14w10a 14w25b 6-7, 14-15 Arrow transmutation
024 Sandstone 14w10a 14w25b 3-15 Arrow transmutation
025 Note Block 14w10a 14w25b 1-15 Arrow transmutation
027 Powered Rail 14w10a 14w25b 6-7, 14-15 Door transmutation, powering Crashes 14w25a and 14w25b if approached.
028 Detector Rail 14w10a 14w25b 6-7, 14-15 Door transmutation, activation Crashes 14w25a and 14w25b if approached, and also appear to have a tendency to crash from large distances.
029 Sticky Piston 14w17a 14w25b 6-7, 14-15 Arrow transmutation Crashes 14w25a and 14w25b if approached.
030 Cobweb 14w10a 14w25b[verify] 1-15 [more information needed]
031 Grass 14w10a 14w25b 3-15 [more information needed] MC-50447
032 Dead Bush 14w10a 14w25b 1-15 [more information needed]
033 Piston 14w17a 14w25b 6-7, 14-15 Arrow transmutation Crashes 14w25a and 14w25b if approached. Video
034 Piston Head 14w17a 14w25b 1-15 Arrow transmutation[verify] Crashes 14w25a and 14w25b if approached. Video
037 Dandelion 14w10a 14w25b 1-15 [more information needed]
038 Other flowers 14w10a 14w25b 9-15 [more information needed]
039 Brown Mushroom 14w10a 14w25b 1-15 [more information needed]
040 Red Mushroom 14w10a 14w25b 1-15 [more information needed]
041 Block of Gold 14w10a 14w25b 1-15 Arrow transmutation
042 Block of Iron 14w10a 14w25b 1-15 Arrow transmutation
045 Bricks 14w11b 14w25b 1-15 Arrow transmutation
046 TNT 14w10a 14w25b 2-15 Arrow transmutation
047 Bookshelf 14w10a 14w25b 1-15 Arrow transmutation
048 Mossy Cobblestone 14w11b 14w25b 1-15 Arrow transmutation
049 Obsidian 14w10a 14w25b 1-15 Arrow transmutation
050 Torch 14w06b 14w25b[verify] 0,[verify] 6-15 Door transmutation (0, 6, 7 only) 0 randomly converts to a valid state. MC-47653
Video
052 Spawner 14w18a 14w25b 1-15 Arrow transmutation[verify] Flames are still visible:
056 Diamond Ore 14w10a 14w25b 1-15 Arrow transmutation
057 Block of Diamond 14w10a 14w25b 1-15 Arrow transmutation
058 Crafting Table 14w10a 14w25b 1-15 Arrow transmutation
059 Wheat 14w10a 14w25b 8-15 Infdev preserved DV transmutation Crashes 14w25a and 14w25b if approached.
060 Farmland 14w10a 14w25b[verify] 8-15 Arrow transmutation[verify]
061 Furnace 14w10a 14w25b 1, 6-9, 14-15 Door and arrow transmutation Crashes 14w25a and 14w25b if approached.
062 Lit Furnace 14w10a 14w25b 0-1,​[more information needed] 6-9, 14-15 Door and arrow transmutation Crashes 14w25a and 14w25b if approached.
065 Ladder 14w07a 14w25b[verify] 0, 6-15 Door transmutation (0, 1,[verify] 6 and 7 only)[verify] MC-51025
066 Rail 14w10a 14w25b[verify] 10-15 Merge transmutation Must be created before Beta 1.9 Prerelease 6. Crash testing required.
070 Stone Pressure Plate 14w10a 14w25b[verify] 2-15 Door transmutation (4 only)[verify]
072 Oak Pressure Plate 14w10a 14w25b[verify] 2-15 Door transmutation (4 only)[verify]
073 Redstone Ore 14w10a 14w25b 1-15 Arrow transmutation
074 Lit Redstone Ore 14w10a 14w25b 1-15 Arrow transmutation
075 Unlit Redstone Torch 14w07a 14w25b[verify] 0,[verify] 6-15 Door transmutation (0, 6, 7 only) 0 randomly converts to a valid state.
076 Redstone Torch 14w06b 14w25b[verify] 0,[verify] 6-15 Door transmutation (0, 6, 7 only) 0 randomly converts to a valid state. MC-48233
Video
077 Stone Button 14w10a 14w25b[verify] 6-7,[verify] 14-15 Door transmutation, pressing
078 Snow 14w10a 14w25b[verify] 8-15 Arrow transmutation
079 Ice 14w10a 14w25b 1-15 Arrow transmutation
080 Snow Block 14w10a 14w25b 1-15 Arrow transmutation
081 Jukebox 14w10a 14w25b[verify] 2-15 Arrow transmutation
082 Clay 14w10a 14w25b 1-15 Arrow transmutation
086 Carved Pumpkin 14w10a 14w25b 4-15 Arrow transmutation
087 Netherrack 14w10a 14w25b 1-15 Arrow transmutation
088 Soul Sand 14w10a 14w25b 1-15 Arrow transmutation
089 Glowstone 14w10a 14w25b 1-15 Arrow transmutation
091 Jack o'Lantern 14w10a 14w25b 4-15 Arrow transmutation
092 Cake 14w10a 14w25b[verify] 7-15 Arrow transmutation Crashes 14w25a and 14w25b if approached.
097 Infested blocks 14w10a 14w25b 6-15 Arrow transmutation
098 Stone Bricks 14w10a 14w25b 4-15 Arrow transmutation
099 Brown Mushroom Block 14w25a 14w25b[verify] 11-13 Arrow transmutation
100 Red Mushroom Block 14w25a 14w25b[verify] 11-13 Arrow transmutation
103 Melon 14w10a 14w25b 1-15 Arrow transmutation
106 Vines 14w07a 14w08a 0 Door transmutation Tinted: . Crashes 14w10a due to having no model specified.​[more information needed] MC-48539
110 Mycelium 14w11b 14w25b 1-15 Arrow transmutation
112 Nether Bricks 14w11b 14w25b 1-15 Arrow transmutation
114 Nether Wart 14w10a 14w25b 4-15 Door transmutation (4-7 only)[verify] 7 renders normally in 14w10a.[verify] Crashes 14w25a and 14w25b if approached.
116 Enchanting Table 14w18a 14w25b[verify] 1-15 Arrow transmutation Book is still visible:
117 Brewing Stand 14w11a 14w25b[verify] 8-15 Arrow transmutation 9-15 seem to revert to 0 when loaded in 14w25a.[needs testing]
118 Cauldron 14w10a 14w25b[verify] 4-15 Arrow transmutation Crashes 14w25a and 14w25b if approached.
120 End Portal Frame 14w07a 14w25b[verify] 8-15 Arrow transmutation
121 End Stone 14w11b 14w25b 1-15 Arrow transmutation
122 Dragon Egg 14w10a 14w25b[verify] 1-15 Arrow transmutation
123 Redstone Lamp 14w10a 14w25b 1-15 Arrow transmutation
124 Lit Redstone Lamp 14w10a 14w25b 1-15 Arrow transmutation
125 Double wooden slabs 14w10a 14w25b 6-15 Arrow transmutation
126 Wooden slabs 14w10a 14w25b[verify] 6-7, 14-15 Arrow transmutation
127 Cocoa 14w07a 14w25b[verify] 12-15 Arrow transmutation
129 Emerald Ore 14w10a 14w25b 1-15 Arrow transmutation
133 Block of Emerald 14w10a 14w25b 1-15 Arrow transmutation
137 Command Block 14w10a 14w25b[verify] 2-15 Block not obtainable in survival
138 Beacon 14w10a 14w25b 1-15 Arrow transmutation
141 Carrots 14w10a 14w25b 8-15 No currently known methods Crashes 14w25a and 14w25b if approached.
142 Potatoes 14w10a 14w25b 8-15 No currently known methods Crashes 14w25a and 14w25b if approached.
143 Oak Button 14w10a 14w25b[verify] 6-7,[verify] 14-15 Door transmutation, pressing
145 Anvil 14w10a 14w25b 12-15 Arrow transmutation
152 Block of Redstone 14w10a 14w25b 1-15 Arrow transmutation MC-50314
153 Nether Quartz Ore 14w10a 14w25b 1-15 Arrow transmutation
154 Hopper 14w10a 14w25b 1, 6-7, 9, 14-15 Arrow transmutation Crashes 14w25a and 14w25b if approached. Data values 6, 7, 14 and 15 are also known to render worlds unopenable; caution strongly advised.
155 Block of Quartz 14w10a 14w25b 5-15 Arrow transmutation
157 Activator Rail 14w10a 14w25b 6-7, 14-15 Door transmutation, powering Crashes 14w25a and 14w25b if approached.
158 Dropper 14w10a 14w25b 6-7, 14-15 Arrow transmutation
161 Leaves 14w10a 14w25b[verify] 2-3, 6-7, 10-11, 14-15 Arrow transmutation Crashes 14w25a and 14w25b if approached.
162 Logs 14w10a 14w25b[verify] 2-3, 6-7, 10-11, 14-15 Arrow transmutation Crashes 14w25a and 14w25b if approached.
165 Slime Block 14w10a 14w25b 1-15 Arrow transmutation
168 Prismarine 14w25a 14w25b[verify] 3-15 [more information needed]
169 Sea Lantern 14w25a 14w25b[verify] 1-15 [more information needed]
170 Hay Bale 14w10a 14w25b 12-15 Arrow transmutation
172 Terracotta 14w10a 14w25b 1-15 Arrow transmutation
173 Block of Coal 14w11b 14w25b 1-15 Arrow transmutation
174 Packed Ice 14w10a 14w25b 1-15 Arrow transmutation

Items[edit | edit source]

This section is missing information about:
    • MC-58445 - main ticket for invalid DV items
    • MC-58287, MC-58445, MC-59326, MC-63344, MC-88105 - also include invalid DV items
    • MC-70806 could also be considered an invalid DV item issue
  • more specific tickets for invalid DV items:
    • MC-67824 - snow
    • MC-70590 - sandstone
    • MC-72961 - map(?)
    • MC-76072 - skull
    • MC-86633 - command block.
 
Please expand the section to include this information. Further details may exist on the talk page.

The vast majority of item-damage combinations will have an absent model from versions 14w25a to 17w46a. A section detailing this in more specifics is pending.

Due to 17w47a's changes, giving oneself an item with an invalid damage value will no longer display the missing model or missing texture, as the entire concept of data value variants of items no longer exists. Existing such items will be converted into something else entirely, with a defined, functional model.

Example commands[edit | edit source]

This section lists reproduction commands which would be excessive to include within table notes sections.

Spyglass particles[edit | edit source]

Example ways to reproduce this:

  • Particle command: /particle minecraft:item{item:"minecraft:spyglass"}
  • Area effect cloud: /summon minecraft:area_effect_cloud ~ ~ ~ {Particle:{type:item,item:"minecraft:spyglass"},Radius:10,Duration:200}
  • Panda consumption: /summon minecraft:panda ~ ~ ~ {HandItems:[{id:"minecraft:spyglass",Count:1}]}

The item_model item component can also be used to reassign the spyglass model to existing items:

  • Player consumption: /give @s minecraft:sweet_berries[minecraft:item_model="minecraft:spyglass_in_hand"], then eat
  • Fox consumption: Drop the item obtained with the above command, have a fox pick it up, and wait
  • Egg breaking: /give @s minecraft:egg[minecraft:item_model="minecraft:spyglass_in_hand"], then throw at a block
  • Armor/tool breaking: /give @s minecraft:iron_chestplate[item_model="minecraft:spyglass_in_hand",max_damage=1], equip, then take damage

Missing texture particles also appear when breaking placed spyglass items in Java Edition 22w13oneBlockAtATime.

Air particles[edit | edit source]

Producing air particles is similar to producing spyglass particles via using a separate item with the spyglass model in earlier versions:

  • Player consumption: /give @s minecraft:sweet_berries[minecraft:item_model="minecraft:air"], then eat
  • Fox consumption: Drop the item obtained with the above command, have a fox pick it up, and wait
  • Egg breaking: /give @s minecraft:egg[minecraft:item_model="minecraft:air"], then throw at a block
  • Armor/tool breaking: /give @s minecraft:iron_chestplate[item_model="minecraft:air",max_damage=1], equip, then take damage

April Fools' versions[edit | edit source]

This section of the article is empty.
 
You can help by expanding it.

Notes[edit | edit source]

  1. Ticket originally referred to using placeholder spots in terrain.png, however tickets regarding the missing texture have since been resolved into it
  2. For some reason, this ticket is marked as affecting a version released after this was fixed.