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

Minecraft:Infested Block: Difference between revisions

From SAS Gaming Wiki
imported>Sightnado
Undo revision 3516067 by EndStoneBrickWall (talk) Monster Egg is the former name of infested blocks
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 36: Line 36:
| mapcolor = {{TooltipSprite||Infested Deepslate}} {{Map color|Infested Deepslate}}<br>All others:<br>{{Map color|Infested Block}}{{only|je|short=1}}<br>{{Map color|Stone}}{{only|be|short=1}}
| mapcolor = {{TooltipSprite||Infested Deepslate}} {{Map color|Infested Deepslate}}<br>All others:<br>{{Map color|Infested Block}}{{only|je|short=1}}<br>{{Map color|Stone}}{{only|be|short=1}}
}}
}}
An '''infested block''' is a [[Minecraft:stone]], stone variant or [[Minecraft:deepslate]] block inhabited by a [[Minecraft:silverfish]], which can break out if it is mined or a nearby silverfish is attacked. Infested blocks break more quickly, do not drop as [[Minecraft:item]]s and can be safely cleaned of infestation using [[Minecraft:Silk Touch]].
An '''infested block''' is a [[Minecraft:stone]], stone variant or [[Minecraft:deepslate]] block inhabited by a silverfish, which can break out if it is mined or a nearby silverfish is attacked. Infested blocks break more quickly, do not drop as [[Minecraft:item]]s and can be safely cleaned of infestation using [[Minecraft:Silk Touch]].


== Obtaining ==
== Obtaining ==
Line 44: Line 44:
[[File:Silverfish infest anim.gif|thumb|right|Breaking an infested block by hand. More silverfish appear when attacking the first one.]]
[[File:Silverfish infest anim.gif|thumb|right|Breaking an infested block by hand. More silverfish appear when attacking the first one.]]
{{breaking row|horizontal=1|Infested Stone, Infested Stone Bricks; Infested Cobblestone; Infested Deepslate|Pickaxe;Pickaxe;Pickaxe|drop=0;0;0}}
{{breaking row|horizontal=1|Infested Stone, Infested Stone Bricks; Infested Cobblestone; Infested Deepslate|Pickaxe;Pickaxe;Pickaxe|drop=0;0;0}}
When the block is broken, whether by a [[Minecraft:player]] or by an [[Minecraft:explosion]], a [[Minecraft:silverfish]] spawns where it was broken unless the [[Minecraft:difficulty]] is Peaceful or the [[Minecraft:game rule]] <code>doTileDrops</code> is set to <code>false</code> (<code>doMobSpawning</code> is irrelevant).
When the block is broken, whether by a player or by an explosion, a silverfish spawns where it was broken unless the difficulty is Peaceful or the game rule <code>doTileDrops</code> is set to <code>false</code> (<code>doMobSpawning</code> is irrelevant).


Infested blocks take less time to break than their normal counterparts. When breaking them with a [[Minecraft:pickaxe]], they take half as much time to break as their normal counterparts.
Infested blocks take less time to break than their normal counterparts. When breaking them with a [[Minecraft:pickaxe]], they take half as much time to break as their normal counterparts.


When mined with anything other than a [[Minecraft:Silk Touch]]-enchanted tool, an infested block drops nothing and spawns a silverfish that immediately attacks the player. If the player attacks a silverfish directly with a [[Minecraft:sword]], [[Minecraft:bow]], or [[Minecraft:potion of Harming]], or when a silverfish takes [[Minecraft:Poison]] damage, nearby infested blocks break, spawning more aggressive silverfish. If the silverfish is killed in one hit, then nearby infested blocks do not break, and no silverfish spawn from them.<ref>{{bug|MC-2432|||WAI}}</ref>
When mined with anything other than a [[Minecraft:Silk Touch]]-enchanted tool, an infested block drops nothing and spawns a silverfish that immediately attacks the player. If the player attacks a silverfish directly with a [[Minecraft:sword]], [[Minecraft:bow]], or potion of Harming, or when a silverfish takes Poison damage, nearby infested blocks break, spawning more aggressive silverfish. If the silverfish is killed in one hit, then nearby infested blocks do not break, and no silverfish spawn from them.<ref>{{bug|MC-2432|||WAI}}</ref>


When mined with a tool enchanted with Silk Touch, the equivalent non-infested block is dropped without spawning a silverfish.<ref>{{bug|MC-48184|||WAI}}</ref> This may be ''any'' tool (including [[Minecraft:sword]]s), meaning a pickaxe is not required to harvest the block.
When mined with a tool enchanted with Silk Touch, the equivalent non-infested block is dropped without spawning a silverfish.<ref>{{bug|MC-48184|||WAI}}</ref> This may be ''any'' tool (including [[Minecraft:sword]]s), meaning a pickaxe is not required to harvest the block.


=== Natural generation ===
=== Natural generation ===
Infested stone bricks are occasionally found in [[Minecraft:stronghold]]s and [[Minecraft:igloo]] basements in place of normal stone bricks. Infested mossy and chiseled stone bricks also generate in [[Minecraft:igloo]] basements, but they do not generate naturally in [[Minecraft:stronghold]]s.<ref>{{bug|MC-140209|||Invalid}}</ref>
Infested stone bricks are occasionally found in strongholds and igloo basements in place of normal stone bricks. Infested mossy and chiseled stone bricks also generate in igloo basements, but they do not generate naturally in strongholds.<ref>{{bug|MC-140209|||Invalid}}</ref>


Infested [[Minecraft:cobblestone]] is found in the rarely generated [[Minecraft:Woodland_Mansion#Rooms|"Fake End portal room"]] in [[Minecraft:woodland mansion]]s.
Infested [[Minecraft:cobblestone]] is found in the rarely generated "Fake End portal room" in woodland mansions.


Infested [[Minecraft:stone]] and [[Minecraft:deepslate]] can generate in the [[Minecraft:Overworld]] in the form of [[Minecraft:Ore (feature)|blob]]s. Infested blocks attempt to generate 14 times per [[Minecraft:chunk]] in ore features of size 0-13{{only|je|short=1}}/0-10{{only|be|short=1}}, from [[Minecraft:altitude]]s -64 to 63 {{in|java}} or 0 to 64 {{in|bedrock}}, within one of the following [[Minecraft:biome]]s, or within a chunk that is at least partially occupied by one of these biomes:
Infested [[Minecraft:stone]] and [[Minecraft:deepslate]] can generate in the [[Minecraft:Overworld]] in the form of blobs. Infested blocks attempt to generate 14 times per chunk in ore features of size 0-13{{only|je|short=1}}/0-10{{only|be|short=1}}, from altitudes -64 to 63 {{in|java}} or 0 to 64 {{in|bedrock}}, within one of the following [[Minecraft:biome]]s, or within a chunk that is at least partially occupied by one of these biomes:


* {{BiomeLink|Windswept Gravelly Hills}}
* {{BiomeLink|Windswept Gravelly Hills}}
Line 75: Line 75:


=== Post-generation ===
=== Post-generation ===
Infested blocks are generated when a [[Minecraft:silverfish]] enters the respective normal block form.
Infested blocks are generated when a silverfish enters the respective normal block form.


== Usage ==
== Usage ==
When mined, an infested block spawns a silverfish that immediately attacks the player. If the player attacks a [[Minecraft:silverfish]] directly with a [[Minecraft:sword]], [[Minecraft:bow]], or [[Minecraft:potion of Harming]], or when a silverfish takes poison damage, nearby infested blocks break, spawning more aggressive silverfish. If the silverfish is killed in one hit, then nearby infested blocks do not break, and no silverfish spawn from them.
When mined, an infested block spawns a silverfish that immediately attacks the player. If the player attacks a silverfish directly with a [[Minecraft:sword]], [[Minecraft:bow]], or potion of Harming, or when a silverfish takes poison damage, nearby infested blocks break, spawning more aggressive silverfish. If the silverfish is killed in one hit, then nearby infested blocks do not break, and no silverfish spawn from them.


A silverfish does not spawn if the block is destroyed by the [[Minecraft:ender dragon]].
A silverfish does not spawn if the block is destroyed by the ender dragon.


=== Identifying ===
=== Identifying ===
[[Minecraft:Note block]]s placed on infested blocks produce flute sounds{{only|bedrock}} or harp sounds{{only|java}}, while those placed on non-infested blocks produce bass drum sounds.
Note blocks placed on infested blocks produce flute sounds{{only|bedrock}} or harp sounds{{only|java}}, while those placed on non-infested blocks produce bass drum sounds.


A player can distinguish infested blocks from their non-infested counterparts by observing that an infested block breaks faster than the block it appears to be, with or without a pickaxe.
A player can distinguish infested blocks from their non-infested counterparts by observing that an infested block breaks faster than the block it appears to be, with or without a pickaxe.


{{IN|java}}, using the [[Minecraft:debug screen]], a player can identify whether or not a block is infested.
{{IN|java}}, using the debug screen, a player can identify whether or not a block is infested.


== Sounds ==
== Sounds ==
Line 202: Line 202:
|{{HistoryLine|java beta}}
|{{HistoryLine|java beta}}
|{{HistoryLine||1.8|dev=Pre-release|[[File:Stone JE4.png|32px]] [[File:Cobblestone JE3 BE2.png|32px]] [[File:Stone Bricks JE1 BE1.png|32px]] Added monster eggs.
|{{HistoryLine||1.8|dev=Pre-release|[[File:Stone JE4.png|32px]] [[File:Cobblestone JE3 BE2.png|32px]] [[File:Stone Bricks JE1 BE1.png|32px]] Added monster eggs.
|If a silverfish enters [[Minecraft:mossy stone bricks]] or [[Minecraft:cracked stone bricks]], they convert into stone brick monster eggs.  
|If a silverfish enters mossy stone bricks or cracked stone bricks, they convert into stone brick monster eggs.  
|They currently lack an in-game name, and are not in the Creative inventory, so they are commonly referred to as "Block 97" due to their numeral ID.}}
|They currently lack an in-game name, and are not in the Creative inventory, so they are commonly referred to as "Block 97" due to their numeral ID.}}
|{{HistoryLine|java}}
|{{HistoryLine|java}}
|{{HistoryLine||1.2.1|dev=1.2|If a silverfish enters [[Minecraft:chiseled stone bricks]], they convert into infested stone bricks.}}
|{{HistoryLine||1.2.1|dev=1.2|If a silverfish enters chiseled stone bricks, they convert into infested stone bricks.}}
|{{HistoryLine||1.3.1|dev=12w17a|Infested blocks are now labeled as "Stone Monster Egg", "Cobblestone Monster Egg", or "Stone Brick Monster Egg" depending on what kind of [[Minecraft:block]] it is.}}
|{{HistoryLine||1.3.1|dev=12w17a|Infested blocks are now labeled as "Stone Monster Egg", "Cobblestone Monster Egg", or "Stone Brick Monster Egg" depending on what kind of [[Minecraft:block]] it is.}}
|{{HistoryLine|||dev=12w21b|Stone monster egg is now available in the [[Minecraft:Creative inventory]].}}
|{{HistoryLine|||dev=12w21b|Stone monster egg is now available in the [[Minecraft:Creative inventory]].}}
|{{HistoryLine|||dev=12w22a|Cobblestone and stone brick monster eggs are now available in the Creative inventory.}}
|{{HistoryLine|||dev=12w22a|Cobblestone and stone brick monster eggs are now available in the Creative inventory.}}
|{{HistoryLine||1.4.2|dev=12w38a|Stone monster eggs now rarely generate in [[Minecraft:extreme hills]] and [[Minecraft:extreme hills edge]] biome.}}
|{{HistoryLine||1.4.2|dev=12w38a|Stone monster eggs now rarely generate in extreme hills and extreme hills edge biome.}}
|{{HistoryLine||1.6.1|dev=13w17a|[[Minecraft:Silverfish]] do not cause monster eggs to [[Minecraft:break]] when {{cmd|gamerule mobGriefing}} is set to false.}}
|{{HistoryLine||1.6.1|dev=13w17a|Silverfish do not cause monster eggs to break when {{cmd|gamerule mobGriefing}} is set to false.}}
|{{HistoryLine||1.7.2|dev=13w36a|[[File:Mossy Stone Bricks JE1 BE1.png|32px]] [[File:Cracked Stone Bricks JE1 BE1.png|32px]] [[File:Chiseled Stone Bricks JE1 BE1.png|32px]] Added mossy stone brick monster egg, cracked stone brick monster egg and chiseled stone brick monster egg variants, likely as a fix for {{bug|MC-7449}}. These are available in the Creative inventory.
|{{HistoryLine||1.7.2|dev=13w36a|[[File:Mossy Stone Bricks JE1 BE1.png|32px]] [[File:Cracked Stone Bricks JE1 BE1.png|32px]] [[File:Chiseled Stone Bricks JE1 BE1.png|32px]] Added mossy stone brick monster egg, cracked stone brick monster egg and chiseled stone brick monster egg variants, likely as a fix for {{bug|MC-7449}}. These are available in the Creative inventory.
|Silverfish are now spawned when a monster egg is destroyed by an explosion.
|Silverfish are now spawned when a monster egg is destroyed by an explosion.
|Stone monster eggs now generate in [[Minecraft:extreme hills+]], [[Minecraft:extreme hills M]] and [[Minecraft:extreme hills+ M]].}}
|Stone monster eggs now generate in extreme hills+, extreme hills M and extreme hills+ M.}}
|{{HistoryLine||1.8|dev=14w04a|[[Minecraft:Silverfish]] are no longer spawned when [[Minecraft:mining]] a monster egg with a [[Minecraft:Silk Touch]] tool.
|{{HistoryLine||1.8|dev=14w04a|Silverfish are no longer spawned when mining a monster egg with a [[Minecraft:Silk Touch]] tool.
|Silverfish are no longer spawned when destroying a monster egg in [[Minecraft:Creative]] mode.}}
|Silverfish are no longer spawned when destroying a monster egg in Creative mode.}}
|{{HistoryLine||1.9|dev=15w43a|Monster eggs now generate among the [[Minecraft:stone bricks]] of [[Minecraft:igloo]] basements, with either regular, mossy or chiseled stone brick appearance.}}
|{{HistoryLine||1.9|dev=15w43a|Monster eggs now generate among the stone bricks of igloo basements, with either regular, mossy or chiseled stone brick appearance.}}
|{{HistoryLine||1.11|dev=16w39a|Cobblestone monster eggs now generate in [[Minecraft:woodland mansion]]s.}}
|{{HistoryLine||1.11|dev=16w39a|Cobblestone monster eggs now generate in woodland mansions.}}
|{{HistoryLine||1.13|dev=17w47a|"<block> Monster Egg" have been renamed to "Infested <block>".
|{{HistoryLine||1.13|dev=17w47a|"<block> Monster Egg" have been renamed to "Infested <block>".
|Infested blocks now [[Minecraft:break]] instantly, regardless of the [[Minecraft:tool]], instead of taking longer to break than their non-infested counterparts. This makes them harder to identify.}}
|Infested blocks now break instantly, regardless of the [[Minecraft:tool]], instead of taking longer to break than their non-infested counterparts. This makes them harder to identify.}}
|{{HistoryLine||1.14|dev=18w43a|[[File:Stone JE5 move.png|32px]] [[File:Cobblestone JE4.png|32px]] [[File:Stone Bricks JE2.png|32px]] [[File:Mossy Stone Bricks JE2.png|32px]] [[File:Cracked Stone Bricks JE2.png|32px]] [[File:Chiseled Stone Bricks JE2.png|32px]] The textures of infested blocks have been changed.}}
|{{HistoryLine||1.14|dev=18w43a|[[File:Stone JE5 move.png|32px]] [[File:Cobblestone JE4.png|32px]] [[File:Stone Bricks JE2.png|32px]] [[File:Mossy Stone Bricks JE2.png|32px]] [[File:Cracked Stone Bricks JE2.png|32px]] [[File:Chiseled Stone Bricks JE2.png|32px]] The textures of infested blocks have been changed.}}
|{{HistoryLine|||dev=18w44a|[[File:Stone JE6.png|32px]] The texture of infested stone has been changed, once again.}}
|{{HistoryLine|||dev=18w44a|[[File:Stone JE6.png|32px]] The texture of infested stone has been changed, once again.}}
|{{HistoryLine|||dev=18w47a|[[File:Stone Bricks JE3 BE2.png|32px]] [[File:Mossy Stone Bricks JE3 BE2.png|32px]] [[File:Cracked Stone Bricks JE3 BE2.png|32px]] [[File:Chiseled Stone Bricks JE3 BE2.png|32px]] The textures of all infested stone bricks have been changed to appear more smooth.}}
|{{HistoryLine|||dev=18w47a|[[File:Stone Bricks JE3 BE2.png|32px]] [[File:Mossy Stone Bricks JE3 BE2.png|32px]] [[File:Cracked Stone Bricks JE3 BE2.png|32px]] [[File:Chiseled Stone Bricks JE3 BE2.png|32px]] The textures of all infested stone bricks have been changed to appear more smooth.}}
|{{HistoryLine|||dev=18w50a|[[File:Cobblestone JE5.png|32px]] The texture of infested cobblestone has been changed, once again.}}
|{{HistoryLine|||dev=18w50a|[[File:Cobblestone JE5.png|32px]] The texture of infested cobblestone has been changed, once again.}}
|{{HistoryLine||1.15|dev=19w39a|[[Minecraft:Silverfish]] are no longer spawned when an infested block is destroyed in an [[Minecraft:explosion]].}}
|{{HistoryLine||1.15|dev=19w39a|Silverfish are no longer spawned when an infested block is destroyed in an explosion.}}
|{{HistoryLine||1.16|dev=20w07a|Silverfish are now spawned from blown up infested blocks again.}}
|{{HistoryLine||1.16|dev=20w07a|Silverfish are now spawned from blown up infested blocks again.}}
|{{HistoryLine||1.17|dev=21w10a|[[File:Deepslate JE3.png|32px]] Added infested deepslate.}}
|{{HistoryLine||1.17|dev=21w10a|[[File:Deepslate JE3.png|32px]] Added infested deepslate.}}
|{{HistoryLine|||dev=21w15a|Infested deepslate now has the correct sounds.<ref>{{bug|MC-218698||Infested deepslate makes the old "stone" sounds|Fixed}}</ref>}}
|{{HistoryLine|||dev=21w15a|Infested deepslate now has the correct sounds.<ref>{{bug|MC-218698||Infested deepslate makes the old "stone" sounds|Fixed}}</ref>}}
|{{HistoryLine|||dev=21w16a|[[File:Deepslate (EW) JE3.png|32px]] [[File:Deepslate (NS) JE3.png|32px]] Infested Deepslate can now be placed on any axis. It can also now have random texture rotation like [[Minecraft:deepslate]].}}
|{{HistoryLine|||dev=21w16a|[[File:Deepslate (EW) JE3.png|32px]] [[File:Deepslate (NS) JE3.png|32px]] Infested Deepslate can now be placed on any axis. It can also now have random texture rotation like [[Minecraft:deepslate]].}}
|{{HistoryLine|||dev=21w18a|Instead of breaking instantly, infested blocks now take half of the time to [[Minecraft:Hardness|break]] compared to their regular counterparts.}}
|{{HistoryLine|||dev=21w18a|Instead of breaking instantly, infested blocks now take half of the time to break compared to their regular counterparts.}}
|{{HistoryLine|||dev=21w19a|Pickaxes are now the appropriate tool for breaking infested blocks.<ref>{{bug|MC-224972}}</ref>}}
|{{HistoryLine|||dev=21w19a|Pickaxes are now the appropriate tool for breaking infested blocks.<ref>{{bug|MC-224972}}</ref>}}
|{{HistoryLine||1.18|dev=experimental snapshot 2|Infested stone and infested deepslate now generates in [[Minecraft:meadow]]s, [[Minecraft:grove]]s, [[Minecraft:snowy slopes]], [[Minecraft:lofty peaks]], and [[Minecraft:snowcapped peaks]].}}
|{{HistoryLine||1.18|dev=experimental snapshot 2|Infested stone and infested deepslate now generates in meadows, groves, snowy slopes, lofty peaks, and snowcapped peaks.}}
|{{HistoryLine|||dev=experimental snapshot 3|Infested stone and infested deepslate now generate in [[Minecraft:stony peaks]].}}  
|{{HistoryLine|||dev=experimental snapshot 3|Infested stone and infested deepslate now generate in stony peaks.}}  
|{{HistoryLine|||dev=21w40a|Infested stone and infested deepslate no longer generate in [[Minecraft:gravelly mountains+]] and [[Minecraft:mountain edge]].}}
|{{HistoryLine|||dev=21w40a|Infested stone and infested deepslate no longer generate in gravelly mountains+ and mountain edge.}}
}}
}}


