Advertisement
MysteriousAges

MagicBees.cfg IDs config for DEFAULT Thaumic Bees ID

Jun 5th, 2013
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # block
  5. ####################
  6.  
  7. block {
  8. I:effectJar=1753
  9. I:hives=1754
  10. I:planksTC=1750
  11. I:slabFull=1751
  12. I:slabHalf=1752
  13. }
  14.  
  15.  
  16. ####################
  17. # general
  18. ####################
  19.  
  20. general {
  21. # Set to true to allow Greatwood & Silverwood planks to burn in a fire.
  22. B:areMagicPlanksFlammable=false
  23.  
  24. # Set to true if you want MagicBees to add several Thaumcraft blocks & items to Forestry backpacks.
  25. # Set to false to disable.
  26. B:backpack.forestry.addThaumcraftItems=true
  27.  
  28. # Add additional items to the Thaumaturge's Backpack.
  29. # Format is the same as Forestry's: id:meta;id;id:meta (etc)
  30. S:backpack.thaumaturge.additionalItems=
  31.  
  32. # Allows you to edit the stack size of the capsules in MagicBees if using GregTech,
  33. # or the reduced capsule size in Forestry & Railcraft. Default: 64
  34. I:capsuleStackSize=64
  35.  
  36. # Set to true to stop ThaumicBees from notifying you when new updates are available. (Does not supress critical updates)
  37. B:disableVersionNotification=false
  38.  
  39. # set to true to show the current moon phase in mouse-over text.
  40. B:moonDialShowText=false
  41. B:performHiveRetrogen=false
  42.  
  43. # Set to true to make Thaumium Grafter & Scoop require impregnated sticks in the recipe.
  44. B:useImpregnatedStickInTools=false
  45. }
  46.  
  47.  
  48. ####################
  49. # item
  50. ####################
  51.  
  52. item {
  53. I:beeNuggets=26377
  54. I:combs=26346
  55. I:drop=26349
  56. I:fluxCrystal=26355
  57. I:frameGentle=26358
  58. I:frameMagic=26356
  59. I:frameMetabolic=26359
  60. I:frameNecrotic=26360
  61. I:frameOblivion=26362
  62. I:frameResilient=26357
  63. I:frameTemporal=26361
  64. I:jellyBabies=26371
  65. I:magicCapsule=26353
  66. I:miscResources=26350
  67. I:moonDial=26375
  68. I:pollen=26354
  69. I:propolis=26348
  70. I:thaumaturgePack1=26351
  71. I:thaumaturgePack2=26352
  72. I:thaumiumGrafter=26374
  73. I:thaumiumScoop=26373
  74. I:voidCapsule=26372
  75. I:wax=26347
  76. }
  77.  
  78.  
  79. ####################
  80. # retrogen
  81. ####################
  82.  
  83. retrogen {
  84. # Set to true to enable retroactive worldgen of Magic Bees hives.
  85. B:doHiveRetrogen=false
  86.  
  87. # Set to true to force a regeneration of Magic Bees hives. Will set config option to false after parsed. (Implies doHiveRetrogen=true)
  88. B:forceHiveRegen=false
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement