Advertisement
Guest User

Untitled

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