Line 240: Line 240:
|{{HistoryLine|pocket alpha}}
|{{HistoryLine|pocket alpha}}
|{{HistoryLine||v0.9.0|dev=build 1|[[File:Stone JE4.png|32px]] [[File:Cobblestone JE3 BE2.png|32px]] [[File:Stone Bricks JE1 BE1.png|32px]] [[File:Mossy Stone Bricks JE1 BE1.png|32px]] [[File:Cracked Stone Bricks JE1 BE1.png|32px]] [[File:Chiseled Stone Bricks JE1 BE1.png|32px]] Added monster eggs.
|{{HistoryLine||v0.9.0|dev=build 1|[[File:Stone JE4.png|32px]] [[File:Cobblestone JE3 BE2.png|32px]] [[File:Stone Bricks JE1 BE1.png|32px]] [[File:Mossy Stone Bricks JE1 BE1.png|32px]] [[File:Cracked Stone Bricks JE1 BE1.png|32px]] [[File:Chiseled Stone Bricks JE1 BE1.png|32px]] Added monster eggs.
|The only way to create monster eggs in-game is with the help of [[Minecraft:silverfish]], as all variants cannot be accessed in the Creative inventory.}}
|The only way to create monster eggs in-game is with the help of silverfish, as all variants cannot be accessed in the Creative inventory.}}
|{{HistoryLine||v0.11.0|dev=build 1|Monster eggs now generate in [[Minecraft:extreme hills]] biome.}}
|{{HistoryLine||v0.11.0|dev=build 1|Monster eggs now generate in extreme hills biome.}}
|{{HistoryLine||v0.16.0|dev=build 1|Six variants of monster eggs are now available in the [[Minecraft:Creative inventory]].}}
|{{HistoryLine||v0.16.0|dev=build 1|Six variants of monster eggs are now available in the [[Minecraft:Creative inventory]].}}
|{{HistoryLine|pocket}}
|{{HistoryLine|pocket}}
|{{HistoryLine||1.0.0|dev=alpha 0.17.0.1|Monster eggs now generate among the [[Minecraft:stone bricks]] of [[Minecraft:igloo]] basements, with either regular, cracked, mossy or chiseled stone brick appearance.}}
|{{HistoryLine||1.0.0|dev=alpha 0.17.0.1|Monster eggs now generate among the stone bricks of igloo basements, with either regular, cracked, mossy or chiseled stone brick appearance.}}
|{{HistoryLine||1.1.0|dev=alpha 1.1.0.0|Cobblestone monster eggs now generate in [[Minecraft:woodland mansion]]s.}}
|{{HistoryLine||1.1.0|dev=alpha 1.1.0.0|Cobblestone monster eggs now generate in woodland mansions.}}
|{{HistoryLine|bedrock}}
|{{HistoryLine|bedrock}}
|{{HistoryLine||1.10.0|dev=beta 1.10.0.3|"Monster Eggs" have been renamed to "Infested Blocks".
|{{HistoryLine||1.10.0|dev=beta 1.10.0.3|"Monster Eggs" have been renamed to "Infested Blocks".
Line 252: Line 252:
|Pickaxes are now the appropriate tool for breaking infested blocks.}}
|Pickaxes are now the appropriate tool for breaking infested blocks.}}
|{{HistoryLine||1.20.30|dev=Preview 1.20.20.21|The blast resistance of infested blocks has been decreased from 1.8 to 0.75.}}
|{{HistoryLine||1.20.30|dev=Preview 1.20.20.21|The blast resistance of infested blocks has been decreased from 1.8 to 0.75.}}
|{{HistoryLine||1.21.20|dev=Preview 1.21.10.20|The different [[Minecraft:block states]] for the <code>monster_egg</code> ID have been split up into their own IDs.
|{{HistoryLine||1.21.20|dev=Preview 1.21.10.20|The different block states for the <code>monster_egg</code> ID have been split up into their own IDs.
|Increased the hardness of infested cobblestone from 0.75 to 1.}}
|Increased the hardness of infested cobblestone from 0.75 to 1.}}
|{{HistoryLine||1.21.30|dev=Preview 1.21.30.22|Renamed "Infested Stone Brick" to "Infested Stone Bricks" to match {{JE}}.}}
|{{HistoryLine||1.21.30|dev=Preview 1.21.30.22|Renamed "Infested Stone Brick" to "Infested Stone Bricks" to match {{JE}}.}}
Line 263: Line 263:
|{{HistoryLine||xbox=TU7|The names of infested blocks have been changed from "Silverfish Stone" to "Silverfish <stone type>".}}
|{{HistoryLine||xbox=TU7|The names of infested blocks have been changed from "Silverfish Stone" to "Silverfish <stone type>".}}
|{{HistoryLine||xbox=TU31|xbone=CU19|ps3=1.22|psvita=1.22|ps4=1.22|wiiu=Patch 3|[[File:Mossy Stone Bricks JE1 BE1.png|32px]] [[File:Cracked Stone Bricks JE1 BE1.png|32px]] [[File:Chiseled Stone Bricks JE1 BE1.png|32px]] Added silverfish mossy stone brick, silverfish cracked stone brick and silverfish chiseled stone bricks.}}
|{{HistoryLine||xbox=TU31|xbone=CU19|ps3=1.22|psvita=1.22|ps4=1.22|wiiu=Patch 3|[[File:Mossy Stone Bricks JE1 BE1.png|32px]] [[File:Cracked Stone Bricks JE1 BE1.png|32px]] [[File:Chiseled Stone Bricks JE1 BE1.png|32px]] Added silverfish mossy stone brick, silverfish cracked stone brick and silverfish chiseled stone bricks.}}
|{{HistoryLine||xbox=TU43|xbone=CU33|ps3=1.36|psvita=1.36|ps4=1.36|wiiu=Patch 13|switch=1.0.1|Silverfish blocks now generate among the [[Minecraft:stone bricks]] of [[Minecraft:igloo]] basements, with either regular, mossy or chiseled stone brick appearance.}}
|{{HistoryLine||xbox=TU43|xbone=CU33|ps3=1.36|psvita=1.36|ps4=1.36|wiiu=Patch 13|switch=1.0.1|Silverfish blocks now generate among the stone bricks of igloo basements, with either regular, mossy or chiseled stone brick appearance.}}
|{{HistoryLine||xbox=TU54|xbone=CU44|ps3=1.52|psvita=1.52|ps4=1.52|wiiu=Patch 24|switch=1.0.4|Silverfish blocks now generate in [[Minecraft:woodland mansion]]s.}}
|{{HistoryLine||xbox=TU54|xbone=CU44|ps3=1.52|psvita=1.52|ps4=1.52|wiiu=Patch 24|switch=1.0.4|Silverfish blocks now generate in woodland mansions.}}
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|[[File:Stone JE6.png|32px]] [[File:Cobblestone JE5 BE3.png|32px]] [[File:Stone Bricks JE3 BE2.png|32px]] [[File:Mossy Stone Bricks JE3 BE2.png|32px]] [[File:Cracked Stone Bricks JE3 BE2.png|32px]] [[File:Chiseled Stone Bricks JE3 BE2.png|32px]] The textures of silverfish blocks have been changed.}}
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|[[File:Stone JE6.png|32px]] [[File:Cobblestone JE5 BE3.png|32px]] [[File:Stone Bricks JE3 BE2.png|32px]] [[File:Mossy Stone Bricks JE3 BE2.png|32px]] [[File:Cracked Stone Bricks JE3 BE2.png|32px]] [[File:Chiseled Stone Bricks JE3 BE2.png|32px]] The textures of silverfish blocks have been changed.}}
}}
}}
Line 278: Line 278:
|{{HistoryLine|java}}
|{{HistoryLine|java}}
|{{HistoryLine||1.8|dev=14w06a|All infested blocks now use the newly-implemented model json file {{code|models/block/cube.json}}; previously the geometry was defined in the game code itself.}}
|{{HistoryLine||1.8|dev=14w06a|All infested blocks now use the newly-implemented model json file {{code|models/block/cube.json}}; previously the geometry was defined in the game code itself.}}
|{{HistoryLine||1.13|dev=17w47a|The different [[Minecraft:block states]] for the <code>monster_egg</code> ID have been split up into their own IDs.
|{{HistoryLine||1.13|dev=17w47a|The different block states for the <code>monster_egg</code> ID have been split up into their own IDs.
|Prior to [[Minecraft:1.13/Flattening|''The Flattening'']], this block's numeral ID was 97.}}
|Prior to ''The Flattening'', this block's numeral ID was 97.}}
}}
}}


