Advertisement
Guest User

Untitled

a guest
Jul 18th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. {
  2. "FILE_VERSION": "2.0",
  3. "LIVING_HANDLERS": {
  4. "Creeper": {
  5. "Type-Enabled": "MONSTER-false",
  6. "Contents": [
  7. "Creeper"
  8. ]
  9. },
  10. "MushroomCow": {
  11. "Type-Enabled": "CREATURE-false",
  12. "Contents": [
  13. "MushroomCow"
  14. ]
  15. },
  16. "Chicken": {
  17. "Type-Enabled": "CREATURE-true",
  18. "Despawn Tags": "block({'fence'},{128,8,128},{0,0,0})",
  19. "Contents": [
  20. "Chicken"
  21. ]
  22. },
  23. "Sheep": {
  24. "Type-Enabled": "CREATURE-true",
  25. "Despawn Tags": "block({'fence'},{128,8,128},{0,0,0})",
  26. "Contents": [
  27. "Sheep"
  28. ]
  29. },
  30. "Giant": {
  31. "Type-Enabled": "MONSTER-false",
  32. "Contents": [
  33. "Giant"
  34. ]
  35. },
  36. "LavaSlime": {
  37. "Type-Enabled": "MONSTER-false",
  38. "Contents": [
  39. "LavaSlime"
  40. ]
  41. },
  42. "EntityHorse": {
  43. "Type-Enabled": "CREATURE-true",
  44. "Despawn Tags": "block({'fence'},{128,8,128},{0,0,0})",
  45. "Contents": [
  46. "EntityHorse"
  47. ]
  48. },
  49. "WitherBoss": {
  50. "Type-Enabled": "MONSTER-false",
  51. "Contents": [
  52. "WitherBoss"
  53. ]
  54. },
  55. "PigZombie": {
  56. "Type-Enabled": "MONSTER-false",
  57. "Contents": [
  58. "PigZombie"
  59. ]
  60. },
  61. "Slime": {
  62. "Type-Enabled": "MONSTER-false",
  63. "Contents": [
  64. "Slime"
  65. ]
  66. },
  67. "Silverfish": {
  68. "Type-Enabled": "MONSTER-false",
  69. "Contents": [
  70. "Silverfish"
  71. ]
  72. },
  73. "Spider": {
  74. "Type-Enabled": "MONSTER-true",
  75. "Contents": [
  76. "Spider"
  77. ]
  78. },
  79. "Blaze": {
  80. "Type-Enabled": "MONSTER-false",
  81. "Contents": [
  82. "Blaze"
  83. ]
  84. },
  85. "Pig": {
  86. "Type-Enabled": "CREATURE-true",
  87. "Despawn Tags": "block({'fence'},{128,8,128},{0,0,0})",
  88. "Contents": [
  89. "Pig"
  90. ]
  91. },
  92. "Wolf": {
  93. "Type-Enabled": "CREATURE-true",
  94. "Spawn Tag": "block({'minecraft:wooden_door'},{64,8,64},{0,0,0})",
  95. "Contents": [
  96. "Wolf"
  97. ]
  98. },
  99. "CaveSpider": {
  100. "Type-Enabled": "MONSTER-true",
  101. "Contents": [
  102. "CaveSpider"
  103. ]
  104. },
  105. "Bat": {
  106. "Type-Enabled": "AMBIENT-true",
  107. "Contents": [
  108. "Bat"
  109. ]
  110. },
  111. "VillagerGolem": {
  112. "Type-Enabled": "NONE-false",
  113. "Contents": [
  114. "VillagerGolem"
  115. ]
  116. },
  117. "EnderDragon": {
  118. "Type-Enabled": "MONSTER-false",
  119. "Contents": [
  120. "EnderDragon"
  121. ]
  122. },
  123. "SnowMan": {
  124. "Type-Enabled": "NONE-false",
  125. "Contents": [
  126. "SnowMan"
  127. ]
  128. },
  129. "Witch": {
  130. "Type-Enabled": "MONSTER-false",
  131. "Contents": [
  132. "Witch"
  133. ]
  134. },
  135. "Ozelot": {
  136. "Type-Enabled": "CREATURE-true",
  137. "Spawn Tag": "block({'minecraft:wooden_door'},{64,8,64},{0,0,0})",
  138. "Contents": [
  139. "Ozelot"
  140. ]
  141. },
  142. "Enderman": {
  143. "Type-Enabled": "MONSTER-false",
  144. "Contents": [
  145. "Enderman"
  146. ]
  147. },
  148. "Villager": {
  149. "Type-Enabled": "NONE-true",
  150. "Contents": [
  151. "Villager"
  152. ]
  153. },
  154. "Squid": {
  155. "Type-Enabled": "WATERCREATURE-true",
  156. "Contents": [
  157. "Squid"
  158. ]
  159. },
  160. "Zombie": {
  161. "Type-Enabled": "MONSTER-true",
  162. "Contents": [
  163. "Zombie"
  164. ]
  165. },
  166. "Cow": {
  167. "Type-Enabled": "CREATURE-true",
  168. "Despawn Tags": "block({'fence'},{128,8,128},{0,0,0})",
  169. "Contents": [
  170. "Cow"
  171. ]
  172. },
  173. "Ghast": {
  174. "Type-Enabled": "MONSTER-false",
  175. "Contents": [
  176. "Ghast"
  177. ]
  178. },
  179. "Skeleton": {
  180. "Type-Enabled": "MONSTER-true",
  181. "Contents": [
  182. "Skeleton"
  183. ]
  184. }
  185. }
  186. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement