gnembon / scarpet

Public Repository of scarpet programs for Minecraft
Creative Commons Zero v1.0 Universal
359 stars 161 forks source link

All scripts using particle “dust” are broken #390

Open Daniel99j2 opened 3 months ago

Daniel99j2 commented 3 months ago

Describe the bug When trying to use a script (eg, ai tracker) that uses the dust particle, it causes an error. This is due to particle syntax going from “/particle minecraft:dust 1.0 0.0 0.0 2.0” to “ /particle minecraft:dust{color:[1.0, 0.0, 0.0], scale:2.0}” in 1.20.5

To Reproduce Steps to reproduce the behavior:

  1. Install the script “overlay”
  2. Run /overlay
  3. See error

Expected behavior The script would work

Screenshots image

Environment

Additional context https://minecraft.wiki/w/Java_Edition_1.20.5_Pre-Release_1 Current known scripts: Ai tracker Overlay

manchesterjm commented 3 months ago

Does not work in 1.21 either