Advertisement
KaitoCain

Untitled

Nov 5th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. # Dynamically generate Siding, Mouldings and Corners for many of the blocks in the game.
  2. B:MiniBlocks=true
  3.  
  4. miniblocks {
  5. # Add recipes to convert the old, static, mini blocks to the new ones.
  6. B:"Add Conversion Recipes"=true
  7.  
  8. # Automatically add miniblocks for many blocks, based on heuristics and probably planetary alignments. WARNING: Exposure to this config option can kill pack developers.
  9. B:"Auto Generate Miniblocks"=true
  10.  
  11. # When enabled stone and metal miniblocks will require an anvil recipe, when disabled they will all be made with the saw
  12. B:"Stone Miniblocks require Anvil recipe"=true
  13.  
  14. # Whitelist for blocks to generate miniblocks for (aside from the ones required by BWM)
  15. S:Whitelist <
  16. pvj:planks_willow
  17. pvj:planks_mangrove
  18. pvj:planks_palm
  19. pvj:planks_redwood
  20. pvj:planks_fir
  21. pvj:planks_pine
  22. pvj:planks_aspen
  23. pvj:planks_maple
  24. pvj:planks_baobab
  25. pvj:planks_cottonwood
  26. pvj:planks_juniper
  27. pvj:planks_cherry_blossom
  28. pvj:planks_jacaranda
  29. pokecube:plank_pecha
  30. pokecube:plank_oran
  31. pokecube:plank_leppa
  32. pokecube:plank_sitrus
  33. pokecube:plank_enigma
  34. pokecube:plank_nanab
  35. quark:stained_planks
  36. rustic:planks
  37. traverse:fir_planks
  38. tropicraft:palm_planks
  39. >
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement