Advertisement
Guest User

Untitled

a guest
Mar 9th, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.65 KB | None | 0 0
  1. # 21 Aug 2012: Added logflushsecs
  2. # 1 May  2013: Added wooddropscharcoal
  3. # 16 May 2013: Added noburn(mob|player)by
  4. # 13 Jun 2013: Added charcoaldrop node
  5. # 22 SEp 2013: added lava place nodes
  6. # 23 Nov 2013: Added speciesmax, variable charcoal accepting Material names.
  7. # 17 Jan 2014: Added anydropchance, DARKOAK_LOG and ACACIA_LOG
  8.  
  9. nerf_fire:
  10.   logstart:
  11.    player: OOPARTS, OOPARTS_parallel, OOPARTS_nature, OOPARTS_abyss
  12. #   lightning: None
  13. #   crystal: None
  14. #   lava: None
  15. #  fireball: None
  16. #  explosion: None
  17.   whitelist: false
  18. #  blocklist: WOOL, HAY
  19.   nospread: OOPARTS, OOPARTS_parallel, OOPARTS_nature, OOPARTS_abyss
  20.   nostartby:
  21.     op: false
  22. #    lightning:
  23. #      - world
  24. #    lava:
  25. #      - world_the_end
  26. #      - nether
  27. #    player:
  28. #      - world
  29. #    explosion: world
  30. #    fireball: world
  31. #    crystal: world
  32.   nodamageto:
  33. #    block: world
  34. #    player:
  35. #      fromlava: world, nether
  36. #      fromfire:
  37. #        - world
  38. #    nonplayer:
  39. #      fromlava: nether, world_the_end, world
  40. #      fromfire: world
  41.   noburnmobby:
  42.     op: false
  43. #    player:
  44. #    mob:
  45.   noburnplayerby:
  46.     op: false
  47. #    player:
  48. #    mob:
  49.   logflushsecs: 600
  50.   noplacelavaby:
  51.     op: false
  52. #    player:
  53.   logplace:
  54.     lava: OOPARTS, OOPARTS_parallel, OOPARTS_nature, OOPARTS_abyss
  55.   wooddropscharcoal: OOPARTS, OOPARTS_nether, OOPARTS_the_end, OOPARTS_nature
  56. # Following is global, applying to all worlds in wooddropscharcoal
  57.   charcoaldrop:
  58.     random: true
  59.     max: 1
  60.     speciesmax:
  61.       JUNGLE_LOG: 2
  62.       OAK_LOG: 1
  63.       BIRCH_LOG: 1
  64.       SPRUCE_LOG: 2
  65.       ACACIA_LOG: 1
  66.       DARKOAK_LOG: 1
  67.     anydropchance: 40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement