Clean slate

This commit is contained in:
bytegrip
2025-11-08 15:21:14 +02:00
commit 73bfc2019d
890 changed files with 112578 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<enderio:recipes xmlns:enderio="http://enderio.com/recipes"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://enderio.com/recipes recipes.xsd ">
<!-- This is an example for optional tweaks. Copy this file into the enderio/config/recipes/user folder to activate it. -->
<recipe name="Alloy: Dark Steel, Variant: Steel, Obsidian Dust" required="false">
<alloying energy="9000" exp="0.4">
<input name="ingotSteel"/>
<input name="dustObsidian" amount="4"/>
<output name="ingotDarkSteel"/>
</alloying>
</recipe>
<recipe name="Alloy: Dark Steel, Variant: Obsidian Dust" required="false">
<alloying energy="9000" exp="0.4">
<input name="ingotIron"/>
<input name="dustCoal"/>
<input name="dustObsidian" amount="4"/>
<output name="ingotDarkSteel"/>
</alloying>
</recipe>
</enderio:recipes>