Advertisement
Tsyklop

betterbeginnings config

Dec 2nd, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # Log all kinds of stuff, for debug purposes [default: false]
  5. B:"Debug logging"=false
  6.  
  7. # Greet user upon login [default: true]
  8. B:"Greet user"=false
  9.  
  10. # Enable BetterBeginnings block breaking mechanics. Set to false for vanilla mechanics. [default: true]
  11. B:"Module - Block breaking"=true
  12.  
  13. # Enable Campfire recipe. Set to false to make the beginning even harder. [default: true]
  14. B:"Module - Campfire"=true
  15.  
  16. # Disable vanilla crafting for some recipes that require advanced crafting table. [default: true]
  17. B:"Module - Force Advanced crafting"=true
  18.  
  19. # Enable Furnaces recipes. Set to false to only allow vanilla furnace.
  20. # This will revert the vanilla furnace to the vanilla recipe. [default: true]
  21. B:"Module - Furnaces"=true
  22.  
  23. # Enable Infusion Repair Table recipe. Set to false to force anvil repairs. [default: true]
  24. B:"Module - Infusion Repair"=false
  25. }
  26.  
  27.  
  28. mobdrops {
  29. # Almost all mobs drop bones, not just skeletons. [default: true]
  30. B:"All bones"=true
  31.  
  32. # Animals that die by flame drop charred meat instead of vanilla cooked meat [default: true]
  33. B:"Flaming animals drop charred meat"=true
  34.  
  35. # Non-skeleton mobs only drop bones on peaceful. Requires 'All bones' to be true in order to do anything. [default: true]
  36. B:"More bones only works on peaceful"=true
  37.  
  38. # Spiders drop vanilla string as well as silk. [default: false]
  39. B:"Spiders drop string"=false
  40. }
  41.  
  42.  
  43. othercrafting {
  44. # Require Advanced Crafting for things like doors, pistons, chests, etc. [default: true]
  45. B:"Advanced crafting for lots of things"=true
  46.  
  47. # Allow string and twine to be used in place of leather strips in tool bindings, at a higher cost. [default: true]
  48. B:"Allow string and twine as tool binding"=true
  49.  
  50. # Allow any string to be used for tripwire hooks, trapped chests, etc. [default: false]
  51. B:"Any string for traps"=false
  52.  
  53. # Allow vanilla chain armor to be craftable from iron nuggets [default: true]
  54. B:"Enable chain armor"=true
  55.  
  56. # Remove crafting recipes of vanilla food items, enforcing the use of the brick ovens. [default: true]
  57. B:"Remove crafted food recipes"=true
  58.  
  59. # Remove recipes for wooden pickaxe, axe, shovel, and hoe. [default: true]
  60. B:"Remove wooden tool recipes"=true
  61. }
  62.  
  63.  
  64. smelting {
  65. # Allow campfire to process all recipes kiln can, instead of just a few. [default: false]
  66. B:"Allow campfire to use all kiln recipes"=true
  67.  
  68. # Remove recipes that normally use the vanilla furnace [default: true]
  69. B:"Disable vanilla smelting"=true
  70.  
  71. # Only remove furnace recipes for vanilla items/blocks. Requires 'Disable vanilla smelting'. [default: true]
  72. B:"Only remove smelting recipes for vanilla items"=true
  73.  
  74. # Allow smelter to make glass, bricks, smooth stone, etc. [default: false]
  75. B:"Smelter can make kiln products"=false
  76. }
  77.  
  78.  
  79. tweaks {
  80. # List of tools that should be treated as axes. Use this format: 'modid:itemName=toolTier' [default: ]
  81. S:"Also axes" <
  82. IC2:itemToolIridiumDrill:1=4
  83. GraviSuite:advDDrill:1=4
  84. rfdrills:redstone_drill=4
  85. >
  86.  
  87. # List of tools that should be treated as pickaxes. Use this format: 'modid:itemName=toolTier' [default: ]
  88. S:"Also pickaxes" <
  89. IC2:itemToolIridiumDrill=4
  90. GraviSuite:advDDrill=4
  91. rfdrills:redstone_drill=4
  92. rfdrills:leadstone_drill=4
  93. >
  94.  
  95. # List of blocks to always be breakable. Use this format: 'modid:blockName'. [default: ]
  96. S:"Always breakable" <
  97. >
  98.  
  99. # Makes items that should be stackable (minecarts, potions, etc.) stackable. [default: true]
  100. B:"Make stuff stackable"=true
  101.  
  102. # Set to true to disable damage when breaking certain blocks with your hands/face. [default: false]
  103. B:"No damage on wrong block breaking"=false
  104. }
  105.  
  106.  
  107. worldgen {
  108. # [WIP] Marshmallows spawn in dungeons, mineshafts, desert temples, and jungle temples. [default: true]
  109. B:"Generate marshmallows"=true
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement