Advertisement
HalestormXV

Untitled

Jun 1st, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.08 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.     B:enableBoats=true
  7.     B:enableHungryMetalChests=true
  8.  
  9.     # If Thaumcraft is installed, whether or not you want to enable the Metal Hungry Chests.
  10.     B:enableMetalHungryChests=true
  11.  
  12.     # If Refined Relocation 2 is installed, whether or not you want to enable the Metal Hungry Sorting Chests.
  13.     B:enableMetalHungrySortingChests=true
  14.  
  15.     # Whether or not you want to enable the Minecarts with Metal Chests.
  16.     B:enableMinecarts=true
  17.     B:enableSortingMetalChests=true
  18.  
  19.     # Whether or not all metal chest models are like the vanilla chest; black in the middle.
  20.     # * Hollow textures contributed by phyne
  21.     B:hollowModelTextures=false
  22.     S:upgradePath <
  23.         copper
  24.         iron
  25.         silver
  26.         gold
  27.         diamond
  28.         obsidian
  29.      >
  30.  
  31.     holdingenchantbounds {
  32.         I:copper=1
  33.         I:diamond=3
  34.         I:gold=2
  35.         I:iron=1
  36.         I:obsidian=4
  37.         I:silver=2
  38.     }
  39.  
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement