<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://minetweaker3.aizistral.com/index.php?action=history&amp;feed=atom&amp;title=Tutorial%3AFurnace_164</id>
		<title>Tutorial:Furnace 164 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://minetweaker3.aizistral.com/index.php?action=history&amp;feed=atom&amp;title=Tutorial%3AFurnace_164"/>
		<link rel="alternate" type="text/html" href="https://minetweaker3.aizistral.com/index.php?title=Tutorial:Furnace_164&amp;action=history"/>
		<updated>2026-05-08T16:04:12Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.0</generator>

	<entry>
		<id>https://minetweaker3.aizistral.com/index.php?title=Tutorial:Furnace_164&amp;diff=1161&amp;oldid=prev</id>
		<title>Aizistral: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://minetweaker3.aizistral.com/index.php?title=Tutorial:Furnace_164&amp;diff=1161&amp;oldid=prev"/>
				<updated>2025-08-21T00:17:36Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 00:17, 21 August 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Aizistral</name></author>	</entry>

	<entry>
		<id>https://minetweaker3.aizistral.com/index.php?title=Tutorial:Furnace_164&amp;diff=1160&amp;oldid=prev</id>
		<title>Stan: Created page with &quot;MineTweaker also allows modifying furnace recipes and furnace fuels using a few simple commands.  Do you believe smelting ores in a furnace is too easy? You can fix it as such...&quot;</title>
		<link rel="alternate" type="text/html" href="https://minetweaker3.aizistral.com/index.php?title=Tutorial:Furnace_164&amp;diff=1160&amp;oldid=prev"/>
				<updated>2014-06-27T20:18:07Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;MineTweaker also allows modifying furnace recipes and furnace fuels using a few simple commands.  Do you believe smelting ores in a furnace is too easy? You can fix it as such...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;MineTweaker also allows modifying furnace recipes and furnace fuels using a few simple commands.&lt;br /&gt;
&lt;br /&gt;
Do you believe smelting ores in a furnace is too easy? You can fix it as such:&lt;br /&gt;
&lt;br /&gt;
 furnace.remove(&amp;lt;item.ingotIron&amp;gt;);&lt;br /&gt;
 &lt;br /&gt;
 // alternatively, you can specify the input item&lt;br /&gt;
 furnace.remove(&amp;lt;*&amp;gt;, &amp;lt;tile.oreIron&amp;gt;);&lt;br /&gt;
&lt;br /&gt;
Found it sad you can't turn charcoal into real coal? Easy fix:&lt;br /&gt;
&lt;br /&gt;
 furnace.addRecipe(&amp;lt;item.coal:0&amp;gt;, &amp;lt;item.coal:1&amp;gt;);&lt;br /&gt;
 &lt;br /&gt;
 // or, if you want to generate 0.5 XP by doing so&lt;br /&gt;
 furnace.addRecipe(&amp;lt;item.coal:0&amp;gt;, &amp;lt;item.coal:1&amp;gt;, 0.5);&lt;br /&gt;
&lt;br /&gt;
Want to make items burnable? Set their fuel value wit the setFuel function:&lt;br /&gt;
&lt;br /&gt;
 furnace.setFuel(&amp;lt;item.rottenFlesh&amp;gt;, 100);&lt;br /&gt;
&lt;br /&gt;
The same method can be used to set existing fuel - EXCEPT for vanilla fuels since those are, sadly, hard-coded. Additionally (with the exception of vanilla fuels) you can remove fuels by setting their fuel value to 0.&lt;/div&gt;</summary>
		<author><name>Stan</name></author>	</entry>

	</feed>