Line 302: Line 302:
[[Category:Hazardous blocks]]
[[Category:Hazardous blocks]]


[[Minecraft:cs:Blok rybenky]]
cs:Blok rybenky
[[Minecraft:de:Befallener Stein]]
de:Befallener Stein
[[Minecraft:es:Bloque infestado]]
es:Bloque infestado
[[Minecraft:fr:Bloc infesté]]
fr:Bloc infesté
[[Minecraft:hu:Kő ezüstmollyal]]
hu:Kő ezüstmollyal
[[Minecraft:it:Blocco infestato]]
it:Blocco infestato
[[Minecraft:ja:虫食いブロック]]
ja:虫食いブロック
[[Minecraft:ko:벌레 먹은 블록]]
ko:벌레 먹은 블록
[[Minecraft:nl:Geïnfecteerd blok]]
nl:Geïnfecteerd blok
[[Minecraft:pl:Zarobaczony blok]]
pl:Zarobaczony blok
[[Minecraft:pt:Bloco Infestado]]
pt:Bloco Infestado
[[Minecraft:ru:Заражённый блок]]
ru:Заражённый блок
[[Minecraft:uk:Заражений блок]]
uk:Заражений блок
[[Minecraft:zh:虫蚀方块]]
zh:虫蚀方块

Revision as of 15:52, 9 April 2026

