Advertisement
PanSzelescik

metal_former_cutting.ini

Mar 24th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; metal former cutting recipes
  2. ; created 29.06.2015 20:47:07
  3. ;
  4. ; To change/remove/add/replace recipes, modify this file and put it in the
  5. ; "minecraft/config/ic2" folder. Do NOT modify the file inside of the IC2 jar file.
  6. ;
  7. ; machine recipes are as follows:
  8. ;  <input> = <output 1>[, <output n>...]
  9. ;
  10. ; output:
  11. ;  <name>[@<metadata>][*<amount>]
  12. ;
  13. ; input:
  14. ;  <name>[@<metadata>][*<amount>]
  15. ;
  16. ; name references one of the following:
  17. ; - the global unique item name as introduced by MC 1.7 (mod id:registry name)
  18. ; - an ore dictionary entry with OreDict:<ore dict name>
  19. ; - a fluid container item sfor a fluid with Fluid:<fluid name>
  20. ;
  21. ; If you want to specify the amount as well, you have to put the metadata there as well.
  22. ; OreDict:<OreDictName>*<amount>
  23. ; Fluid:<FluidName>*<amount>
  24. ;
  25. ; the metadata is specified as follows:
  26. ; - not at all -> metadata 0 is required or for ore-dictionary names their original metadata
  27. ; - * -> any metadata is allowed, overriding ore-dictionary metadata values to acccept any
  28. ; - <some number> -> the specific value is required, overriding ore-dictionary specifications
  29. ;
  30. ; Note: this is a Input = Output mapping.
  31. ;
  32. ;---
  33.  
  34. ; Iron Plate
  35. OreDict:plateIron = ic2:cable#type:iron,insulation:0*4
  36. ; Tin Plate
  37. OreDict:plateTin = ic2:cable#type:tin,insulation:0*3
  38. ; Copper Plate
  39. OreDict:plateCopper = ic2:cable#type:copper,insulation:0*2
  40. ; Gold Plate
  41. OreDict:plateGold = ic2:cable#type:gold,insulation:0*4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement