Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.09 KB | None | 0 0
  1. 5.1.0
  2.  
  3. WARNING:
  4.  
  5. The first line indicates the version of this file.
  6. If it does not match the version of the mod, this file will be replaced.
  7. Backup this file if you want to keep any changes you made to it.
  8.  
  9. Instruction on how to customize the Lucky Block might be added
  10. For now, look at everything below the '>drops' line to understand the syntax.
  11.  
  12. ~SPAWNRATE/STRUCTURECHANCE~
  13.  
  14. The spawnrate means the Lucky Block will have a 1 in (spawnrate) chance of spawning per chunk.
  15. This means the smaller the spawnrate, the more likely it is to spawn. Set it to 0 to prevent natural spawning.
  16. The structureChance means every time the Lucky Block spawns it will have a 1 in (structureChance) chance of spawning within a structure.
  17.  
  18. ~RECIPE~
  19.  
  20. To configure the recipe, use the first 3 groups of letters to show what the recipe will look like in the crafting table.
  21. A space instead of a letter will indicate that nothing goes there. Then, match each letter to it's appropriate item/block.
  22. Look below to understand. for no recipe, don't put anything below the recipe line.
  23.  
  24. >properties
  25. spawnrate=0
  26. structureChance=0
  27. recipe=ggg,gdg,ggg,g,gold_ingot,d,dropper
  28. doDropsOnCreativeMode=false
  29.  
  30. >craftingitems
  31. diamond=12
  32. diamond_block=100
  33. emerald=8
  34. emerald_block=80
  35. gold_ingot=6
  36. gold_block=60
  37. iron_ingot=3
  38. iron_block=30
  39.  
  40. golden_carrot=30
  41. golden_apple,0=40
  42. golden_apple,1=100
  43. nether_star=100
  44.  
  45. rotten_flesh=-5
  46. spider_eye=-10
  47. fermented_spider_eye=-20
  48. poisonous_potato=-10
  49. fish,3=-20
  50.  
  51. >drops
  52. /========== TOOLS & ARMOR ==========
  53.  
  54. /all wood, stone and gold tools
  55. group(ID=wooden_sword;ID=wooden_shovel;ID=wooden_pickaxe;ID=wooden_axe;ID=wooden_hoe)@luck=0
  56. group(ID=stone_sword;ID=stone_shovel;ID=stone_pickaxe;ID=stone_axe;ID=stone_hoe)@luck=0
  57. group(ID=golden_sword;ID=golden_shovel;ID=golden_pickaxe;ID=golden_axe;ID=golden_hoe)@luck=1
  58. /2-3 iron tools
  59. group:#random-2-3(ID=iron_shovel;ID=iron_pickaxe;ID=iron_axe;ID=iron_sword;ID=iron_hoe)@luck=1
  60. /1-2 diamond tools
  61. group:#random-1-2(ID=diamond_sword;ID=diamond_shovel;ID=diamond_pickaxe;ID=diamond_axe;ID=diamond_hoe)@luck=2
  62. /all leather and gold armor
  63. group(ID=leather_helmet;ID=leather_chestplate;ID=leather_leggings;ID=leather_boots)@luck=0
  64. group(ID=golden_helmet;ID=golden_chestplate;ID=golden_leggings;ID=golden_boots;ID=golden_horse_armor)@luck=1
  65. /2-3 chain and iron armor
  66. group:#random-2-3(ID=chainmail_helmet;ID=chainmail_chestplate;ID=chainmail_leggings;ID=chainmail_boots)@luck=2
  67. group:#random-2-3(ID=iron_helmet;ID=iron_chestplate;ID=iron_leggings;ID=iron_boots;ID=iron_horse_armor)@luck=1
  68. /1-2 diamond armor
  69. group:#random-1-2(ID=diamond_helmet;ID=diamond_chestplate;ID=diamond_leggings;ID=diamond_boots;ID=diamond_horse_armor)@luck=2
  70. /all horse armor
  71. group(ID=iron_horse_armor;ID=golden_horse_armor;ID=diamond_horse_armor)@luck=2
  72. /bow and arrows
  73. group(ID=bow;ID=arrow,amount=#random-16-32)@luck=1
  74.  
  75. /========== BLOCKS ==========
  76.  
  77. type=item,ID=sponge,NBTTag=(ench=#luckyBowEnchantments,display=(Name="#e#lSpongebob"))@luck=1
  78. type=item,ID=pumpkin,NBTTag=(ench=[(id=35,lvl=5)],display=(Name="#e#lWilson"))@luck=1
  79. type=item,ID=boat,NBTTag=(ench=[(id=34,lvl=10)],display=(Name="#e#lMaybe Better Than A Vanilla Boat"))@luck=1
  80. ID=enchanting_table@luck=2
  81. ID=end_portal_frame,amount=#random-4-8@luck=2
  82. ID=dragon_egg@luck=1
  83. ID=EnderStorage:enderChest,amount=1@luck=0
  84. ID=beacon@luck=2
  85. type=item,ID=ice,NBTTag=(ench=[(id=5,lvl=1)],display=(Name="#e#lBad Ice Cream"))@luck=0
  86. type=item,ID=paper,NBTTag=(ench=#luckyBowEnchantments,display=(Name="#e#lLucky Toilet Paper Piece"))@luck=0
  87. type=item,ID=lever,NBTTag=(ench=[(id=32,lvl=5)],display=(Name="#e#lLooks Like A Donger"))@luck=0
  88.  
  89. /========= ITEMS ==========
  90.  
  91. ID=aether:continuumOrb,amount=#random-6-12@luck=1
  92. type=item,ID=wooden_sword,NBTTag=(ench=[(id=7,lvl=1),(id=6,lvl=1),(id=5,lvl=1),(id=35,lvl=1)],display=(Name="#e#lNewbie Sword"))@luck=-1
  93. ID=painting,amount=4@luck=0
  94. ID=fireworks,NBTTag=(ench=#luckySwordEnchantments,display=(Name="#e#lThe Penetrator Of Uranus"))@luck=1
  95. type=item,ID=sand,NBTTag=(ench=[(id=34,lvl=1)],display=(Name="#e#lSand From Sahara"))@luck=0
  96. ID=fish,NBTTag=(ench=#luckySwordEnchantments,display=(Name="#e#lNemo"))@luck=-1
  97. type=item,ID=nether_star,NBTTag=(ench=[(id=5,lvl=1)],display=(Name="#e#lShooting Star"))@luck=2
  98. ID=red_flower,NBTTag=(display=(Name="#cRomantic Rose"))@luck=-1
  99. ID=magicalcrops:magicalcrops_AccioFurnace,amount=1@luck=1
  100. ID=Artifacts:artifact,amount=1@luck=1
  101. ID=Artifacts:artifact,amount=2@luck=2
  102. type=item,ID=flower_pot,NBTTag=(ench=[(id=6,lvl=10)],display=(Name="#e#lSpittoon"))@luck=1
  103. type=item,ID=yellow_flower,NBTTag=(ench=[(id=35,lvl=10)],display=(Name="#e#lShenzhen Nongke Orchid"))@luck=1
  104. type=item,ID=dragon_egg,NBTTag=(ench=[(id=34,lvl=10)],display=(Name="#e#l Daenerys Targaryen Dragon Egg"))@luck=1
  105. type=item,ID=painting,NBTTag=(ench=[(id=61,lvl=1)],display=(Name="#e#lPainting by Vincent van Gogh"))@luck=1
  106. type=item,ID=wooden_door,NBTTag=(ench=[(id=35,lvl=10)],display=(Name="#e#lYou Need This Door"))@luck=1
  107. type=item,ID=cauldron,NBTTag=(ench=[(id=16,lvl=10)],display=(Name="#e#lIDontKnowWhyIMadeThisMaybeYolo"))@luck=1
  108. type=item,ID=wooden_hoe,NBTTag=(ench=[(id=35,lvl=10)],display=(Name="#e#lTROLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLO"))@luck=1
  109. type=item,ID=arrow,NBTTag=(ench=[(id=34,lvl=4)],display=(Name="#e#lA Arrow Someone Took In The Knee"))@luck=1
  110. type=item,ID=BiblioCraft:BiblioBell,NBTTag=(ench=[(id=21,lvl=1)],display=(Name="#e#lDUDUDUDUDUDUDUDUDUDUDUDUDUDUDUDUDUDU"))@luck=1
  111. ID=emerald,amount=#random-2-4@luck=2
  112.  
  113. /========== GROUPS ==========
  114.  
  115. /bookshelves and books
  116. group(ID=bookshelf,amount=#random-6-12;ID=book,amount=#random-8-16)@luck=0
  117. /pumpkins and jack o'lanterns
  118. group(ID=pumpkin,amount=#random-8-16;ID=lit_pumpkin,amount=#random-8-16)@luck=0
  119. /golden apples
  120. group(ID=golden_apple,amount=#random-2-4;ID=golden_apple,amount=#random-1-2,damage=1)@luck=2
  121. /buckets
  122. group(ID=bucket,amount=#random-1-2;ID=water_bucket,amount=#random-1-2;ID=lava_bucket,amount=#random-1-2;ID=milk_bucket,amount=#random-1-2)@luck=0
  123. /meat (raw and cooked)
  124. group:1(group(ID=porkchop,amount=#random-8-16;ID=cooked_porkchop,amount=#random-4-8);group(ID=fish,amount=#random-8-16;ID=cooked_fished,amount=#random-4-8);group(ID=beef,amount=#random-8-16;ID=cooked_beef,amount=#random-4-8);group(ID=chicken,amount=#random-8-16;ID=cooked_chicken,amount=#random-4-8))@luck=1
  125. /vegetable food (carrots, potatoes, pumpkin pie)
  126. group:1(group(ID=carrot,amount=#random-8-16;ID=golden_carrot,amount=#random-4-8);group(ID=potato,amount=#random-8-16;ID=baked_potato,amount=#random-4-8;ID=poisonous_potato,amount=#random-2-4);group(ID=beef,amount=#random-8-16;ID=cooked_beef,amount=#random-4-8);group(ID=pumpkin_pie,amount=#random-6-12))@luck=1
  127. /ender pearls and eyes
  128. group(ID=ender_pearl,amount=10;ID=ender_eye,amount=5)@luck=2
  129. /potions
  130. ID=potion,damage=#randomPotionDamage,amount=#random-4-8,reinitialize=true@luck=1
  131. /spawn eggs
  132. ID=spawn_egg,damage=#randomSpawnEggDamage,amount=#random-4-8,reinitialize=true@luck=1
  133. /heads
  134. ID=skull,damage=#random-0-4,amount=#random-1-3,reinitialize=true@luck=0
  135. /jukebox music discs
  136. group(ID=jukebox;ID=#random-2256-2267,amount=#random-1-3,reinitialize=true)@luck=1
  137. /brewing
  138. group(ID=ender_pearl,amount=#random-1-3;ID=blaze_rod,amount=#random-1-3;ID=ghast_tear,amount=#random-1-3;ID=gold_nugget,amount=#random-1-3;ID=nether_wart,amount=#random-1-3;ID=spider_eye,amount=#random-1-3;ID=fermented_spider_eye,amount=#random-1-3;ID=blaze_powder,amount=#random-1-3;ID=magma_cream,amount=#random-1-3;ID=ender_eye,amount=#random-1-3;ID=382,amount=#random-1-3;type=particle,ID=2002,damage=3)@luck=2
  139. /redstone
  140. group(ID=dispenser,amount=#random-2-4;ID=noteblock,amount=1;ID=sticky_piston,amount=#random-2-4;ID=piston,amount=4;ID=tnt,amount=#random-4-6;ID=lever,amount=2;ID=stone_pressure_plate,amount=2;ID=wooden_pressure_plate,amount=2;ID=redstone_torch,amount=8;ID=stone_button,amount=2;ID=trapdoor,amount=2;ID=fence_gate,amount=1;ID=redstone_lamp,amount=4;ID=tripwire_hook,amount=2;ID=wooden_button,amount=2;ID=light_weighted_pressure_plate,amount=1;ID=heavy_weighted_pressure_plate,amount=1;ID=daylight_detector,amount=1;ID=hopper,amount=4;ID=dropper,amount=#random-2-4;ID=wooden_door,amount=1;ID=iron_door,amount=1;ID=redstone,amount=#random-32-64;ID=repeater,amount=8;ID=comparator,amount=2;type=particle,ID=2002,damage=9)@luck=2
  141. /colorful
  142. group(group:1(ID=wool,damage=#random-0-15,amount=#random-32-64,reinitialize=true;ID=stained_hardened_clay,damage=#random-0-15,amount=#random-32-64,reinitialize=true;ID=dye,damage=#random-0-15,amount=#random-32-64,reinitialize=true);type=particle,ID=2002,damage=#randomPotionEffect,amount=20,reinitialize=true)@luck=1
  143. /iron, gold, diamond, emerald with fireworks
  144. group(ID=iron_ingot,amount=#random-8-16;ID=gold_ingot,amount=#random-8-16;ID=diamond,amount=#random-8-16;ID=emerald,amount=#random-8-16;type=entity,ID=fireworks,NBTTag=#randomFireworkRocket,amount=20,scatterOffset=0-2,reinitialize=true)@luck=2
  145. /quartz
  146. group(ID=stone_slab,damage=7,amount=#random-4-8;ID=quartz_ore,amount=#random-16-32;ID=quartz_block,amount=#random-4-8;ID=quartz_block,damage=1,amount=#random-4-8;ID=quartz_block,damage=2,amount=#random-4-8;ID=quartz_stairs,amount=#random-4-8;ID=quartz,amount=#random-24-32;type=particle,ID=2002,damage=14)@luck=1
  147. /fish
  148. group(ID=fishing_rod;ID=#random-349-350,damage=#random-0-3,amount=#random-10-20,reinitialize=true)@luck=1
  149. /flowers
  150. group(ID=red_flower,damage=#random-0-8,amount=64,reinitialize=true)@luck=0
  151. type=item,ID=ExtraUtilities:builderswand,NBTTag=(ench=[(id=19,lvl=10),(id=16,lvl=10),(id=17,lvl=10),(id=18,lvl=10)],display=(Name="#e#lWand of backseat gaming"))@luck=1
  152. type=item,ID=written_book,NBTTag=(title="Kappa 123",author="Kappa",pages=["Kappa 123","Kappa 123","Kappa is Love, Kappa is Life"])@luck=0
  153. type=item,ID=diamond_sword,NBTTag=(ench=[(id=16,lvl=10),(id=21,lvl=10),(id=34,lvl=10),(id=20,lvl=10)],display=(Name="#e#lWTFThatIsTooOPFML"))@luck=1
  154. group(type=falling_block,ID=lucky:lucky_block,damage=14;type=falling_block,ID=lucky:lucky_block,damage=1,posY=#bPosY+10;type=falling_block,ID=lucky:lucky_block,damage=4,posY=#bPosY+20;type=falling_block,ID=lucky:lucky_block,damage=5,posY=#bPosY+30;type=falling_block,ID=lucky:lucky_block,damage=3,posY=#bPosY+40;type=falling_block,ID=lucky:lucky_block,damage=11,posY=#bPosY+50;type=falling_block,ID=lucky:lucky_block,damage=10,posY=#bPosY+60;type=falling_block,ID=lucky:lucky_block,damage=2,posY=#bPosY+70;type=falling_block,ID=lucky:lucky_block,damage=6,posY=#bPosY+80;type=falling_block,ID=lucky:lucky_block,posY=#bPosY+90)@luck=1
  155. type=entity,ID=Giant,NBTTag=(Riding=(id=Bat)),amount=#random-4-8@luck=0
  156. type=entity,ID=infernomobs.lobber,amount=1@luck=-1
  157. type=entity,ID=infernomobs.cinder,amount=5@luck=-1
  158. type=entity,ID=demonmobs.cacodemon,amount=1@luck=-2
  159. type=entity,ID=Giant,NBTTag=(Riding=(id=Bat)),amount=#random-4-8@luck=0
  160. group:1(type=entity,ID=Pig,NBTTag=(CustomName="#e#lWither",CustomNameVisible=true);type=entity,ID=Cow,NBTTag=(CustomName="#e#lSquid",CustomNameVisible=true);type=entity,ID=Chicken,NBTTag=(CustomName="#e#lSheep",CustomNameVisible=true);type=entity,ID=Sheep,NBTTag=(CustomName="#e#lCow",CustomNameVisible=true);type=entity,ID=Squid,NBTTag=(CustomName="#e#lChicken",CustomNameVisible=true))@luck=0
  161. type=entity,ID=Blaze,NBTTag=(Riding=(id=Blaze,Riding=(id=Blaze,Riding=(id=Blaze,Riding=(id=Blaze,Riding=(id=Blaze,Riding=(id=Blaze,Riding=(id=Blaze))))))))@luck=0
  162. group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #playerName gold_nugget 1 0 {display:{Name:\"#6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"#eWohooo Sponges! \";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;ID=sponge,amount=12,posY='#'bPosY+10,scatterOffset=2-2;ID=sponge,amount=32,posY='#'bPosY+10,scatterOffset=2-2;ID=sponge,amount=32,posY='#'bPosY+10,scatterOffset=2-2)"]))@luck=0
  163. type=entity,ID=Giant,NBTTag=(Riding=(id=Giant,Riding=(id=Giant,Riding=(id=Giant,Riding=(id=Giant,Riding=(id=Giant,Riding=(id=Giant,Riding=(id=Giant))))))))@luck=-1
  164. type=entity,ID=Skeleton,NBTTag=(Riding=(id=Skeleton,Riding=(id=Skeleton,Riding=(id=Skeleton,Riding=(id=Skeleton,Riding=(id=Skeleton,Riding=(id=Skeleton,Riding=(id=Skeleton))))))))@luck=-1
  165. type=entity,ID=HardcoreEnderExpansion.ScorchedLens,amount=2@luck=0
  166. type=entity,ID=NetherOres.netherOresHellfish,amount=6@luck=0
  167. type=item,ID=web,NBTTag=(ench=[(id=7,lvl=2)],display=(Name="#e#lSpidermans Web"))@luck=1
  168.  
  169. /========== ENTITIES ==========
  170.  
  171. /passive mobs
  172. group:1(type=entity,ID=Pig,NBTTag=(CustomName="#e#lLucky Pig",CustomNameVisible=true);type=entity,ID=Cow,NBTTag=(CustomName="#e#lLucky Cow",CustomNameVisible=true);type=entity,ID=Chicken,NBTTag=(CustomName="#e#lLucky Chicken",CustomNameVisible=true);type=entity,ID=Sheep,NBTTag=(CustomName="#e#lLucky Sheep",CustomNameVisible=true);type=entity,ID=Squid,NBTTag=(CustomName="#e#lUnlucky Squid",CustomNameVisible=true))@luck=0
  173. type=entity,ID=Ghast,NBTTag=(Riding=(id=Ghast,Riding=(id=Ghast,Riding=(id=Ghast,Riding=(id=Ghast,Riding=(id=Ghast,Riding=(id=Ghast,Riding=(id=Ghast))))))))@luck=-1
  174. type=entity,ID=Creeper,NBTTag=(Riding=(id=Bat)),amount=#random-4-8@luck=-1
  175. type=entity,ID=Squid,NBTTag=(CustomName="Ariel",CustomNameVisible=true)@luck=1
  176. type=entity,ID=Cow,NBTTag=(CustomName="A Strong Independent Cow That Dont Need No Man",CustomNameVisible=true)@luck=1
  177. type=entity,ID=Skeleton,NBTTag=(Riding=(id=Bat)),amount=#random-4-8@luck=-1
  178. /colored sheep
  179. type=entity,ID=Sheep,NBTTag=(CustomName="#cM#6r. #eR#aa#2i#bn#3b#5o#dw",CustomNameVisible=true,Color=#random-0-15b),scatterOffset=4-4,adjustHeight=2,amount=16,relativeToPlayer=true,reinitialize=true@luck=1
  180. type=entity,ID=Wolf,NBTTag=(CustomName="Wolverine",CustomNameVisible=true)@luck=0
  181. type=entity,ID=Skeleton,NBTTag=(Riding=(id=Ozelot))@luck=-1
  182. type=entity,ID=SnowMan,NBTTag=(Riding=(id=MushroomCow)),CustomName="#SnowCow"@luck=0
  183. /lucky eggs
  184. type=entity,ID=luckyegg,amount=20@luck=2
  185. type=entity,ID=Sheep,NBTTag=(Riding=(id=Skeleton,Riding=(id=PigZombie,Riding=(id=Skeleton,Riding=(id=Zombie,Riding=(id=Spider,Riding=(id=Blaze,Riding=(id=Pig))))))))@luck=0
  186. type=entity,ID=Pig,NBTTag=(Riding=(id=Sheep,Riding=(id=Cow,Riding=(id=Chicken,Riding=(id=Wolf,Riding=(id=Ozelot,Riding=(id=SnowMan,Riding=(id=EntityHorse))))))))@luck=0
  187. /launched expbottles
  188. type=entity,ID=launched_expbottle,amount=#random-16-32@luck=2
  189. /launched tnt
  190. type=entity,ID=launched_tnt,amount=25@luck=-2
  191. /lightning creeper
  192. group(type=difficulty,ID=hard;type=entity,ID=Creeper;type=entity,ID=lightning)@luck=-2
  193. group(type=difficulty,ID=hard;type=entity,ID=Skeleton,NBTTag=(Equipment=[(id=lever,Count=1,Damage=0,tag=(ench=#luckyBowEnchantments)),(id=leather_helmet,Count=1,Damage=0,tag=(display=(color=3361970))),(id=leather_chestplate,Count=1,Damage=0,tag=(display=(color=3361970))),(id=leather_leggings,Count=1,Damage=0,tag=(display=(color=3361970))),(id=leather_boots,Count=1,Damage=0,tag=(display=(color=3361970)))],CustomName="#e#lJarnoVH",CustomNameVisible=true))@luck=0
  194. group(type=entity,ID=WitherBoss;type=entity,ID=EnderDragon)@luck=-2
  195. type=entity,ID=HardcoreEnderExpansion.Endermage,amount=1@luck=-1
  196. type=entity,ID=Witch,NBTTag=(CustomName="Angry Amanda",CustomNameVisible=true)@luck=-1
  197. type=entity,ID=Wolf,NBTTag=(CustomName="Roi",CustomNameVisible=true)@luck=0
  198. type=entity,ID=Wolf,NBTTag=(CustomName="Chewy",CustomNameVisible=true)@luck=0
  199. /Kehaan
  200. group(type=difficulty,ID=hard;type=entity,ID=WitherBoss)@luck=-2
  201. type=entity,ID=Pig,NBTTag=(CustomName="Piglet",CustomNameVisible=true)@luck=0
  202. type=entity,ID=Ozelot,NBTTag=(CustomName="Simba",CustomNameVisible=true)@luck=0
  203. type=entity,ID=Villager,NBTTag=(Riding=(id=Ozelot,Riding=(id=Ozelot,Riding=(id=Ozelot,Riding=(id=Ozelot,Riding=(id=Ozelot,Riding=(id=Ozelot,Riding=(id=Bat))))))))@luck=-1
  204. /bob the decked zombie
  205. group(type=difficulty,ID=hard;type=entity,ID=Zombie,NBTTag=(Equipment=[(id=diamond_sword,Count=1,Damage=0,tag=(ench=#luckySwordEnchantments)),(id=diamond_helmet,Count=1,Damage=0,tag=(ench=#luckyHelmetEnchantments)),(id=diamond_chestplate,Count=1,Damage=0,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_leggings,Count=1,Damage=0,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_boots,Count=1,Damage=0,tag=(ench=#luckyBootsEnchantments))],CustomName="#e#lBob",CustomNameVisible=true))@luck=-2
  206. /stacked villager and pigs
  207. type=entity,ID=Villager,NBTTag=(Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Bat))))))))@luck=0
  208. type=entity,ID=Slime,NBTTag=(Riding=(id=Slime,Riding=(id=Slime,Riding=(id=Slime,Riding=(id=Slime,Riding=(id=Slime,Riding=(id=Slime,Riding=(id=Slime))))))))@luck=-1
  209. /horses
  210. type=entity,ID=EntityHorse,amount=12,scatterOffset=4-4,adjustHeight=2,reinitialize=true,NBTTag=(Type=#random-0-4,Owner=#playerName)@luck=1
  211. /witch with bats
  212. group(type=difficulty,ID=hard;type=entity,ID=Witch,adjustHeight=1;type=entity,ID=Bat,amount=64,posY=#bPosY+#random-0-2,scatterOffset=0-1,adjustHeight=1,reinitialize=true)@luck=-1
  213. /huge slime and magma cube
  214. group:1(type=entity,ID=Slime,NBTTag=(Size=10);type=entity,ID=LavaSlime,NBTTag=(Size=10))@luck=-2
  215. type=entity,ID=Cow,NBTTag=(CustomName="You Dont Need This Cow",CustomNameVisible=true)@luck=0
  216. type=entity,ID=Villager,NBTTag=(Riding=(id=Giant,Riding=(id=Giant,Riding=(id=Giant,Riding=(id=Giant,Riding=(id=Giant,Riding=(id=Giant,Riding=(id=Giant))))))))@luck=-1
  217. type=entity,ID=Chicken,NBTTag=(CustomName="Donald Duck",CustomNameVisible=true)@luck=0
  218. /lucky villagers
  219. type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=#random-20-25),sell=(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments,display=(Name="#e#lLucky Sword"))),maxUses=1),(buy=(id=diamond,Count=#random-20-25),sell=(id=bow,Count=1,tag=(ench=#luckyBowEnchantments,display=(Name="#e#lLucky Bow"))),maxUses=1),(buy=(id=diamond,Count=#random-10-15),sell=(id=fishing_rod,Count=1,tag=(ench=#luckyFishingRodEnchantments,display=(Name="#e#lLucky Fishing Rod"))),maxUses=1),(buy=(id=diamond,Count=#random-10-15),sell=(id=potion,Damage=8195,Count=1,tag=(CustomPotionEffects=#luckyPotionEffects,display=(Name="#e#lLucky Potion"))),maxUses=1),(buy=(id=diamond,Count=#random-7-12),sell=(id=potion,Damage=16428,Count=1,tag=(CustomPotionEffects=#unluckyPotionEffects,display=(Name="#e#lUnlucky Potion"))),maxUses=1)]),CustomName="#e#lLucky Villager",CustomNameVisible=true)@luck=1
  220. type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=#random-12-17),sell=(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments,display=(Name="#e#lLucky Helmet"))),maxUses=1),(buy=(id=diamond,Count=#random-20-25),sell=(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments,display=(Name="#e#lLucky Chestplate"))),maxUses=1),(buy=(id=diamond,Count=#random-15-20),sell=(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments,display=(Name="#e#lLucky Leggings"))),maxUses=1),(buy=(id=diamond,Count=#random-12-17),sell=(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments,display=(Name="#e#lLucky Boots"))),maxUses=1)]),CustomName="#e#lLucky Villager",CustomNameVisible=true)@luck=1
  221. type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=#random-10-15),sell=(id=diamond_shovel,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="#e#lLucky Shovel"))),maxUses=1),(buy=(id=diamond,Count=#random-15-20),sell=(id=diamond_pickaxe,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="#e#lLucky Pickaxe"))),maxUses=1),(buy=(id=diamond,Count=#random-15-20),sell=(id=diamond_axe,Count=1,tag=(ench=#luckyAxeEnchantments,display=(Name="#e#lLucky Axe"))),maxUses=1),(buy=(id=diamond,Count=#random-10-15),sell=(id=diamond_hoe,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="#e#lLucky Hoe"))),maxUses=1)]),CustomName="#e#lLucky Villager",CustomNameVisible=true)@luck=1
  222. type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=emerald,Count=#random-10-15),sell=(id=stone,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="#e#lRare Stone"))),maxUses=1),(buy=(id=emerald,Count=#random-15-20),sell=(id=stone,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="#e#lVery Rare Stone"))),maxUses=1),(buy=(id=emerald,Count=#random-15-20),sell=(id=tnt,Count=1,tag=(ench=#luckyAxeEnchantments,display=(Name="#e#lBOOM"))),maxUses=1),(buy=(id=emerald,Count=#random-10-15),sell=(id=bed,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="#e#lUsed Bed"))),maxUses=1)]),CustomName="#e#lStone Collector Villager",CustomNameVisible=true)@luck=0
  223. type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=emerald,Count=#random-10-15),sell=(id=stick,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="#e#lVajra (if you use your imagination)"))),maxUses=1),(buy=(id=emerald,Count=#random-15-20),sell=(id=leather_helmet,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="#e#lJonBams Hat"))),maxUses=1),(buy=(id=emerald,Count=#random-15-20),sell=(id=sugar,Count=1,tag=(ench=#luckyAxeEnchantments,display=(Name="#e#lSalty sugar"))),maxUses=1),(buy=(id=emerald,Count=#random-10-15),sell=(id=wheat_seeds,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="#e#lGood Seeds"))),maxUses=1)]),CustomName="#e#lBammerNation Villager",CustomNameVisible=true)@luck=0
  224. type=entity,ID=forestmobs.warg,amount=2@luck=-1
  225. type=entity,ID=junglemobs.conba,amount=1@luck=-1
  226. type=entity,ID=mountainmobs.barghest,amount=1@luck=-1
  227. type=entity,ID=mountainmobs.beholder,amount=1@luck=-1
  228. type=entity,ID=freshwatermobs.strider,amount=1@luck=-1
  229. type=entity,ID=infernomobs.khalk,amount=1@luck=-1
  230. type=entity,ID=Bat,NBTTag=(CustomName="TROLOLOLOLOLOLOLOLOLOLOLOLOLLOLOLOLOLOLOLOLOLOLOLOLOLOLOOLOOLOOLOL",CustomNameVisible=true)@luck=0
  231. type=entity,ID=shadowmobs.geist,amount=1@luck=-2
  232. type=entity,ID=demonmobs.belph,amount=1@luck=-2
  233. type=entity,ID=shadowmobs.grue,amount=1@luck=-1
  234. type=entity,ID=NetherOres.netherOresHellfish,amount=6@luck=-2
  235. type=entity,ID=HardcoreEnderExpansion.AngryEnderman,amount=1@luck=-1
  236. type=item,ID=diamond_sword,NBTTag=(ench=[(id=5,lvl=100)],display=(Name="#e#lSeems Legit"))@luck=1
  237. type=entity,ID=swampmobs.eyewig,amount=1@luck=-1
  238. type=entity,ID=swampmobs.ettin,amount=1@luck=-1
  239. type=entity,ID=freshwatermobs.jengu,amount=1@luck=-2
  240. type=entity,ID=shadowmobs.phantom,amount=1@luck=-2
  241. type=entity,ID=demonmobs.nethersoul,amount=1@luck=-1
  242. type=entity,ID=Sheep,NBTTag=(Riding=(id=Sheep,Riding=(id=Sheep,Riding=(id=Sheep,Riding=(id=Sheep,Riding=(id=Sheep,Riding=(id=Sheep,Riding=(id=Sheep))))))))@luck=0
  243. type=entity,ID=SnowMan,NBTTag=(CustomName="Ice Ice Baby",CustomNameVisible=true)@luck=0
  244. type=entity,ID=Blaze,NBTTag=(CustomName="Atleast Its Not A Wither",CustomNameVisible=true)@luck=0
  245. type=entity,ID=VillagerGolem,NBTTag=(CustomName="Iron Man",CustomNameVisible=true)@luck=1
  246. group(type=entity,ID=Cow,NBTTag=(CustomName="Talking Cow",CustomNameVisible=true);type=message,ID="WTF dont look at me! I am doing my own thing here!")@luck=0
  247. type=entity,ID=Zombie,NBTTag=(Riding=(id=Bat))@luck=0
  248. type=entity,ID=PigZombie,NBTTag=(Riding=(id=PigZombie,Riding=(id=PigZombie,Riding=(id=PigZombie,Riding=(id=PigZombie,Riding=(id=PigZombie,Riding=(id=PigZombie,Riding=(id=Bat))))))))@luck=0
  249. type=item,ID=pumpkin,NBTTag=(ench=[(id=16,lvl=6)],display=(Name="#e#lI Want To Be A Melon When I Grow Up"))@luck=0
  250. group(type=entity,ID=VillagerGolem,NBTTag=(CustomName="Chuck Norris",CustomNameVisible=true);type=message,ID="Chuck Norris is the reason why Waldo is hiding")@luck=0
  251. group(type=entity,ID=EntityHorse,NBTTag=(CustomName="Rambo",CustomNameVisible=true);type=message,ID="Your worst nightmare")@luck=0
  252.  
  253. /========== STRUCTURES ==========
  254.  
  255. /traps
  256. type=structure,ID=anvil_trap,relativeToPlayer=true@luck=-2
  257. type=structure,ID=lava_trap,relativeToPlayer=true@luck=-2
  258. type=structure,ID=water_trap,relativeToPlayer=true@luck=-2
  259. type=structure,ID=pit_trap,relativeToPlayer=true@luck=-2
  260.  
  261. /lucky fort and temple
  262. type=structure,ID=fort,relativeToPlayer=true@luck=2
  263. type=structure,ID=temple,relativeToPlayer=true@chance=0.4@luck=2
  264.  
  265. /falling blocks (iron, gold, diamond, emerald)
  266. type=falling_block,ID=iron_block@luck=0
  267. type=falling_block,ID=gold_block@luck=0
  268. type=falling_block,ID=diamond_block@luck=1
  269. type=falling_block,ID=emerald_block@luck=1
  270. group(type=falling_block,ID=lucky:lucky_block,damage=14;type=falling_block,ID=lucky:lucky_block,damage=1,posY=#bPosY+10;type=falling_block,ID=lucky:lucky_block,damage=4,posY=#bPosY+20;type=falling_block,ID=lucky:lucky_block,damage=5,posY=#bPosY+30;type=falling_block,ID=lucky:lucky_block,damage=3,posY=#bPosY+40;type=falling_block,ID=lucky:lucky_block,damage=11,posY=#bPosY+50;type=falling_block,ID=lucky:lucky_block,damage=10,posY=#bPosY+60;type=falling_block,ID=lucky:lucky_block,damage=2,posY=#bPosY+70;type=falling_block,ID=lucky:lucky_block,damage=6,posY=#bPosY+80;type=falling_block,ID=lucky:lucky_block,posY=#bPosY+90)@luck=1
  271. group(type=falling_block,ID=lit_pumpkin,damage=14;type=falling_block,ID=lit_pumpkin,damage=1,posY=#bPosY+10;type=falling_block,ID=lit_pumpkin,damage=4,posY=#bPosY+20;type=falling_block,ID=lit_pumpkin,damage=5,posY=#bPosY+30;type=falling_block,ID=lit_pumpkin,damage=3,posY=#bPosY+40;type=falling_block,ID=lit_pumpkin,damage=11,posY=#bPosY+50;type=falling_block,ID=lit_pumpkin,damage=10,posY=#bPosY+60;type=falling_block,ID=lit_pumpkin,damage=2,posY=#bPosY+70;type=falling_block,ID=lit_pumpkin,damage=6,posY=#bPosY+80;type=falling_block,ID=lit_pumpkin,posY=#bPosY+90)@luck=0
  272. type=falling_block,ID=tnt@luck=-1
  273. group(type=falling_block,ID=cobblestone,damage=14;type=falling_block,ID=cobblestone,damage=1,posY=#bPosY+10;type=falling_block,ID=cobblestone,damage=4,posY=#bPosY+20;type=falling_block,ID=cobblestone,damage=5,posY=#bPosY+30;type=falling_block,ID=cobblestone,damage=3,posY=#bPosY+40;type=falling_block,ID=cobblestone,damage=11,posY=#bPosY+50;type=falling_block,ID=cobblestone,damage=10,posY=#bPosY+60;type=falling_block,ID=cobblestone,damage=2,posY=#bPosY+70;type=falling_block,ID=cobblestone,damage=6,posY=#bPosY+80;type=falling_block,ID=cobblestone,posY=#bPosY+90)@luck=-1
  274.  
  275. /bedrock problem
  276. type=structure,ID=bedrock_problem@luck=-1
  277.  
  278. /explosion
  279. group(type=difficulty,ID=hard;type=structure,ID=explosion,damage=6)@luck=-2
  280.  
  281. /colorful pole
  282. group(type=falling_block,ID=stained_hardened_clay,damage=14;type=falling_block,ID=stained_hardened_clay,damage=1,posY=#bPosY+10;type=falling_block,ID=stained_hardened_clay,damage=4,posY=#bPosY+20;type=falling_block,ID=stained_hardened_clay,damage=5,posY=#bPosY+30;type=falling_block,ID=stained_hardened_clay,damage=3,posY=#bPosY+40;type=falling_block,ID=stained_hardened_clay,damage=11,posY=#bPosY+50;type=falling_block,ID=stained_hardened_clay,damage=10,posY=#bPosY+60;type=falling_block,ID=stained_hardened_clay,damage=2,posY=#bPosY+70;type=falling_block,ID=stained_hardened_clay,damage=6,posY=#bPosY+80;type=falling_block,ID=diamond_block,posY=#bPosY+90)@luck=2
  283. group(type=falling_block,ID=lucky:lucky_block,damage=14;type=falling_block,ID=lucky:lucky_block,damage=1,posY=#bPosY+10;type=falling_block,ID=lucky:lucky_block,damage=4,posY=#bPosY+20;type=falling_block,ID=lucky:lucky_block,damage=5,posY=#bPosY+30;type=falling_block,ID=lucky:lucky_block,damage=3,posY=#bPosY+40;type=falling_block,ID=lucky:lucky_block,damage=11,posY=#bPosY+50;type=falling_block,ID=lucky:lucky_block,damage=10,posY=#bPosY+60;type=falling_block,ID=lucky:lucky_block,damage=2,posY=#bPosY+70;type=falling_block,ID=lucky:lucky_block,damage=6,posY=#bPosY+80;type=falling_block,ID=lucky:lucky_block,posY=#bPosY+90)@luck=1
  284.  
  285. /chests
  286. type=structure,ID=chest,NBTTag=(type="bonusChest")@luck=0
  287. type=structure,ID=chest,NBTTag=(type="dungeonChest")@luck=1
  288. type=structure,ID=chest,NBTTag=(type="villageBlacksmith")@luck=1
  289. type=structure,ID=chest,NBTTag=(items=[(id=iron_ingot,maxAmount=8,weight=10),(id=gold_ingot,maxAmount=4,weight=10),(id=emerald,maxAmount=4,weight=10),(id=diamond,maxAmount=4,weight=10),(id=lucky:lucky_block,maxAmount=2,weight=10),(id=golden_apple,maxAmount=2,weight=10),(id=golden_apple,damage=1,maxAmount=1,weight=5)],min=8,max=8)@luck=2
  290.  
  291. /choice of 2 lucky blocks
  292. type=structure,ID=lucky_choice,relativeToPlayer=true@luck=0
  293.  
  294. /wishing wells
  295. group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #playerName gold_nugget 1 0 {display:{Name:\"#6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"#bYour wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=fireworks,NBTTag='#'randomFireworkRocket,amount=20,posY='#'bPosY+3,scatterOffset=2-2,reinitialize=true;ID=gold_ingot,amount=#random-20-30,posY='#'bPosY+10,scatterOffset=2-2;ID=emerald,amount=#random-20-30,posY='#'bPosY+10,scatterOffset=2-2;ID=diamond,amount=#random-20-30,posY='#'bPosY+10,scatterOffset=2-2)"]))@luck=2
  296. group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #playerName gold_nugget 1 0 {display:{Name:\"#6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"#eYour wish came true! (If you like potatoes)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;ID=potato,amount=128,posY='#'bPosY+10,scatterOffset=2-2;ID=baked_potato,amount=64,posY='#'bPosY+10,scatterOffset=2-2;ID=poisonous_potato,amount=32,posY='#'bPosY+10,scatterOffset=2-2)"]))@luck=1
  297. group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #playerName gold_nugget 1 0 {display:{Name:\"#6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"#4Your death wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=launched_tnt,posY='#'bPosY+7,amount=20)"]))@luck=-2
  298. group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #playerName gold_nugget 1 0 {display:{Name:\"#6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"#4This is MY world!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=WitherBoss,posY='#'bPosY+7,amount=1)"]))@luck=-1
  299. group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #playerName gold_nugget 1 0 {display:{Name:\"#6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"#4Hi Mom!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=EnderDragon,posY='#'bPosY+7,amount=1)"]))@luck=-1
  300. group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #playerName gold_nugget 1 0 {display:{Name:\"#6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"#eYour wish came true! (You are now a ore collector)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;ID=gold_ore,amount=6,posY='#'bPosY+10,scatterOffset=2-2;ID=iron_ore,amount=6,posY='#'bPosY+10,scatterOffset=2-2;ID=coal_ore,amount=2,posY='#'bPosY+10,scatterOffset=2-2)"]))@luck=1
  301. group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #playerName gold_nugget 1 0 {display:{Name:\"#6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"#eEveryone Gets Some Free Paper! Hypuuuuuu)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;ID=paper,amount=16,posY='#'bPosY+10,scatterOffset=2-2;ID=paper,amount=64,posY='#'bPosY+10,scatterOffset=2-2;ID=paper,amount=32,posY='#'bPosY+10,scatterOffset=2-2)"]))@luck=1
  302. group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #playerName gold_nugget 1 0 {display:{Name:\"#6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"#eGot Milk?)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;ID=milk_bucket,amount=2,posY='#'bPosY+10,scatterOffset=2-2;ID=milk_bucket,amount=5,posY='#'bPosY+10,scatterOffset=2-2;ID=milk_bucket,amount=2,posY='#'bPosY+10,scatterOffset=2-2)"]))@luck=0
  303. group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #playerName gold_nugget 1 0 {display:{Name:\"#6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"#eWohooo Levers! \";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;ID=lever,amount=12,posY='#'bPosY+10,scatterOffset=2-2;ID=lever,amount=32,posY='#'bPosY+10,scatterOffset=2-2;ID=lever,amount=32,posY='#'bPosY+10,scatterOffset=2-2)"]))@luck=0
  304.  
  305. /========== MONSTER APOCALYPSE ==========
  306.  
  307. /========== ENCHANTED ITEMS ==========
  308. type=item,ID=iron_sword,NBTTag=(ench=[(id=16,lvl=10)],display=(Name="#e#lAnduril"))@luck=1
  309. type=item,ID=bow,NBTTag=(ench=[(id=51,lvl=10)],display=(Name="#e#lLegolas Mirkwood bow"))@luck=1
  310. /lucky sword
  311. ID=diamond_sword,NBTTag=(ench=#luckySwordEnchantments,display=(Name="#e#lOverpowered Sword"))@luck=2
  312. /lucky bow
  313. ID=bow,NBTTag=(ench=#luckyBowEnchantments,display=(Name="#e#lOverpowered Bow"))@luck=2
  314. /lucky fishing rod
  315. ID=fishing_rod,NBTTag=(ench=#luckyFishingRodEnchantments,display=(Name="#e#lLucky Fishing Rod"))@luck=2
  316. /lucky tools
  317. group:#random-1-2(ID=diamond_shovel,NBTTag=(ench=#luckyToolEnchantments,display=(Name="#e#lOverpowered Shovel"));ID=diamond_pickaxe,NBTTag=(ench=#luckyToolEnchantments,display=(Name="#e#lOverpowered Pickaxe"));ID=diamond_axe,NBTTag=(ench=#luckyAxeEnchantments,display=(Name="#e#lOverpowered Axe"));ID=diamond_hoe,NBTTag=(ench=#luckyToolEnchantments,display=(Name="#e#lOverpowered Hoe")))@luck=2
  318. /lucky armor
  319. group:#random-1-2(ID=diamond_helmet,NBTTag=(ench=#luckyHelmetEnchantments,display=(Name="#e#lOverpowered Helmet"));ID=diamond_chestplate,NBTTag=(ench=#luckyChestplateEnchantments,display=(Name="#e#lOverpowered Chestplate"));ID=diamond_leggings,NBTTag=(ench=#luckyLeggingsEnchantments,display=(Name="#e#lOverpowered Leggings"));ID=diamond_boots,NBTTag=(ench=#luckyBootsEnchantments,display=(Name="#e#lOverpowered Boots")))@luck=2
  320. /lucky potion
  321. ID=potion,damage=8195,NBTTag=(CustomPotionEffects=#luckyPotionEffects,display=(Name="#e#lAwesome Potion"))@luck=2
  322. /unlucky potion
  323. ID=potion,damage=16428,NBTTag=(CustomPotionEffects=#unluckyPotionEffects,display=(Name="#e#lMeh Potion"))@luck=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement