Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Saggestion/tweek] added DiamondDust recipe to SAG mill #98

Open
ZexMaxwell001 opened this issue Oct 28, 2017 · 1 comment
Open

[Saggestion/tweek] added DiamondDust recipe to SAG mill #98

ZexMaxwell001 opened this issue Oct 28, 2017 · 1 comment

Comments

@ZexMaxwell001
Copy link

ZexMaxwell001 commented Oct 28, 2017

Add this to the end of SAGMillRecipe_User.xml
it takes some power to grind diamond to dust and it will not dupe with grinding materials because it is excluded from the mechanic.
for power reference. it takes 2400 RF to refine iron ore to iron ingot.

currently placing the diamond into the SAG Mill will not yield its dust equivalent. you have to use the polveriser, crusher, macerator or grinder from their respected mods.

This tweek is mod friendly since the output defaults to which ever dominant oreDict is set.

<recipeGroup name="DiamondDust" >
     <recipe name="DiamondDust" energyCost="4000" >
         <input>
           <itemStack modID="minecraft" itemName="diamond" />
         </input>
         <output>
           <itemStack oreDictionary="dustDiamond" />
         </output>
       </recipe>
   </recipeGroup>
 </recipe>
 </recipeGroup>
   <grindingBalls>
     <excludes>
       <itemStack modID="minecraft" itemName="diamond" />
     </excludes>
   </grindingBalls>
@ZexMaxwell001
Copy link
Author

ZexMaxwell001 commented Nov 1, 2017

Dilithium dust recipe is added to grind the ore to dust and ingot to dust. power requirement are 2400(ore) and 1000(ingot).
Ingot is excluded from the grind balls mechanic.
the ingots isn't used in rocketry. which is the main reason for adding this change.

Add the following to the recipe section:

  <recipeGroup name="DilithiumDust" >
    <recipe name="DilithiumDust" energyCost="2400" >
        <input>
          <itemStack oreDictionary="oreDilithium" />
        </input>
        <output>
          <itemStack modID="libVulpes" oreDictionary="dustDilithium" />
        </output>
      </recipe>
  </recipeGroup>
  <recipeGroup name="DilithiumIngot" >
    <recipe name="DilithiumIngot" energyCost="1000" >
        <input>
          <itemStack oreDictionary="ingotDilithium" />
        </input>
        <output>
          <itemStack modID="libVulpes" oreDictionary="dustDilithium" />
        </output>
      </recipe>
  </recipeGroup>

add the following line to excludes:
<itemStack oreDictionary="ingotDilithium" />

edited: brain fart. wrote it better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant