Advertisement
Guest User

World mobs random spawns

a guest
Aug 18th, 2023
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. #
  2. # World Mobs Pack Random Spawning
  3. #
  4.  
  5. Ghoul1:
  6. MobType: Ghoul1
  7. Worlds: world
  8. Chance: 0.5
  9. Priority: 1
  10. Action: REPLACE
  11. Conditions:
  12. - entitytype{t=ZOMBIE} true
  13. Skeleton1:
  14. MobType: SkeletalArcher1
  15. Worlds: world
  16. Chance: 0.5
  17. Priority: 1
  18. Action: REPLACE
  19. Conditions:
  20. - entitytype{t=SKELETON} true
  21. IronGolem1:
  22. MobType: HungeringGolem1
  23. Worlds: world
  24. Chance: 0.01
  25. Priority: 1
  26. Action: REPLACE
  27. Conditions:
  28. - entitytype{t=ZOMBIE} true
  29. Witch:
  30. MobType: WickedSorcerer1
  31. Worlds: world
  32. Chance: 0.5
  33. Priority: 1
  34. Action: REPLACE
  35. Conditions:
  36. - entitytype{t=WITCH} true
  37. Spider:
  38. MobType: DeadlySpider1
  39. Worlds: world
  40. Chance: 0.5
  41. Priority: 1
  42. Action: REPLACE
  43. Conditions:
  44. - entitytype{t=SPIDER} true
  45. CaveSpider:
  46. MobType: ShadeSpider1
  47. Worlds: world
  48. Chance: 0.5
  49. Priority: 1
  50. Action: REPLACE
  51. Conditions:
  52. - entitytype{t=CAVE_SPIDER} true
  53. Creeper:
  54. MobType: CrawlingCreeper1
  55. Worlds: world
  56. Chance: 0.5
  57. Priority: 1
  58. Action: REPLACE
  59. Conditions:
  60. - entitytype{t=CREEPER} true
  61. Enderman:
  62. MobType: DarkEntity1
  63. Worlds: world
  64. Chance: 0.5
  65. Priority: 1
  66. Action: REPLACE
  67. Conditions:
  68. - entitytype{t=ENDERMAN} true
  69. EndWalker:
  70. MobType: EndWalker
  71. Worlds: world
  72. Chance: 0.005
  73. Priority: 2
  74. Action: REPLACE
  75. Conditions:
  76. - entitytype{t=ZOMBIE} true
  77. Electro:
  78. MobType: Electro
  79. Worlds: world
  80. Chance: 0.005
  81. Priority: 2
  82. Action: REPLACE
  83. Conditions:
  84. - entitytype{t=ENDERMAN} true
  85. EnderBeast:
  86. MobType: EnderBeast
  87. Worlds: world
  88. Chance: 0.005
  89. Priority: 2
  90. Action: REPLACE
  91. Conditions:
  92. - entitytype{t=ZOMBIE} true
  93. IronTitan:
  94. MobType: IronTitan
  95. Worlds: world
  96. Chance: 0.005
  97. Priority: 2
  98. Action: REPLACE
  99. Conditions:
  100. - entitytype{t=ZOMBIE} true
  101. IcedGhoul:
  102. MobType: IcedGhoul
  103. Worlds: world
  104. Chance: 0.005
  105. Priority: 2
  106. Action: REPLACE
  107. Conditions:
  108. - entitytype{t=ZOMBIE} true
  109. ShiftingOmen:
  110. MobType: ShiftingOmen
  111. Worlds: world
  112. Chance: 0.005
  113. Priority: 2
  114. Action: REPLACE
  115. Conditions:
  116. - entitytype{t=ZOMBIE} true
  117. goblin:
  118. MobType: goblin
  119. Worlds: world
  120. Chance: 0.2
  121. Priority: 1
  122. Action: REPLACE
  123. Conditions:
  124. - entitytype{t=ZOMBIE} true
  125. goblinshaman:
  126. MobType: goblinshaman
  127. Worlds: world
  128. Chance: 0.15
  129. Priority: 1
  130. Action: REPLACE
  131. Conditions:
  132. - entitytype{t=ZOMBIE} true
  133. goblinsoldier:
  134. MobType: goblinsoldier
  135. Worlds: world
  136. Chance: 0.12
  137. Priority: 1
  138. Action: REPLACE
  139. Conditions:
  140. - entitytype{t=ZOMBIE} true
  141. Stray:
  142. MobType: HollowKnight
  143. Worlds: world
  144. Chance: 0.005
  145. Priority: 2
  146. Action: REPLACE
  147. Conditions:
  148. - entitytype{t=ZOMBIE} true
  149. MutatedSlime:
  150. MobType: MutatedSlime
  151. Worlds: world
  152. Chance: 0.005
  153. Priority: 2
  154. Action: REPLACE
  155. Conditions:
  156. - entitytype{t=ZOMBIE} true
  157. TreeSpirit:
  158. MobType: TreeSpirit
  159. Worlds: world
  160. Chance: 0.005
  161. Priority: 2
  162. Action: REPLACE
  163. Conditions:
  164. - entitytype{t=ZOMBIE} true
  165. DimensionalKiller:
  166. MobType: DimensionalKiller
  167. Worlds: world
  168. Chance: 0.005
  169. Priority: 2
  170. Action: REPLACE
  171. Conditions:
  172. - entitytype{t=ENDERMAN} true
  173. NetherMage:
  174. MobType: NetherMage
  175. Worlds: world
  176. Chance: 0.005
  177. Priority: 2
  178. Action: REPLACE
  179. Conditions:
  180. - entitytype{t=ENDERMAN} true
  181. MagmaGolem:
  182. MobType: MagmaGolem
  183. Worlds: world
  184. Chance: 0.005
  185. Priority: 2
  186. Action: REPLACE
  187. Conditions:
  188. - entitytype{t=ZOMBIE} true
  189. BlazingInferno:
  190. MobType: BlazingInferno
  191. Worlds: world
  192. Chance: 0.005
  193. Priority: 2
  194. Action: REPLACE
  195. Conditions:
  196. - entitytype{t=SKELETON} true
  197. BUG_DP_Orcling:
  198. MobType: BUG_DP_Orcling
  199. Worlds: world
  200. Chance: 0.3
  201. Priority: 1
  202. Action: REPLACE
  203. Conditions:
  204. - entitytype{t=ZOMBIE} true
  205. BUG_DP_Orc-Knight:
  206. MobType: BUG_DP_Orc-Knight
  207. Worlds: world
  208. Chance: 0.3
  209. Priority: 1
  210. Action: REPLACE
  211. Conditions:
  212. - entitytype{t=ZOMBIE} true
  213. BUG_DP_Orc-Drummer:
  214. MobType: BUG_DP_Orc-Drummer
  215. Worlds: world
  216. Chance: 0.3
  217. Priority: 1
  218. Action: REPLACE
  219. Conditions:
  220. - entitytype{t=ZOMBIE} true
  221. BUG_DP_Orc-War-Mage:
  222. MobType: BUG_DP_Orc-War-Mage
  223. Worlds: world
  224. Chance: 0.3
  225. Priority: 1
  226. Action: REPLACE
  227. Conditions:
  228. - entitytype{t=ZOMBIE} true
  229. BUG_DP_Orc-Axe-Thrower:
  230. MobType: BUG_DP_Orc-Axe-Thrower
  231. Worlds: world
  232. Chance: 0.3
  233. Priority: 1
  234. Action: REPLACE
  235. Conditions:
  236. - entitytype{t=ZOMBIE} true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement