Advertisement
Guest User

Untitled

a guest
Dec 8th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. # Configuration file
  2. # Generated on 12/8/12 3:39 PM
  3.  
  4. ####################
  5. # block
  6. ####################
  7.  
  8. block {
  9. I:ID.CargoRailDropoffBlock=754
  10. I:ID.CargoRailPickupBlock=755
  11. I:ID.ConveyorBlock=756
  12. I:ID.MachineBlock=757
  13. I:ID.PassengerRailDropoffBlock=758
  14. I:ID.PassengerRailPickupBlock=759
  15. }
  16.  
  17.  
  18. ####################
  19. # general
  20. ####################
  21.  
  22. general {
  23. # Set to false to disable animation of harvester, rancher, conveyor, etc. This may be required if using certain mods that affect rendering.
  24. B:AnimateBlockFaces=true
  25.  
  26. # Set to false to disable steel crafting. This is provided in case another mod provides a way to get steel ignots via the ore dictionary (like IC2) and the built in recipe becomes unbalanced because of it.
  27. B:EnableSteelCrafting=false
  28.  
  29. # Set to true to enable old-style mushroom farms (but will prevent giant mushrooms from working correctly as the small ones will be harvested immediately)
  30. B:HarvesterHarvestsSmallMushrooms=false
  31.  
  32. # Set to false to disable machines placing items into chests adjacent to them
  33. B:MachinesCanDropInChests=true
  34.  
  35. # Set to false to disable the harvester's sound when a block is harvested.
  36. B:PlaySounds=true
  37.  
  38. # Set whether MFR will run off classic alternating redstone of BuildCraft's power system. Values other than "redstone" or "buildcraft" will cause the system to revert to redstone mode
  39. S:PowerSystem=redstone
  40.  
  41. # If false, the rancher will never injure animals. Intended for those who want to play in a (pseudo-)creative style.
  42. B:RancherInjuresAnimals=true
  43.  
  44. # When searching for players or dropoff locations, how far out to the sides (radius) to search
  45. I:SearchDistance.PassengerRailMaxHorizontal=3
  46.  
  47. # When searching for players or dropoff locations, how far up to search
  48. I:SearchDistance.PassengerRailMaxVertical=2
  49.  
  50. # How far upward to search for members of "stacking" blocks, like cactus and sugarcane
  51. I:SearchDistance.StackingBlockMaxVertical=3
  52.  
  53. # When searching for parts of a tree, how far out to the sides (radius) to search
  54. I:SearchDistance.TreeMaxHoriztonal=5
  55.  
  56. # When searching for parts of a tree, how far up to search
  57. I:SearchDistance.TreeMaxVertical=15
  58. }
  59.  
  60.  
  61. ####################
  62. # item
  63. ####################
  64.  
  65. item {
  66. I:ID.Hammer=987
  67. I:ID.Milk=988
  68. I:ID.SteelIngot=986
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement