Finally a GIT!

This commit is contained in:
PietroSainaghi
2022-10-06 18:38:10 -07:00
commit 35aff91e33
7316 changed files with 575247 additions and 0 deletions
@@ -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>