<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3AIce_Spike</id>
	<title>Minecraft:Ice Spike - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3AIce_Spike"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Ice_Spike&amp;action=history"/>
	<updated>2026-06-10T14:01:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:Ice_Spike&amp;diff=132772&amp;oldid=prev</id>
		<title>SyncBot: Sync: new page from Minecraft</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Ice_Spike&amp;diff=132772&amp;oldid=prev"/>
		<updated>2026-05-24T11:10:37Z</updated>

		<summary type="html">&lt;p&gt;Sync: new page from Minecraft&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{distinguish|Ice Spikes}}&lt;br /&gt;
{{Infobox structure&lt;br /&gt;
| title = Ice spike&lt;br /&gt;
| image = Ice_World_Spikes.png&lt;br /&gt;
| image2 = Ice_World_Spikes_Large.png&lt;br /&gt;
| image2size = 50px&lt;br /&gt;
| biome = {{BiomeLink|Ice Spikes}}&lt;br /&gt;
| blocks =&lt;br /&gt;
* {{BlockLink|Packed Ice}}&lt;br /&gt;
| canspawn = No&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Ice spikes&amp;#039;&amp;#039;&amp;#039; are common [[Minecraft:feature]]s made of [[Minecraft:packed ice]]. Ice spikes only generate in the [[Minecraft:ice spikes]] biome.&lt;br /&gt;
&lt;br /&gt;
== Generation ==&lt;br /&gt;
Ice spikes are tall spires comprised of packed ice that can be found only in the ice spikes variant of [[Minecraft:snowy plains]] biomes. They are randomly generated beginning at ground level and tower upward.&lt;br /&gt;
&lt;br /&gt;
== Construction ==&lt;br /&gt;
There are two types of ice spikes: one is short and thick, and the other is tall and thin. The short spikes generate more often than the tall spikes. Short spikes are about 15 blocks tall, while tall spikes can be over 50 blocks tall.&lt;br /&gt;
&lt;br /&gt;
== Data values ==&lt;br /&gt;
=== ID ===&lt;br /&gt;
{{el|je}}:&lt;br /&gt;
{{ID table&lt;br /&gt;
|firstcolumnname=Feature type&lt;br /&gt;
|displayname=[No displayed name]&lt;br /&gt;
|spritename=ice-spike&lt;br /&gt;
|spritetype=env&lt;br /&gt;
|nameid=ice_spike&lt;br /&gt;
|foot=1}}&lt;br /&gt;
&lt;br /&gt;
{{el|be}}:&lt;br /&gt;
{{ID table&lt;br /&gt;
|firstcolumnname=Feature&lt;br /&gt;
|displayname=[No displayed name]&lt;br /&gt;
|spritename=ice-spike&lt;br /&gt;
|spritetype=env&lt;br /&gt;
|nameid=ice_spike_feature&lt;br /&gt;
|foot=1}}&lt;br /&gt;
&lt;br /&gt;
=== Config ===&lt;br /&gt;
{{main|Configured feature}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;config&amp;quot;/&amp;gt;&amp;lt;div class=&amp;quot;treeview&amp;quot;&amp;gt;&lt;br /&gt;
* {{nbt|compound|config}}&lt;br /&gt;
** {{nbt|compound|can_place_on}}: The block predicate that defines which blocks the spike can be placed on.&lt;br /&gt;
** {{nbt|compound|can_replace}}: The block predicate that defines which blocks the spike can replace.&lt;br /&gt;
** {{nbt|compound|state}}: The block state to use.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;section end=&amp;quot;config&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Collapse|title=An example|outerstyle=margin: 0.5rem 0|head=1}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;json&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;type&amp;quot;: &amp;quot;minecraft:spike&amp;quot;,&lt;br /&gt;
  &amp;quot;config&amp;quot;: {&lt;br /&gt;
    &amp;quot;can_place_on&amp;quot;: {&lt;br /&gt;
      &amp;quot;type&amp;quot;: &amp;quot;minecraft:matching_blocks&amp;quot;,&lt;br /&gt;
      &amp;quot;blocks&amp;quot;: &amp;quot;minecraft:snow_block&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;can_replace&amp;quot;: {&lt;br /&gt;
      &amp;quot;type&amp;quot;: &amp;quot;minecraft:matching_block_tag&amp;quot;,&lt;br /&gt;
      &amp;quot;tag&amp;quot;: &amp;quot;minecraft:ice_spike_replaceable&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;state&amp;quot;: {&lt;br /&gt;
      &amp;quot;Name&amp;quot;: &amp;quot;minecraft:packed_ice&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse|tail=1}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
=== &amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039; ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|java}}&lt;br /&gt;
|{{HistoryLine||1.7.2|dev=13w36a|Added ice spikes.}}&lt;br /&gt;
|{{HistoryLine||1.18|dev=?|Features now use a different pseudorandom number generator when generating.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;Bedrock Edition&amp;#039;&amp;#039; ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|pocket alpha}}&lt;br /&gt;
|{{HistoryLine||v0.9.0|dev=build 1|Added ice spikes.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* Excluding [[Minecraft:amplified]] generation, ice spikes are one of the only world features able to naturally extend above Y=300.&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
{{issue list}}&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
=== Screenshots ===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Ice Spikes.png|An area largely covered by ice spikes. Both types of ice spikes are visible.&lt;br /&gt;
Ice plains spikes.png|A small group containing only short spikes.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox generated features}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:es:Pico de hielo]]&lt;br /&gt;
[[Minecraft:fr:Stalagmite de glace]]&lt;br /&gt;
[[Minecraft:ja:樹氷]]&lt;br /&gt;
[[Minecraft:pl:Lodowy kolec]]&lt;br /&gt;
[[Minecraft:pt:Pico de gelo]]&lt;br /&gt;
[[Minecraft:zh:冰刺]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>