Advertisement
Guest User

Untitled

a guest
Jun 11th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.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"=true
  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"=true
  25. }
  26.  
  27.  
  28. infusion {
  29. # Amount of total health taken during cloth diffusion (in half-hearts). [range: 0 ~ 100, default: 16]
  30. I:"Health taken in diffusion"=16
  31. }
  32.  
  33.  
  34. mobdrops {
  35. # Almost all mobs drop bones, not just skeletons. [default: true]
  36. B:"All bones"=true
  37.  
  38. # Animals that die by flame drop charred meat instead of vanilla cooked meat [default: true]
  39. B:"Flaming animals drop charred meat"=true
  40.  
  41. # Non-skeleton mobs only drop bones on peaceful. Requires 'All bones' to be true in order to do anything. [default: true]
  42. B:"More bones only works on peaceful"=true
  43.  
  44. # Spiders drop vanilla string as well as silk. [default: false]
  45. B:"Spiders drop string"=false
  46. }
  47.  
  48.  
  49. othercrafting {
  50. # Require Advanced Crafting for things like doors, pistons, chests, etc. Delete your config/betterbeginnings/advancedcrafting/main.json file afterward. [default: true]
  51. B:"Advanced crafting for lots of things"=true
  52.  
  53. # Allow string and twine to be used in place of leather strips in tool bindings, at a higher cost. Delete your config/betterbeginnings/advancedcrafting/main.json file afterward. [default: true]
  54. B:"Allow string and twine as tool binding"=true
  55.  
  56. # Allow any string to be used for tripwire hooks, trapped chests, etc. Delete your config/betterbeginnings/advancedcrafting/main.json file afterward. [default: false]
  57. B:"Any string for traps"=false
  58.  
  59. # Allow vanilla chain armor to be craftable from iron nuggets [default: true]
  60. B:"Enable chain armor"=true
  61.  
  62. # Add an alternate, Netherless, but expensive recipe for blaze powder to help ease getting a diamond pick. Still works even if 'Require blaze powder for diamond pick' is false. Delete your config/betterbeginnings/advancedcrafting/main.json file afterward. [default: true]
  63. B:"Netherless blaze powder recipe"=true
  64.  
  65. # Remove crafting recipes of vanilla food items, enforcing the use of the brick ovens. [default: true]
  66. B:"Remove crafted food recipes"=true
  67.  
  68. # Remove recipes for wooden pickaxe, axe, shovel, and hoe. [default: true]
  69. B:"Remove wooden tool recipes"=true
  70.  
  71. # Require blaze powder for a Diamond Pickaxe like all other diamond tools. This will require a trip to the Nether unless 'Netherless blaze powder recipe' is set to true. Delete your config/betterbeginnings/advancedcrafting/main.json file afterward. [default: true]
  72. B:"Require blaze powder for diamond pick"=true
  73. }
  74.  
  75.  
  76. smelting {
  77. # Allow campfire to process all recipes kiln can, instead of just a few. Delete your config/betterbeginnings/advancedcrafting/main.json file afterward. [default: false]
  78. B:"Allow campfire to use all kiln recipes"=false
  79.  
  80. # Allow smelters to use regular coal as fuel in addition to charcoal. [default: false]
  81. B:"Allow smelters to use coal as fuel"=false
  82.  
  83. # Remove recipes that normally use the vanilla furnace [default: true]
  84. B:"Disable vanilla smelting"=true
  85.  
  86. # Only remove furnace recipes for vanilla items/blocks. Requires 'Disable vanilla smelting'. [default: true]
  87. B:"Only remove smelting recipes for vanilla items"=true
  88.  
  89. # Allow smelter to make glass, bricks, smooth stone, etc. [default: false]
  90. B:"Smelter can make kiln products"=false
  91. }
  92.  
  93.  
  94. tweaks {
  95. # List of tools that should be treated as axes. Use this format: 'modid:itemName=toolTier' [default: ]
  96. S:"Also axes" <
  97. >
  98.  
  99. # List of tools that should be treated as pickaxes. Use this format: 'modid:itemName=toolTier' [default: ]
  100. S:"Also pickaxes" <
  101. >
  102.  
  103. # List of blocks to always be breakable. Use this format: 'modid:blockName'. [default: ]
  104. S:"Always breakable" <
  105. >
  106.  
  107. # Makes items that should be stackable (minecarts, potions, etc.) stackable. [default: true]
  108. B:"Make stuff stackable"=true
  109.  
  110. # Set to true to disable damage when breaking certain blocks with your hands/face. [default: false]
  111. B:"No damage on wrong block breaking"=false
  112. }
  113.  
  114.  
  115. worldgen {
  116. # [WIP] Marshmallows spawn in dungeons, mineshafts, desert temples, and jungle temples. [default: true]
  117. B:"Generate marshmallows"=true
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement