<?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%3AOxidation</id>
	<title>Minecraft:Oxidation - 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%3AOxidation"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Oxidation&amp;action=history"/>
	<updated>2026-04-16T13:49:32Z</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:Oxidation&amp;diff=90324&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:Oxidation&amp;diff=90324&amp;oldid=prev"/>
		<updated>2026-04-15T11:13:44Z</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;[[File:All Oxidizing Blocks.png|thumb|Some blocks that are affected by oxidation]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Oxidation&amp;#039;&amp;#039;&amp;#039; (also known as &amp;#039;&amp;#039;&amp;#039;oxidization&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;oxidisation&amp;#039;&amp;#039;&amp;#039;) is a mechanic that causes many [[Minecraft:blocks]] and [[Minecraft:mobs]] made from [[Minecraft:copper]] to oxidize over time, changing their appearance and, in a few cases, their functionality. &lt;br /&gt;
&lt;br /&gt;
All objects that oxidize can be &amp;#039;locked&amp;#039; in their current oxidation state by being waxed with [[Minecraft:honeycomb]]s, and can gradually be scraped of their wax and/or oxidation using an [[Minecraft:axe]].&lt;br /&gt;
&lt;br /&gt;
== Mechanics ==&lt;br /&gt;
{{missing info|section|How does the {{BE}} behavior differ from {{JE}}?}}&lt;br /&gt;
&lt;br /&gt;
=== Blocks ===&lt;br /&gt;
Non-waxed blocks made from copper can [[Minecraft:oxidize]] over time, gaining a verdigris appearance over four stages:&lt;br /&gt;
* {{BlockSprite|block-of-copper}} Unoxidized&lt;br /&gt;
* {{BlockSprite|exposed-copper}} Exposed&lt;br /&gt;
* {{BlockSprite|weathered-copper}} Weathered&lt;br /&gt;
* {{BlockSprite|oxidized-copper}} Oxidized&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:Lightning bolt]]s and [[Minecraft:axe]]s can remove the oxidation on copper blocks. &lt;br /&gt;
&lt;br /&gt;
As the block begins to oxidize (exposed copper), it gets discolored and green spots begin to appear. As the oxidation continues (weathered copper), the block is a green color with brown spots. In the last stage (oxidized copper), the block is teal with several green spots.&lt;br /&gt;
&lt;br /&gt;
Oxidation is a purely visual mechanic in most cases, but there are behavioral differences on some blocks, such as the fact only unoxidized [[Minecraft:copper block]]s can be crafted back into [[Minecraft:copper ingot]]s. Another one is that the light level of [[Minecraft:copper bulb]]s depends on the oxidation level. Normal copper bulbs have a light level of 15, exposed copper bulbs have a light level of 12, weathered copper bulbs have a light level of 8, and oxidized copper bulbs have a light level of 4.&lt;br /&gt;
&lt;br /&gt;
Oxidation of copper blocks relies only on [[Minecraft:random tick]]s. Unlike the real-world phenomenon, rain or water does not accelerate oxidation, and covering copper blocks with other blocks does not prevent oxidation.&lt;br /&gt;
&lt;br /&gt;
{{IN|JE}}, groups of non-waxed copper blocks oxidize far more slowly than single copper blocks that are spaced at least 4 blocks apart. This is because a block in a group being at the same or lower oxidation level than the others slows down the oxidation process for all other blocks within 4 blocks of [[Minecraft:taxicab distance]]. Oxidation speed for a group of copper blocks can be increased by placing oxidized copper blocks around less oxidized copper blocks, but this &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; offer a speed improvement over placing the blocks 4 apart. The calculations for the oxidation behavior are as follows:&lt;br /&gt;
&lt;br /&gt;
{{IN|JE}}, when a random tick is given, a copper block has a {{frac|64|1125}} chance to enter a state called &amp;#039;&amp;#039;&amp;#039;pre-oxidation&amp;#039;&amp;#039;&amp;#039;. This means a copper block has approximately a 5% chance per minute to enter pre-oxidation at least once, and enters pre-oxidation after roughly 20 minutes on average.&lt;br /&gt;
&lt;br /&gt;
In pre-oxidation, the copper block checks all non-waxed copper blocks within a distance of 4 blocks [[Minecraft:taxicab distance]] in order to determine whether it should oxidize.&lt;br /&gt;
&lt;br /&gt;
* If there is any copper block that has a lower oxidation level, then the copper block does not oxidize, and pre-oxidation ends.&lt;br /&gt;
&lt;br /&gt;
* Otherwise, the chance of oxidation is determined by the proportion of nearby unwaxed copper blocks that are at the same or higher oxidation level. Let &amp;#039;&amp;#039;a&amp;#039;&amp;#039; be the number of all nearby non-waxed copper blocks, and &amp;#039;&amp;#039;b&amp;#039;&amp;#039; be the number of nearby non-waxed copper blocks that have a higher oxidation level. Calculate a proportion value &amp;#039;&amp;#039;c&amp;#039;&amp;#039; from this equation: &amp;#039;&amp;#039;c&amp;#039;&amp;#039; = {{frac|b + 1|a + 1}}. Additionally, let a modifying factor &amp;#039;&amp;#039;m&amp;#039;&amp;#039; be 0.75 if the copper block has no oxidation, or 1 if the copper block is exposed or weathered.&amp;lt;ref&amp;gt;[https://www.bilibili.com/read/cv9645326 &amp;quot;21w05a Code Review&amp;quot;]&amp;lt;/ref&amp;gt; Then the final oxidation probability is  &amp;#039;&amp;#039;mc&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
For example, an unweathered copper block surrounded by 6 unweathered copper blocks and 6 exposed copper blocks has a 21.7% chance to oxidize if it enters the pre-oxidation state. In this case, a = 12, b = 6, and m = 0.75.&amp;lt;ref&amp;gt;{{ytl|-7RsPHu9Iy4|What&amp;#039;s The Fastest Way To Get Oxidized Copper And How Long Does It Take?|ilmango|February 7, 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resulting behavior for groups of copper blocks is that oxidation typically begins at corners or edges, and spreads evenly from there, with an entire region needing to reach a minimum oxidation level before advancing to the next.&lt;br /&gt;
&lt;br /&gt;
=== Copper golem ===&lt;br /&gt;
{{main|Copper Golem#Oxidation}}&lt;br /&gt;
A non-waxed copper golem takes between 7 hours and 7 hours and 40 minutes to oxidize to the next stage. Since the timer is based on [[Minecraft:gametime]], it advances even if the golem is not located in a loaded [[Minecraft:chunk]]. Once fully oxidized, a copper golem has a 0.58% chance per [[Minecraft:tick]] to become a [[Minecraft:copper golem statue]] and take a random pose, provided it is &amp;#039;&amp;#039;not&amp;#039;&amp;#039; [[Minecraft:waxed]] and is fully located in [[Minecraft:air]].&lt;br /&gt;
&lt;br /&gt;
=== Waxing ===&lt;br /&gt;
{{main|Waxing}}&lt;br /&gt;
{{Control|Using}} a [[Minecraft:honeycomb]] on a non-waxed copper block (or [[Minecraft:crafting]] them together) turns it into its waxed variant, which prevents the block from oxidizing entirely. Using an [[Minecraft:axe]] on a waxed copper block turns it into the respective non-waxed copper block. Waxed blocks have the same texture as unwaxed ones.&lt;br /&gt;
&lt;br /&gt;
=== Deoxidation ===&lt;br /&gt;
Using an [[Minecraft:axe]] on an exposed, weathered, or oxidized copper block removes one layer of oxidation, making it become a regular, exposed, or weathered copper block respectively. The axe removes wax first, then oxidation layers. If using on an unoxidized copper golem statue, scraping it with an axe reanimates it into an unoxidized copper golem.&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:Lightning]] can also remove oxidation from copper blocks. A lightning bolt striking a non-waxed copper block removes all oxidation from the block, and may also deoxidize randomly selected copper blocks nearby.{{Verify|Does the lightning need to strike the golem directly, or will it also lose oxidation if nearby blocks, golems, or lightning rods are struck? And does lightning striking a golem affect nearby blocks?}}. {{IN|java}}, these additional blocks are chosen by &amp;#039;&amp;#039;random walks&amp;#039;&amp;#039; as follows: The position of the struck copper block{{Info needed|If a lightning rod is struck, will it look for a nearby copper block and start the random walk there? And does the lightning rod need to be placed on the copper block directly?}} is set as the &amp;#039;&amp;#039;start point&amp;#039;&amp;#039;. Then, the game performs 3 to 5 &amp;#039;&amp;#039;walks&amp;#039;&amp;#039;. In the beginning of each walk, a &amp;#039;&amp;#039;judgment point&amp;#039;&amp;#039; is set at the start point. For each step of the walk, the game randomly selects 10 blocks from a 3×3×3 volume centered on the judgment point. If a non-waxed copper block is found among these 10 blocks, the judgment point is transferred to the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; such block found, and 1 oxidation layer of that block is removed (if the block is still unoxidized, the block stays as it is). The number of steps in a walk is between 1 and 8 (inclusive), chosen randomly for each walk. This means that one single lightning strike can deoxidize up to 41 blocks (1 block initially struck by lightning + 5 max walks*8 max steps in every walk).&amp;lt;ref&amp;gt;[https://www.bilibili.com/read/cv10400910 &amp;quot;21w11a Code Review&amp;quot;]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Affected features ==&lt;br /&gt;
The following blocks and mobs are affected by oxidation:&lt;br /&gt;
* {{BlockLink|Block of Copper}}&lt;br /&gt;
* {{BlockLink|Chiseled Copper}}&lt;br /&gt;
* {{BlockLink|Copper Bars}}&lt;br /&gt;
* {{BlockLink|Copper Bulb}}&lt;br /&gt;
* {{BlockLink|Copper Chain}}&lt;br /&gt;
* {{BlockLink|Copper Chest}}&lt;br /&gt;
* {{BlockLink|Copper Door}}&lt;br /&gt;
* {{EntityLink|Copper Golem}}&lt;br /&gt;
* {{BlockLink|Copper Golem Statue}}&lt;br /&gt;
* {{BlockLink|Copper Grate}}&lt;br /&gt;
* {{BlockLink|Copper Lantern}}&lt;br /&gt;
* {{BlockLink|Copper Trapdoor}}&lt;br /&gt;
* {{BlockLink|Cut Copper}}&lt;br /&gt;
* {{BlockLink|Cut Copper Slab}}&lt;br /&gt;
* {{BlockLink|Cut Copper Stairs}}&lt;br /&gt;
* {{BlockLink|Lightning Rod}}&lt;br /&gt;
* {{BlockLink|Note Block}}&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
{{load achievements|Wax on, Wax off}}&lt;br /&gt;
&lt;br /&gt;
== Advancements ==&lt;br /&gt;
{{load advancements|Wax on;Wax off}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
=== Reveal ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine||October 3, 2020|link={{ytl|DBvZ2Iqmm3M|t=1571s}}|Oxidizing copper blocks are revealed at [[Minecraft:Minecraft Live 2020]].}}&lt;br /&gt;
}}&lt;br /&gt;
&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.17|dev=20w45a|Added [[Minecraft:copper block]]s and [[Minecraft:cut copper]], which are affected by oxidation.}}&lt;br /&gt;
|{{HistoryLine|||dev=21w05a|Oxidation now relies on [[Minecraft:random tick]]s.}}&lt;br /&gt;
|{{HistoryLine|||dev=21w11a|Copper blocks can be waxed by {{Control|using}} honeycomb, producing yellow particles.|Honeycomb in a dispenser now waxes copper blocks.|Axes can scrape off wax and oxidation of copper blocks, producing white particles.|Lightning striking copper now cleans its oxidation.}}&lt;br /&gt;
|{{HistoryLine||1.20.3|exp=Update 1.21|dev=23w43a|Added [[Minecraft:chiseled copper]], [[Minecraft:copper bulb]]s, [[Minecraft:copper door]]s, [[Minecraft:copper grate]]s, and [[Minecraft:copper trapdoor]]s, which are affected by oxidation.}}&lt;br /&gt;
|{{HistoryLine||1.21.9|dev=25w31a|Added [[Minecraft:copper chest]]s and [[Minecraft:copper golem]]s, which are affected by oxidation.|[[Minecraft:Lightning rod]]s are now affected by oxidation.}}&lt;br /&gt;
|{{HistoryLine|||dev=25w32a|Added [[Minecraft:copper bars]], [[Minecraft:copper chain]]s, and [[Minecraft:copper lantern]]s, which are affected by oxidation.}}&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|bedrock}}&lt;br /&gt;
|{{HistoryLine||1.16.210|exp=Caves &amp;amp; Cliffs|dev=beta 1.16.210.57|Added copper blocks and cut copper, which can oxidize.}}&lt;br /&gt;
|{{HistoryLine||1.16.220|exp=Caves &amp;amp; Cliffs|dev=beta 1.16.220.52|Right clicking on copper while holding an axe de-waxes copper, scraping off patina one step at a time.|Lightning rods struck by lightning decrements the oxidation age of nearby copper blocks.}}&lt;br /&gt;
|{{HistoryLine||1.17.0|dev=beta 1.17.0.50|Copper surfaces now deoxidize in a more random pattern when struck by [[Minecraft:lightning]].&lt;br /&gt;
|Horizontally placed [[Minecraft:Lightning rod]]s now interact properly with respect to de-oxidizing copper blocks.&lt;br /&gt;
|Copper blocks struck by lightning now deoxidize even if there&amp;#039;s no [[Minecraft:lightning rod]] present.&lt;br /&gt;
|Added sounds for scraping off wax and oxidization.}}&lt;br /&gt;
|{{HistoryLine||1.20.50|exp=Update 1.21|dev=Preview 1.20.50.22|Added [[Minecraft:chiseled copper]], [[Minecraft:copper bulb]]s, [[Minecraft:copper door]]s, [[Minecraft:copper grate]]s, and [[Minecraft:copper trapdoor]]s, all of which are affected by oxidation.}}&lt;br /&gt;
|{{HistoryLine||1.21.100|dev=Preview 1.21.100.23|exp=Drop 3 2025|Added copper chests and copper golems, both of which are affected by oxidation.}}&lt;br /&gt;
|{{HistoryLine||1.21.111|dev=Preview 1.21.110.22|Lightning rods can now oxidize.}}&lt;br /&gt;
|{{HistoryLine|||dev=Preview 1.21.110.23|Added copper bars, copper chains, and copper lanterns, all of which are affected by oxidation.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
{{issue list}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox gameplay}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:es:Oxidación]]&lt;br /&gt;
[[Minecraft:fr:Oxydation]]&lt;br /&gt;
[[Minecraft:ja:酸化]]&lt;br /&gt;
[[Minecraft:ko:산화]]&lt;br /&gt;
[[Minecraft:pt:Oxidação]]&lt;br /&gt;
[[Minecraft:ru:Окисление]]&lt;br /&gt;
[[Minecraft:uk:Окиснення]]&lt;br /&gt;
[[Minecraft:zh:氧化]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>