Перейти к содержимому
Mineforgian

ExParticle

A particle effect extension

Загрузки
2K
Подписчики
7
Обновлён
16 апреля 2026 г.
Лицензия
LGPL-3.0-only

Опубликован 16 декабря 2024 г.

Исходный код

Introduction

It allows you to control particle motion using mathematical expressions.

Commands

/particlex functions
/particlex clear-particle
/particlex clear-cache
/particlex normal <name> <pos> <color> <speed> <range> <count> [<age>]
/particlex conditional <name> <pos> <color> <speed> <range> <expression> [<step>]
/particlex parameter <name> <pos> <color> <speed> <begin> <end> <expression> [<step>]
/particlex polar-parameter <name> <pos> <color> <speed> <begin> <end> <expression> [<step>]
/particlex tick-parameter <name> <pos> <color> <speed> <begin> <end> <expression> [<step>]
/particlex tick-polar-parameter <name> <pos> <color> <speed> <begin> <end> <expression> [<step>]
/particlex rgba-parameter <name> <pos> <speed> <begin> <end> <expression> [<step>]
/particlex rgba-polar-parameter <name> <pos> <speed> <begin> <end> <expression> [<step>]
/particlex rgba-tick-parameter <name> <pos> <speed> <begin> <end> <expression> [<step>]
/particlex rgba-tick-polar-parameter <name> <pos> <speed> <begin> <end> <expression> [<step>]
/particlex image <name> <pos> <path> [<scaling>]
/particlex image-matrix <name> <pos> <path> [<scaling>]
/particlex video <name> <pos> <path> [<scaling>]
/particlex video-matrix <name> <pos> <path> [<scaling>]
/particlex group (remove|change)

Need attention

  • If want to enable video feature, you need install JavaCV to gamedir/javacv folder.
  • The gamedir is the folder where the mods folder is located.
  • Don't know how to install? Check here.

Ченджлог

1.4.1Релиз1.21.1 · 16 апреля 2026 г.

Fixed invalid speed expression in /particlex conditional command (#16)

1.4.0Релиз1.21.1 · 27 марта 2026 г.
  • Added extra functions:
    • e2q
    • e2qd
    • normalize
  • Added text scaling (#12)
  • Added matrix supported to ternary expression (#13)
1.3.0Релиз1.21.1 · 22 марта 2026 г.
  • Added ternary operator (#7)
  • Added new expression field (#6)
  • Added /particlex custom-* series of commands (#9)
  • Added /particlex text command
  • Fixed some bug
1.2.0Релиз1.21.1 · 8 марта 2026 г.
  • Added /particlex global-variable command
  • Added /particlex user-function command
  • Added syntax highlighting to /particlex functions command
  • Added extra functions:
    • quadraticLerp
    • cubicLerp
    • slerp
    • rotate(Quaternion)
    • identity
  • Added global variable and user function to the expression
1.1.2Релиз1.21.1 · 2 марта 2026 г.

Fixed bug with animated particles (#4)

1.1.1Релиз1.21.1 · 26 февраля 2026 г.

Fixed typo: destory -> destroy (#3)

1.1.0Релиз1.21.1 · 27 апреля 2025 г.
  • Added extra functions:
    • lerp
    • lerpInt
    • translate
    • rotate
    • rotateDeg
    • scale
    • transpose
    • invert
  • Optimized the output of the command /particlex functions
  • Fixed that the speed argument of the RGBA series of commands does not take effect
1.0.1Релиз1.21.1 · 18 марта 2025 г.

Fixed color issue

Комментарии

Загружаем…