The bug
I ran the following command:
/particle dust 0 0 0 0 ~ ~ ~ 0 0 0 1 1 force
and my game subsequently crashed.
I believe changing the fourth zero in the chain is responsible for the crash since running
/particle dust 0 0 0 1 ~ ~ ~ 0 0 0 1 1 force
worked fine.
Crash report
[^crash-2017-11-26_22.02.02-client.txt] (17w47b)
Description: Ticking Particle
java.lang.ArithmeticException: / by zero
at bxg.a(SourceFile:49)
at bxw.b(SourceFile:206)
at bxw.a(SourceFile:195)
at bxw.a(SourceFile:185)
at bxw.a(SourceFile:153)
at bmh.m(SourceFile:1286)
at bmh.b(SourceFile:788)
at bmh.a(SourceFile:376)
at net.minecraft.client.main.Main.main(SourceFile:134)
Linked issues
is duplicated by 6
1 more links
Attachments
Comments 7
can confirm for 18w09a, crashed on /particle minecraft:dust 0 0 0 0 -1 5.1 20 .5 .1 .5 1 50
with the same error shown above
This appears to have been fixed in 18w01a.