Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.87 KB | None | 0 0
  1. id: 'crystal_meth'
  2. legal: false
  3. effect-duration: 100
  4. item:
  5.   type: 'PRISMARINE_CRYSTALS'
  6.   potion-effects:
  7.   - Speed:100:1
  8.   display-name: '&rCrystal Meth'
  9.   lore:
  10.     - '&7Legality: &c&lILLEGAL'
  11.     - '&0'
  12.     - '&0'
  13.     - '&7&oGrants speed for a'
  14.     - '&8(RIGHT CLICK) &7to consume.'
  15. remove-on-consume: True
  16. chat-slur-type: STUTTER
  17. global-sound-volume-modifier: 0.6
  18. global-sound-pitch-modifier: -10
  19. consume-actions:
  20.   '1':
  21.     type: 'CHAT_MESSAGE'
  22.     delay: 1
  23.     chat-message: 'nigger'
  24. crafting-recipes:
  25.   '1':
  26.     type: SHAPELESS
  27.     ingredients:
  28.       '1':
  29.         link: 'crystal_meth:related-goods.Aluminum.item'
  30.       '2':
  31.         link: 'crystal_meth:related-goods.Methenium.item'
  32.     result:
  33.         link: 'crystal_meth:related-goods.Mix.item'
  34. brewing-recipes:
  35.   '1':
  36.     input:
  37.         link: 'crystal_meth:related-goods.Mix.item'
  38.     results:
  39.       '1':
  40.         link: 'crystal_meth:related-goods.UnfrozenMeth.item'
  41.   '2':
  42.     input:
  43.         link: 'crystal_meth:related-goods.UnfrozenMeth.item'
  44.     results:
  45.       '1':
  46.         link: 'meth:item'
  47. related-goods:
  48.   'Methenium':
  49.     item:
  50.       type: 'POTION'
  51.       amount: 1
  52.       display-name: '&rMethenium'
  53.       lore:
  54.       - 'kur'
  55.     sell-price: 10
  56.     buy-price: 50
  57.   'Aluminum':
  58.     item:
  59.       type: 'QUARTZ'
  60.       amount: 1
  61.       display-name: '&rAluminum'
  62.       lore:
  63.  
  64.     sell-price: 10
  65.     buy-price: 50
  66.   'UnfrozenMeth':
  67.     item:
  68.       type: 'QUARTZ'
  69.       amount: 1
  70.       display-name: '&rAluminum'
  71.     sell-price: 10
  72.     buy-price: 50
  73.   'UnfrozenMeth':
  74.     item:
  75.       type: 'PRISMARINE_SHARD'
  76.       amount: 1
  77.       display-name: '&rAluminum'
  78.     sell-price: 10
  79.     buy-price: 50
  80.   'Mix':
  81.     item:
  82.       type: 'PHANTOM_MEMBRANE'
  83.       amount: 1
  84.       display-name: '&rAl + Me Mix'
  85.       lore:
  86.       - 'mix'
  87.     sell-price: 10
  88.     buy-price: 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement