essence spores - magemonkeystudio/divinity GitHub Wiki

๐Ÿƒ Essence of Spores

Emits slow-floating green spore particles around the player.


๐Ÿ“„ File Path

To use this essence, create the following file:

plugins/Divinity/modules/essences/items/spores.yml

๐Ÿงช Configuration

material: SLIME_BALL
name: '&aEssence of Spores'
tier: uncommon
lore:
  - '&7Releases drifting green spores around you.'
enchanted: true
item-flags:
  - '*'

effect:
  type: SELF
  name: REDSTONE:80,255,80
  speed: 0.01
  amount: 8
  offset-x: 0.4
  offset-y: 0.2
  offset-z: 0.4