Template:Redirect Template:Infobox block An infested block is a Minecraft:stone, stone variant or Minecraft:deepslate block inhabited by a silverfish, which can break out if it is mined or a nearby silverfish is attacked. Infested blocks break more quickly, do not drop as Minecraft:items and can be safely cleaned of infestation using Minecraft:Silk Touch.

Obtaining

Infested blocks are not obtainable by Minecraft:Silk Touch. They are available only through the Creative inventory or Minecraft:commands. However, they can be retained from worlds played in versions where they were legitimately obtainable.

Breaking

File:Silverfish infest anim.gif
Breaking an infested block by hand. More silverfish appear when attacking the first one.

Template:Breaking row When the block is broken, whether by a player or by an explosion, a silverfish spawns where it was broken unless the difficulty is Peaceful or the game rule doTileDrops is set to false (doMobSpawning is irrelevant).

Infested blocks take less time to break than their normal counterparts. When breaking them with a Minecraft:pickaxe, they take half as much time to break as their normal counterparts.

When mined with anything other than a Minecraft:Silk Touch-enchanted tool, an infested block drops nothing and spawns a silverfish that immediately attacks the player. If the player attacks a silverfish directly with a Minecraft:sword, Minecraft:bow, or potion of Harming, or when a silverfish takes Poison damage, nearby infested blocks break, spawning more aggressive silverfish. If the silverfish is killed in one hit, then nearby infested blocks do not break, and no silverfish spawn from them.<ref>Template:Bug</ref>

