Advertisement
Guest User

Untitled

a guest
Apr 13th, 2014
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # general
  5. #===================
  6. # Tinkers' Construct Advanced Smeltery Recipes
  7. # Adds smeltery recipes for other mod items and blocks
  8. # Required Mods:
  9. # - TConstruct
  10. ####################
  11.  
  12. general {
  13. # Adds all types of items/blocks to the smeltery, if activated
  14. # Default: true
  15. B:addAluminumRecipes=true
  16.  
  17. # Default: true
  18. B:addBronzeRecipes=true
  19.  
  20. # Default: true
  21. B:addCopperRecipes=true
  22.  
  23. # Default: true
  24. B:addElectrumRecipes=true
  25.  
  26. # Default: true
  27. B:addGoldRecipes=true
  28.  
  29. # Default: true
  30. B:addInvarRecipes=true
  31.  
  32. # Default: true
  33. B:addIronRecipes=true
  34.  
  35. # Default: true
  36. B:addLeadRecipes=true
  37.  
  38. # Default: true
  39. B:addNickelRecipes=true
  40.  
  41. # Default: true
  42. B:addPlatinumRecipes=true
  43.  
  44. # Default: true
  45. B:addSilverRecipes=true
  46.  
  47. # Default: true
  48. B:addSteelRecipes=true
  49.  
  50. # Default: true
  51. B:addTinRecipes=true
  52.  
  53. # To add a item to the block list add the id:meta
  54. # Example:
  55. # 123#1 Item/Block with metadata
  56. # 123#* Item/Block with each metadata
  57. S:blockedItems <
  58. 27530:*
  59. 27002:*
  60. 27003:*
  61. >
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement