Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. # Configuration file
  2.  
  3. AngryPigmen {
  4. # If TRUE, zombie pigmen will become hostile towards the player when nearby ores are mined.
  5. B:AngryPigmen=true
  6.  
  7. # Sets how many blocks away from an ore a zombie pigman can be angered from. (Capped at 64 blocks to prevent lag.)
  8. I:AngryPigmenRange=32
  9.  
  10. # If TRUE, zombie pigmen don't become hostile when ores are mined with Silktouch.
  11. B:AngryPigmenSilktouch=true
  12. }
  13.  
  14.  
  15. Explosions {
  16. # If TRUE, nether ores have a chance to explode when mined.
  17. B:Explosions=true
  18.  
  19. # Sets the percent chance nether ores will explode when mined. (1.0 = 100%, 0.01 = 1%)
  20. D:ExplosionsChance=0.125
  21.  
  22. # If TRUE, ore explosions have a 2X higher chance when mined with Fortune.
  23. B:ExplosionsFortune=true
  24.  
  25. # If TRUE, ore explosions do not trigger when mined with Silktouch.
  26. B:ExplosionsSilktouch=true
  27.  
  28. # Sets the strength of the explosion. (Creepers are 3.0, TNT is 4.0, Charged Creepers are 6.0, IC2 Nukes are 60.0)
  29. D:ExplosionsStrength=4.0
  30. }
  31.  
  32.  
  33. Hellfish {
  34. # If TRUE, a more dangerous nether version of Silverfish may spawn from breaking Netherrack.
  35. B:Hellfish=true
  36.  
  37. # Sets the Attack Damage of Hellfish. (Silverfish have an Attack Damage of 1.0)
  38. D:HellfishAttackDamage=1.0
  39.  
  40. # Sets the Knockback Resistance of Hellfish. (Silverfish have a Knockback Resistance of 0.0)
  41. D:HellfishKnockbackResistance=1.0
  42.  
  43. # Sets the Maximum Health of Hellfish. (Silverfish have a Maximum Health of 8.0)
  44. D:HellfishMaxHealth=10.0
  45.  
  46. # Sets the Movement Speed of Hellfish. (Silverfish have a Movement Speed of 0.25)
  47. D:HellfishMovementSpeed=0.33
  48.  
  49. # If TRUE, being attacked by Hellfish sets the player on fire.
  50. B:HellfishSetFire=true
  51.  
  52. # If TRUE, Hellfish spawn blocks are hidden from WAILA.
  53. B:HellfishWAILA=true
  54. }
  55.  
  56.  
  57. Processing {
  58. # If TRUE, enables Furnace (and TE Redstone Furnace) recipes for nether ores.
  59. B:FurnaceRecipes=true
  60.  
  61. # If TRUE, enables TE Induction Smelter recipes for nether ores.
  62. B:InductionSmelterRecipes=true
  63.  
  64. # If TRUE, enables TF Petrotheum recipes for nether ores.
  65. B:PetrotheumRecipes=true
  66.  
  67. # If TRUE, enables TE Pulverizer recipes for nether ores.
  68. B:PulverizerRecipes=true
  69.  
  70. # If TRUE, enables TF Pyrotheum recipes for nether ores.
  71. B:PyrotheumRecipes=true
  72.  
  73. # If TRUE, nether ores will smelt to their normal variants. (Nether Coal Ore => 2x Coal Ore)
  74. # If FALSE, nether ores will smelt to ingots or some other appropriate item. (Nether Coal Ore => 2x Coal)
  75. B:SmeltToOres=true
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement