You can use command blocks and firework particles to create a more realistic animated fountain!

by Mista_Fuzz

1 Comment

  1. The command used is

    /particle minecraft:firework ~ ~3 ~ 1 2 0 .1 0 force

    where the first three numbers are the location to generate the particle relative to the command block (in this case 3 units above) and the next three numbers are the direction of the force applied to the particles as they spawn. The next number is magnitude of force applied (I have this set larger for the four streams heading to the top of the fountain). The last number is count and it has to be set to 0 for direction to work. Finally force just makes sure these particles show up.

Leave A Reply