Advertisement
danjhonson

yogbox btw stuff

Jul 2nd, 2011
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. // config settings
  2.  
  3. // set the following value to 1 if you want to use default minecraft textures (or those in your texture pack) for the light blocks
  4.  
  5. fcUseDefaultLightTextures=0
  6.  
  7. // set the following to 1 to disable the changes to the axe this mod makes, for compatibility with other mods
  8.  
  9. fcDisableAxeChanges=0
  10.  
  11. // set the following to 1 to have the Gear Box's output face away from you when you place it
  12.  
  13. fcFaceGearBoxAwayFromPlayer=0
  14.  
  15. // Block IDs
  16.  
  17. fcLightBulbOffID=255
  18. fcLightBulbOnID=223
  19.  
  20. fcBBQID=224
  21.  
  22. fcHopperID=225
  23.  
  24. fcSawID=226
  25.  
  26. fcPlatformID=227
  27.  
  28. fcCementID=228
  29.  
  30. fcPulleyID=229
  31.  
  32. fcPressurePlateObsidianID=254
  33.  
  34. fcMouldingID=231
  35. fcCornerID=232
  36.  
  37. fcBlockDispenserID=233
  38.  
  39. fcCauldronID=253
  40.  
  41. fcDetectorRailWoodID=235
  42. fcDetectorRailObsidianID=236
  43.  
  44. fcCompanionCubeID=237
  45.  
  46. fcBlockDetectorID=238
  47. fcBlockDetectorLogicID=239
  48.  
  49. fcBlockLensID=240
  50.  
  51. fcHempCropID=241
  52.  
  53. fcHandCrankID=242
  54.  
  55. fcMillStoneID=243
  56.  
  57. fcAnchorID=244
  58.  
  59. fcRopeBlockID=245
  60.  
  61. fcOmniSlabID=246
  62.  
  63. fcAxleBlockID=247
  64.  
  65. fcGearBoxID=248
  66.  
  67. // Item IDs
  68.  
  69. fcBucketCeme1ntID=222
  70. fcWolfRawID=223
  71. fcWolfCookedID=224
  72. fcNethercoalID=225
  73. fcHempSeedsID=226
  74. fcHempID=227
  75. fcGearID=228
  76. fcFlourID=229
  77. fcHempFibersID=230
  78. fcScouredLeatherID=231
  79. fcDonutID=232
  80. fcRopeItemID=233
  81. fcAnchorItemID=234
  82. fcDungID=235
  83. fcWaterWheelItemID=236
  84. fcWindMillBladeItemID=237
  85. fcWindMillItemID=238
  86. fcHempClothID=239
  87. fcGrateID=240
  88. fcWickerID=241
  89. fcTannedLeatherID=242
  90. fcStrapID=243
  91. fcBeltID=244
  92. fcFoulFoodID=245
  93.  
  94. // Entity IDs
  95.  
  96. fcWaterWheelEntityID=222
  97. fcWindMillEntityID=223
  98. fcMovingAnchorEntityID=224
  99. fcMovingPlatformEntityID=225
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement