Advertisement
Guest User

Untitled

a guest
Jun 25th, 2015
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.88 KB | None | 0 0
  1. #More Apple par SaladeNuggets
  2. #Ajoute craft
  3. #Ajoiut :
  4. #Diamond Apple
  5. #Diamond Apple Cheat
  6. #Iron Apple
  7. #Iron Apple Cheat
  8. #Coal Apple
  9. #Coal Apple Cheat
  10. #Emerald Apple
  11. #Emerald Apple Cheat
  12.  
  13. #CRAFTS
  14. #NE PAS TOUCHER
  15. #-----------
  16. On load:
  17.     register new shapeless recipe for Golden Apple named "&1Diamond Apple" using Diamond, Diamond, Diamond, Diamond, Golden Apple, Diamond, Diamond, Diamond, Diamond
  18.     register new shapeless recipe for Enchanted Golden Apple named "&1&lDiamond Apple" using Diamond Block, Diamond Block, Diamond Block, Diamond Block, Enchanted Golden Apple, Diamond Block, Diamond Block, Diamond Block, Diamond Block
  19.     register new shapeless recipe for Golden Apple named "&7Iron Apple" using Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Golden Apple, Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot
  20.     register new shapeless recipe for Enchanted Golden Apple named "&7&lIron Apple" using Iron Block, Iron Block, Iron Block, Iron Block, Golden Apple, Iron Block, Iron Block, Iron Block, Iron Block
  21.     register new shapeless recipe for Golden Apple named "&8Coal Apple" using Coal, Coal, Coal, Coal, Apple, Coal, Coal, Coal, Coal
  22.     register new shapeless recipe for Enchanted Golden Apple named "&8&lCoal Apple" using Coal Block, Coal Block, Coal Block, Coal Block, Apple, Coal Block, Coal Block, Coal Block, Coal Block
  23.     register new shapeless recipe for Golden Apple named "&2Emerald Apple" using Emerald, Emerald, Emerald, Emerald, Golden Apple, Emerald, Emerald, Emerald, Emerald
  24.     register new shapeless recipe for Enchanted Golden Apple named "&2&lEmerald Apple" using Emerald Block, Emerald Block, Emerald Block, Emerald Block, Enchanted Golden Apple, Emerald Block, Emerald Block, Emerald Block, Emerald Block
  25.    
  26. #EVENTS ON CONSUME
  27. #NE PAS TOUCHER
  28. #--------------
  29. On Consume:
  30.     if item is Golden Apple named "&1Diamond Apple":
  31.         add 8 to food bar of player
  32.         apply speed 3 to player for 40 seconds
  33.         apply regeneration 3 to the player for 10 seconds
  34.         apply fire resistance 2 to player for 1 minutes
  35.         apply resistance 2 to player for 1 minutes
  36.     if item is Enchanted Golden Apple named "&1&lDiamond Apple":
  37.         add 10 to food bar of player
  38.         apply speed 4 to player for 2 minutes
  39.         apply regeneration 4 to player for 30 seconds
  40.         apply fire resistance 2 to player for 2 minutes
  41.         apply strength 2 to player for 45 seconds
  42.         apply resistance 2 to player for 2 minutes
  43.     if item is Golden Apple named "&7Iron Apple":
  44.         add 7 to food bar of player
  45.         apply speed 1 to player for 40 seconds
  46.         apply regeneration 1 to the player for 10 seconds
  47.     if item is Enchanted Golden Apple named "&7&lIron Apple":
  48.         add 9 to food bar of player
  49.         apply speed 2 to player for 1 minutes
  50.         apply regeneration 2 to player for 30 seconds
  51.         apply fire resistance 1 to player for 1 minutes
  52.         apply resistance 1 to player for 1 minutes
  53.         apply strength 1 to player for 20 seconds
  54.     if item is Golden Apple named "&8Coal Apple":
  55.         add 6 to food bar of player
  56.         apply speed 1 to player for 20 seconds
  57.         apply regeneration 1 to the player for 10 seconds
  58.     if item is Enchanted Golden Apple named "&8&lCoal Apple":
  59.         add 8 to food bar of player
  60.         apply speed 1 to player for 1 minutes
  61.         apply regeneration 1 to player for 20 seconds
  62.         apply fire resistance 1 to player for 30 minutes
  63.     if item is Golden Apple named "&2Emerald Apple":
  64.         add 10 to food bar of player
  65.         apply speed 3 to player for 40 seconds
  66.         apply regeneration 3 to the player for 20 seconds
  67.         apply fire resistance 2 to player for 30 minutes
  68.         apply resistance 2 to player for 30 minutes
  69.         apply strength 1 to player for 45 seconds
  70.     if item is Enchanted Golden Apple named "&2&lEmerald Apple":
  71.         add 10 to food bar of player
  72.         apply speed 5 to player for 2 minutes
  73.         apply regeneration 5 to the player for 30 seconds
  74.         apply fire resistance 3 to player for 3 minutes
  75.         apply resistance 3 to player for 3 minutes
  76.         apply strength 3 to player for 45 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement