Skip to content

essence frost

goflishMC edited this page Jun 29, 2025 · 1 revision

❄️ Essence of Frost

Trails icy particles behind the player while moving.


📄 File Path

To use this essence, create the following file:

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

🧪 Configuration

material: BLUE_ICE
name: '&bEssence of Frost'
tier: rare
lore:
  - '&7Leaves a trail of frost as you move.'
enchanted: true
item-flags:
  - '*'

effect:
  type: FOOT
  name: SNOWFLAKE
  speed: 0.02
  amount: 6
  offset-x: 0.15
  offset-y: 0.1
  offset-z: 0.15
Clone this wiki locally