Skip to content

Mob Crop Hopper Settings

Tobias Adloff edited this page Apr 18, 2020 · 4 revisions

Crops/Drop Settings

pickupNamedItems - Set whether to pick up items that are named filterIsBlacklist - Set if crops/drops is a blacklist

"cropHopper":
  type: crop
  pickupNamedItems: true
  filterIsBlacklist: false

crops / drops - Set the crops or drops to pick up

"cropHopper":
  type: crop
  crops:
    - "CACTUS"
    - "SUGAR_CANE"
"mobHopper":
  type: mob
  drops:
    - "ROTTEN_FLESH"
    - "SLIME_BALL"