Skip to content

Commit

Permalink
add one more recipe for Fusesed Quartz block
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Oct 15, 2022
1 parent e7d432a commit 89b3e59
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/enderio/AlloySmelterRecipes_User.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,16 @@
<output>
<itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="0" number="3" />
</output>
</recipe>
<recipe name="Fused Quartz 7" energyCost="20000" >
<input>
<itemStack oreDictionary="dustQuartzite" />
<itemStack oreDictionary="dustQuartzite" />
<itemStack oreDictionary="dustGlass" />
</input>
<output>
<itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="0" number="3" />
</output>
</recipe>
<recipe name="Fused Glass clear" energyCost="15000" >
<input>
Expand Down

0 comments on commit 89b3e59

Please sign in to comment.