Presets

This page was last updated for version v1.2.0

Description

You can add scripts that you frequently use in effects to the presets.yml file and use them as presets. Additionally, you must use presets to add nested conditions in conditional scripts.

Example

elytra-boost-1s: "conditional ({CTM} - {LBM} > 1000) ? return : none"
swap-y-z:
  - "variable temp={y}"
  - "variable y={z}"
  - "variable z={temp}"

Last updated