Skip to content

essence bloom

goflishMC edited this page Jun 29, 2025 · 1 revision

🌸 Essence of Bloom

Petal-like particles bloom around the player while standing or moving.


📄 File Path

To use this essence, create the following file:

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

🧪 Configuration

material: PINK_DYE
name: '&dEssence of Bloom'
tier: uncommon
lore:
  - '&7Petals bloom gently around your feet.'
enchanted: true
item-flags:
  - '*'

effect:
  type: SELF
  name: REDSTONE:255,100,180
  speed: 0.02
  amount: 10
  offset-x: 0.4
  offset-y: 0.1
  offset-z: 0.4

Clone this wiki locally