Advertisement
AchyMake

harvest.yml

Apr 29th, 2023
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.82 KB | Gaming | 0 0
  1. SWEET_BERRY_BUSH:
  2.   enable: true
  3.   chance: 30
  4.   amount: 1
  5.   particle:
  6.     enable: true
  7.     type: TOTEM
  8.     offsetX: 0.3
  9.     offsetY: 0.3
  10.     offsetZ: 0.3
  11.     count: 25
  12.   sound:
  13.     enable: true
  14.     type: BLOCK_AMETHYST_BLOCK_BREAK
  15.     volume: 0.75F
  16.     pitch: 1.0F
  17. CAVE_VINES:
  18.   enable: true
  19.   chance: 30
  20.   amount: 1
  21.   particle:
  22.     enable: true
  23.     type: TOTEM
  24.     offsetX: 0.3
  25.     offsetY: 0.3
  26.     offsetZ: 0.3
  27.     count: 25
  28.   sound:
  29.     enable: true
  30.     type: BLOCK_AMETHYST_BLOCK_BREAK
  31.     volume: 0.75F
  32.     pitch: 1.0F
  33. CAVE_VINES_PLANT:
  34.   enable: true
  35.   chance: 30
  36.   amount: 1
  37.   particle:
  38.     enable: true
  39.     type: TOTEM
  40.     offsetX: 0.3
  41.     offsetY: 0.3
  42.     offsetZ: 0.3
  43.     count: 25
  44.   sound:
  45.     enable: true
  46.     type: BLOCK_AMETHYST_BLOCK_BREAK
  47.     volume: 0.75F
  48.     pitch: 1.0F
  49.  
Tags: Experience
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement