AnrDaemon

EnderIO Eggnog recipe (nutrient distillation)

Jul 7th, 2016
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1.   <recipeGroup name="Festive">
  2.     <recipe name="Eggnog" energyCost="10000" allowMissing="false">
  3.       <input>
  4.         <itemStack modID="minecraft" itemName="egg" slot="0" multiplier="1.0" />
  5.         <itemStack modID="minecraft" itemName="sugar" slot="1" multiplier="0.5" />
  6.         <fluidStack name="milk" multiplier="1.5" />
  7.       </input>
  8.       <output>
  9.         <fluidStack name="nutrient_distillation" />
  10.       </output>
  11.     </recipe>
  12.   </recipeGroup>
Advertisement
Add Comment
Please, Sign In to add comment