When mined with a tool enchanted with Silk Touch, the equivalent non-infested block is dropped without spawning a silverfish.<ref>Template:Bug</ref> This may be any tool (including Minecraft:swords), meaning a pickaxe is not required to harvest the block.

Natural generation

Infested stone bricks are occasionally found in strongholds and igloo basements in place of normal stone bricks. Infested mossy and chiseled stone bricks also generate in igloo basements, but they do not generate naturally in strongholds.<ref>Template:Bug</ref>

Infested Minecraft:cobblestone is found in the rarely generated "Fake End portal room" in woodland mansions.

Infested Minecraft:stone and Minecraft:deepslate can generate in the Minecraft:Overworld in the form of blobs. Infested blocks attempt to generate 14 times per chunk in ore features of size 0-13Template:Only/0-10Template:Only, from altitudes -64 to 63 Template:In or 0 to 64 Template:In, within one of the following Minecraft:biomes, or within a chunk that is at least partially occupied by one of these biomes:

Infested stone can replace Minecraft:stone, Minecraft:andesite, Minecraft:diorite, Minecraft:granite, Minecraft:tuff, and Minecraft:deepslate. If it replaces tuff or deepslate, it becomes infested deepslate.

Template:Block distribution

Post-generation

Infested blocks are generated when a silverfish enters the respective normal block form.

Usage

When mined, an infested block spawns a silverfish that immediately attacks the player. If the player attacks a silverfish directly with a Minecraft:sword, Minecraft:bow, or potion of Harming, or when a silverfish takes poison damage, nearby infested blocks break, spawning more aggressive silverfish. If the silverfish is killed in one hit, then nearby infested blocks do not break, and no silverfish spawn from them.

A silverfish does not spawn if the block is destroyed by the ender dragon.

Identifying

Note blocks placed on infested blocks produce flute soundsTemplate:Only or harp soundsTemplate:Only, while those placed on non-infested blocks produce bass drum sounds.

A player can distinguish infested blocks from their non-infested counterparts by observing that an infested block breaks faster than the block it appears to be, with or without a pickaxe.

Template:IN, using the debug screen, a player can identify whether or not a block is infested.

Sounds

Stone sounds

Template:Sound table/Block/Stone

Deepslate sounds

Template:Sound table/Block/Deepslate

Data values

ID

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

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

Block states

Template:See also

Template:El:
Infested Deepslate: Template:Bst

History

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Legacy Console Edition

Template:HistoryTable

New Nintendo 3DS Edition

Template:HistoryTable

Data history

Template:HistoryTable

Issues

Template:Issue list

Trivia

  • Despite silverfish being able to infest cobblestone, stone bricks, and mossy stone bricks, they cannot infest mossy cobblestone.<ref>Template:Bug</ref>

References

Template:Reflist

External links

Navigation

Template:Navbox blocks

cs:Blok rybenky de:Befallener Stein es:Bloque infestado fr:Bloc infesté hu:Kő ezüstmollyal it:Blocco infestato ja:虫食いブロック ko:벌레 먹은 블록 nl:Geïnfecteerd blok pl:Zarobaczony blok pt:Bloco Infestado ru:Заражённый блок uk:Заражений блок zh:虫蚀方块