Skip to content

essence spores

goflishMC edited this page Jun 29, 2025 · 1 revision

🍃 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
Clone this wiki locally