Advertisement
HalestormXV

Untitled

Jun 2nd, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # Whether or not you want to recieve an in-game notification if an update is available.
  5. B:checkForUpdates=true
  6.  
  7. # Whether or not you want to enable placing Metal Chests in boats.
  8. B:enableBoats=true
  9.  
  10. # If Thaumcraft is installed, whether or not you want to enable the Metal Hungry Chests.
  11. B:enableMetalHungryChests=false
  12.  
  13. # If Refined Relocation 2 is installed, whether or not you want to enable the Metal Hungry Sorting Chests.
  14. B:enableMetalHungrySortingChests=false
  15.  
  16. # Whether or not you want to enable the Minecarts with Metal Chests.
  17. B:enableMinecarts=false
  18.  
  19. # Whether or not all metal chest model textures are like the vanilla chest; black in the middle.
  20. # * Hollow textures contributed by phyne
  21. B:hollowModelTextures=false
  22.  
  23. # The upgrade path for metal chests. Recipes will update to reflect this.
  24. # Current valid options are: { "copper", "iron", "silver", "gold", "diamond", "obsidian" }
  25. S:upgradePath <
  26. copper
  27. iron
  28. silver
  29. gold
  30. diamond
  31. obsidian
  32. >
  33.  
  34. ##########################################################################################################
  35. # holdingenchantbounds
  36. #--------------------------------------------------------------------------------------------------------#
  37. # If Thermal Expansion is installed, what the holding enchant bounds for each chest are.
  38. ##########################################################################################################
  39.  
  40. holdingenchantbounds {
  41. I:copper=1
  42. I:diamond=3
  43. I:gold=2
  44. I:iron=1
  45. I:obsidian=4
  46. I:silver=2
  47. }
  48.  
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement