Advertisement
AchyMake

crops.yml

Apr 29th, 2023
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.68 KB | Gaming | 0 0
  1. CARROTS:
  2.   enable: true
  3.   chance: 30
  4.   amount: 1
  5.   max-age: 7
  6.   particle:
  7.     enable: true
  8.     type: TOTEM
  9.     offsetX: 0.3
  10.     offsetY: 0.3
  11.     offsetZ: 0.3
  12.     count: 25
  13.   sound:
  14.     enable: true
  15.     type: BLOCK_AMETHYST_BLOCK_BREAK
  16.     volume: 0.75F
  17.     pitch: 1.0F
  18. POTATOES:
  19.   enable: true
  20.   chance: 30
  21.   amount: 1
  22.   max-age: 7
  23.   particle:
  24.     enable: true
  25.     type: TOTEM
  26.     offsetX: 0.3
  27.     offsetY: 0.3
  28.     offsetZ: 0.3
  29.     count: 25
  30.   sound:
  31.     enable: true
  32.     type: BLOCK_AMETHYST_BLOCK_BREAK
  33.     volume: 0.75F
  34.     pitch: 1.0F
  35. WHEAT:
  36.   enable: true
  37.   chance: 30
  38.   amount: 1
  39.   max-age: 7
  40.   particle:
  41.     enable: true
  42.     type: TOTEM
  43.     offsetX: 0.3
  44.     offsetY: 0.3
  45.     offsetZ: 0.3
  46.     count: 25
  47.   sound:
  48.     enable: true
  49.     type: BLOCK_AMETHYST_BLOCK_BREAK
  50.     volume: 0.75F
  51.     pitch: 1.0F
  52. BEETROOTS:
  53.   enable: true
  54.   chance: 30
  55.   amount: 1
  56.   max-age: 3
  57.   particle:
  58.     enable: true
  59.     type: TOTEM
  60.     offsetX: 0.3
  61.     offsetY: 0.3
  62.     offsetZ: 0.3
  63.     count: 25
  64.   sound:
  65.     enable: true
  66.     type: BLOCK_AMETHYST_BLOCK_BREAK
  67.     volume: 0.75F
  68.     pitch: 1.0F
  69. COCOA:
  70.   enable: true
  71.   chance: 30
  72.   amount: 1
  73.   max-age: 2
  74.   particle:
  75.     enable: true
  76.     type: TOTEM
  77.     offsetX: 0.3
  78.     offsetY: 0.3
  79.     offsetZ: 0.3
  80.     count: 25
  81.   sound:
  82.     enable: true
  83.     type: BLOCK_AMETHYST_BLOCK_BREAK
  84.     volume: 0.75F
  85.     pitch: 1.0F
  86. NETHER_WART:
  87.   enable: true
  88.   chance: 30
  89.   amount: 1
  90.   max-age: 3
  91.   particle:
  92.     enable: true
  93.     type: TOTEM
  94.     offsetX: 0.3
  95.     offsetY: 0.3
  96.     offsetZ: 0.3
  97.     count: 25
  98.   sound:
  99.     enable: true
  100.     type: BLOCK_AMETHYST_BLOCK_BREAK
  101.     volume: 0.75F
  102.     pitch: 1.0F
  103.  
Tags: Experience
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement