Automatically activates benches when fuel and input items are placed inside, and transfers items to and from nearby chests. Based on AutoIgnition, Built for U4+, Compatible Further
<section> <section> <div> <h1>๐ฅ Ev0's AutoIgnition Fork based on <a href="https://www.curseforge.com/hytale/mods/autoignition" target="blank" rel="nofollow noopener">Autoignition by Faiizer and Lutia</a><br><br><a href="https://discord.gg/xQTAKEsZPd" rel="nofollow"><img style="display: block; margin-left: auto; margin-right: auto;" src="https://img.shields.io/badge/Discord-Join Server-5865F2?logo=discord&logoColor=white" alt="Discord"></a> <a href="https://www.curseforge.com/hytale/mods/ev0s-autoignition-fork" rel="nofollow"><img style="display: block; margin-left: auto; margin-right: auto;" src="https://img.shields.io/curseforge/dt/1499332?logo=curseforge&logoColor=white&color=F16436&label=Downloads" alt="CurseForge Downloads"></a> <a href="https://www.curseforge.com/hytale/mods/ev0s-autoignition-fork/files" rel="nofollow"><img style="display: block; margin-left: auto; margin-right: auto;" src="https://img.shields.io/curseforge/v/1499332?logo=curseforge&logoColor=white&color=F16436&label=Latest" alt="CurseForge Version"></a> <a href="https://github.com/Evolut-ion/Ev0-s-AutoIgnition-Fork" rel="nofollow"><img style="display: block; margin-left: auto; margin-right: auto;" src="https://img.shields.io/badge/GitHub-Source-181717?logo=github&logoColor=white" alt="GitHub"></a></h1> <p style="text-align: center;"><a href="https://discord.gg/xQTAKEsZPd" rel="nofollow"><img src="https://img.shields.io/discord/805663201731280896?logo=discord&logoColor=white&color=5865F2&label=Members" alt="Discord Members"></a></p> <p><strong>Ev0's AutoIgnition Fork</strong> is a <strong>Hytale plugin</strong> that automates benches. It automatically starts processing benches (like furnaces and campfires) when items are added. Also, it transfers items to and from nearby chests.<br><br>Make sure when installing you Enable Ev0's AutoIgnition Fork and Disable AutoIgnition<br><br><strong><em><span style="text-decoration: underline;">I cannot live without this mod(Automation and starting benches automatically with fuel), so I forked it and rebuilt it on Hytales Update 4 using AI to close the api gap and make it work with U5<br>Clear difference is in State based functionality vs Component based</span></em></strong></p> <h2>โจ Features</h2> <ul> <li><strong>Auto-Start</strong>: No longer need manually pressing the "Turn on" button. Processing starts immediately when fuel and input items are added.</li> <li><strong>Fuel Conservation</strong>: Automatically extinguishes the bench when the recipe is complete or inputs run out, saving your precious resources.</li> <li><strong>Auto-Refuel</strong>: Automatically takes fuel items from adjacent chests or output slot into the bench's fuel slot.</li> <li><strong>Auto-Output</strong>: Automatically moves output items from the output slot into adjacent chests.</li> </ul> <h2>๐ Installation</h2> <ol> <li>Navigate to your Hytale User Data folder: <code>C:\Users\YOURUSERNAME\AppData\Roaming\Hytale\UserData\</code></li> <li>Copy the plugin <strong>JAR</strong> into the <code>Mods\</code> folder.</li> <li>Launch Hytale and enable the plugin in the world settings.</li> </ol> <h2>โ๏ธ Configuration</h2> <p>AutoIgnition offers a configuration file:</p> <p><strong>Config path:</strong> <code>...\Saves\YOURWORLD\mods\Ev0'sModsEv0s AutoIgnition Fork\AutoIgnitionConfig.json</code></p> <h3>Configuration Options</h3> <table> <thead> <tr> <th>Option</th> <th>Type</th> <th>Default</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><code>UpdateIntervalMs</code></td> <td>Long</td> <td><code>1000</code></td> <td>The delay (in milliseconds) between items transfer. Higher values reduce server load.</td> </tr> <tr> <td><code>ScannerIntervalMs</code></td> <td>Long</td> <td><code>10000</code></td> <td>The delay (in milliseconds) between containers scan. Higher values reduce server load.</td> </tr> <tr> <td><code>EnableOutputTransfer</code></td> <td>Boolean</td> <td><code>true</code></td> <td>If enabled, automatically moves finished products from benches to nearby chests.</td> </tr> <tr> <td><code>EnableAutoRefuel</code></td> <td>Boolean</td> <td><code>true</code></td> <td>If enabled, automatically pulls fuel from nearby containers into the bench.</td> </tr> <tr> <td><code>EnableInputTransfer</code></td> <td>Boolean</td> <td><code>true</code></td> <td>When enabled, automatically pulls required ingredients from nearby containers.</td> </tr> <tr> <td><code>EnableAutoFuelStart</code></td> <td>Boolean</td> <td><code>true</code></td> <td>If enabled, automatically ignites the bench when both fuel and input materials are present.</td> </tr> <tr> <td><code>EnableAutoFuelStop</code></td> <td>Boolean</td> <td><code>true</code></td> <td>If enabled, automatically extinguishes the bench when the recipe is finished to save fuel.</td> </tr> <tr> <td><code>BlacklistedFuelItems</code></td> <td>List</td> <td><code>["WoodSallowTrunk"]</code></td> <td>List of Item IDs that should never be used as fuel by the automation.</td> </tr> <tr> <td><code>BlacklistedInputItems</code></td> <td>List</td> <td><code>["IngredientBarGold"]</code></td> <td>A list of item IDs that the mod is forbidden from pulling as ingredients.</td> </tr> <tr> <td><code>BlacklistedProcessorBenches</code></td> <td>List</td> <td><code>[""]</code></td> <td>A list of processor benches that the mod is not authorized to manage operation.</td> </tr> </tbody> </table> <p><em>Note: Default blacklists are included to prevent the consumption of rare woods (Sallow) or the accidental processing of expensive materials (Gold Bars).</em></p> <h3>Example Config</h3> <pre><code>{ "UpdateIntervalMs": 1000, "ScannerIntervalMs": 10000, "EnableOutputTransfer": true, "EnableInputTransfer": true, "EnableAutoRefuel": true, "EnableAutoFuelStart": true, "EnableAutoFuelStop": true, "BlacklistedFuelItems": ["WoodSallowTrunk"], "BlacklistedInputItems": ["IngredientBarGold"] }</code></pre> <h1><br>Based on: <a href="https://www.curseforge.com/hytale/mods/autoignition" target="blank" rel="nofollow noopener">https://www.curseforge.com/hytale/mods/autoignition</a><br>by Faiizer and Lutia<br>Code changes: State based architecture to Hytales U5 Component based architecture</h1> <p> </p> <hr> <p style="text-align: center;">Check out My Other Mods!<br><a href="https://www.curseforge.com/hytale/mods/ev0s-omnihopper" target="blank" rel="nofollow noopener"><img src="https://media.forgecdn.net/attachments/description/1432575/descriptioncfa29931-afb3-4167-8d31-3108a7b0fe15.png"></a><a href="https://www.curseforge.com/hytale/mods/ev0s-herbal-automation" target="blank" rel="nofollow noopener"><img src="https://media.forgecdn.net/attachments/description/1432575/descriptionb695e283-b1c4-458d-88a2-359e6c434233.png"></a><a href="https://www.curseforge.com/hytale/mods/ev0s-chisel-plugin" target="blank" rel="nofollow noopener"><img src="https://media.forgecdn.net/attachments/description/1432575/description44022be3-5b33-4b10-946f-a3c44a7150de.png"></a><a href="https://www.curseforge.com/hytale/mods/ev0lib" target="blank" rel="nofollow noopener"><img src="https://media.forgecdn.net/attachments/description/1459420/description8824a7a0-a480-4daa-a69d-39d831a14a80.png" width="60" height="60"></a><a href="https://www.curseforge.com/hytale/mods/ev0s-gachapon" target="blank" rel="nofollow noopener"><img src="https://media.forgecdn.net/attachments/description/1495831/description69de42e3-9167-4147-9d09-6d8798d68cde.png" alt="" width="64" height="64"></a><a href="https://www.curseforge.com/hytale/mods/ev0s-autoignition-fork" target="blank" rel="nofollow noopener"><img src="https://media.forgecdn.net/attachments/description/1499332/description84af01ce-1b14-407a-945a-65c26662135e.png" alt="" width="64" height="64"></a><a href="https://legacy.curseforge.com/hytale/mods/ev0s-phosphortech" target="blank" rel="nofollow noopener"><img src="https://media.forgecdn.net/attachments/description/1523239/description95c14c6e-8ffc-4c96-8679-2413c77ebe48.png" width="64" height="64"></a><a href="https://www.curseforge.com/hytale/mods/ev0s-building-wands" target="blank" rel="nofollow noopener"><img src="https://media.forgecdn.net/attachments/description/1547612/description_2f860799-1a8d-478d-a5b9-bbdf89904e23.png" alt="" width="64" height="64"></a></p> </div> </section> </section>
0 Comments