<?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=ModTweaker%3AActually_Additions_Support_1.11.2</id>
		<title>ModTweaker:Actually Additions Support 1.11.2 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://minetweaker3.aizistral.com/index.php?action=history&amp;feed=atom&amp;title=ModTweaker%3AActually_Additions_Support_1.11.2"/>
		<link rel="alternate" type="text/html" href="https://minetweaker3.aizistral.com/index.php?title=ModTweaker:Actually_Additions_Support_1.11.2&amp;action=history"/>
		<updated>2026-05-08T19:21:30Z</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=ModTweaker:Actually_Additions_Support_1.11.2&amp;diff=283&amp;oldid=prev</id>
		<title>Aizistral: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://minetweaker3.aizistral.com/index.php?title=ModTweaker:Actually_Additions_Support_1.11.2&amp;diff=283&amp;oldid=prev"/>
				<updated>2025-08-21T00:17:21Z</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=ModTweaker:Actually_Additions_Support_1.11.2&amp;diff=282&amp;oldid=prev</id>
		<title>Yulife: Created page with &quot;== Handlers Supported ==  The following handlers are supported: * Atomic Reconstructor * Ball of Fur * Coffee Maker * Compost * Crusher * Empowerer * Treasure Chest  Each of t...&quot;</title>
		<link rel="alternate" type="text/html" href="https://minetweaker3.aizistral.com/index.php?title=ModTweaker:Actually_Additions_Support_1.11.2&amp;diff=282&amp;oldid=prev"/>
				<updated>2017-06-07T11:41:37Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Handlers Supported ==  The following handlers are supported: * Atomic Reconstructor * Ball of Fur * Coffee Maker * Compost * Crusher * Empowerer * Treasure Chest  Each of t...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Handlers Supported ==&lt;br /&gt;
&lt;br /&gt;
The following handlers are supported:&lt;br /&gt;
* Atomic Reconstructor&lt;br /&gt;
* Ball of Fur&lt;br /&gt;
* Coffee Maker&lt;br /&gt;
* Compost&lt;br /&gt;
* Crusher&lt;br /&gt;
* Empowerer&lt;br /&gt;
* Treasure Chest&lt;br /&gt;
&lt;br /&gt;
Each of these handlers can have recipes added or removed:&lt;br /&gt;
&lt;br /&gt;
 Parameters marked as &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; are optional and can be left out&lt;br /&gt;
 &lt;br /&gt;
 //Atomic Reconstructor&lt;br /&gt;
 //OutputStack, InputStack, Energy&lt;br /&gt;
 mods.actuallyadditions.AtomicReconstructor.addRecipe(&amp;lt;minecraft:fire_charge&amp;gt;, &amp;lt;minecraft:coal:1&amp;gt;, 1000);&lt;br /&gt;
 //OutputStack&lt;br /&gt;
 mods.actuallyadditions.AtomicReconstructor.removeRecipe(&amp;lt;minecraft:coal&amp;gt;);&lt;br /&gt;
 &lt;br /&gt;
 //Ball of Fur&lt;br /&gt;
 //OutputStack, Chance&lt;br /&gt;
 mods.actuallyadditions.BallOfFur.addReturn(&amp;lt;minecraft:string&amp;gt;, &amp;lt;minecraft:coal:1&amp;gt;, 5);&lt;br /&gt;
 //OutputStack&lt;br /&gt;
 mods.actuallyadditions.BallOfFur.removeReturn(&amp;lt;minecraft:coal&amp;gt;);&lt;br /&gt;
 &lt;br /&gt;
 //Coffee Maker&lt;br /&gt;
 //InputStack, EffectArray, DurationArray, Amplifier&lt;br /&gt;
 mods.actuallyadditions.Coffee.addRecipe(&amp;lt;minecraft:netherrack&amp;gt;, [&amp;quot;swiftness&amp;quot;], [1], 10);&lt;br /&gt;
 //InputStack&lt;br /&gt;
 mods.actuallyadditions.Coffee.removeRecipe(&amp;lt;minecraft:sugar&amp;gt;);&lt;br /&gt;
 &lt;br /&gt;
 //Compost&lt;br /&gt;
 //OutputStack, OutputDisplay, InputStack, InputDisplay&lt;br /&gt;
 mods.actuallyadditions.Compost.addRecipe(&amp;lt;minecraft:dirt&amp;gt;, &amp;lt;minecraft:dirt&amp;gt;, &amp;lt;minecraft:sugar&amp;gt;, &amp;lt;minecraft:snow&amp;gt;);&lt;br /&gt;
 //InputStack&lt;br /&gt;
 mods.actuallyadditions.Compost.removeRecipe(&amp;lt;actuallyadditions:itemCanolaSeed&amp;gt;);&lt;br /&gt;
 &lt;br /&gt;
 //Crusher&lt;br /&gt;
 //OutputStack, InputStack, &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Output2Stack&amp;lt;/span&amp;gt;, &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Output2Chance&amp;lt;/span&amp;gt;&lt;br /&gt;
 mods.actuallyadditions.Crusher.addRecipe(&amp;lt;minecraft:iron_ingot&amp;gt;, &amp;lt;minecraft:iron_ore&amp;gt;, &amp;lt;minecraft:stone&amp;gt;, 50);&lt;br /&gt;
 //InputStack&lt;br /&gt;
 mods.actuallyadditions.Crusher.removeRecipe(&amp;lt;minecraft:gold_ore&amp;gt;);&lt;br /&gt;
 &lt;br /&gt;
 //Empowerer&lt;br /&gt;
 //OutputStack, InputStack, Modifier1, Modifier2, Modifier3, Modifier4, EnergyPerStand, TimeInTicks, &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;ParticleColourArray&amp;lt;/span&amp;gt;&lt;br /&gt;
 mods.actuallyadditions.Empowerer.addRecipe(&amp;lt;minecraft:gold_ingot&amp;gt;, &amp;lt;minecraft:iron_ingot&amp;gt;, &amp;lt;minecraft:redstone&amp;gt;, &amp;lt;minecraft:redstone&amp;gt;, &amp;lt;minecraft:redstone&amp;gt;, &amp;lt;minecraft:redstone&amp;gt;, 500, 100, [0.5, 0.3, 0.2]);&lt;br /&gt;
 //OutputStack&lt;br /&gt;
 mods.actuallyadditions.Empowerer.removeRecipe(&amp;lt;actuallyadditions:itemCrystalEmpowered:4&amp;gt;);&lt;br /&gt;
 &lt;br /&gt;
 //Treasure Chest&lt;br /&gt;
 //LootStack, Chance, MinAmount, MaxAmount&lt;br /&gt;
 mods.actuallyadditions.TreasureChest.addLoot(&amp;lt;minecraft:dirt&amp;gt;, 50, 1, 64);&lt;br /&gt;
 //LootStack&lt;br /&gt;
 mods.actuallyadditions.TreasureChest.removeLoot(&amp;lt;minecraft:gold&amp;gt;);&lt;br /&gt;
&lt;br /&gt;
{{ModTweakerNavigation_1.11.2}}&lt;/div&gt;</summary>
		<author><name>Yulife</name></author>	</entry>

	</feed>