Fountain Line
Emits falling blocks like the Fountain effect, but moves from one location straight to another.
Parameters
Parameters | Information | Example |
---|---|---|
FromLocation | The start location of the fountain in the format of |
|
ToLocation | The location it moves towards in the format of |
|
Velocity | Sets the velocity of falling blocks. This is used to launch falling blocks in a specific direction. Don't set these values too high (I would say around a maximum of 10). Follows the pattern of |
|
Block | The block to use as falling block. Items will not work! |
|
BlockData | The block data of the block (if it has any). For example an open gate, a rotated stair, ... Use | [open=true] |
Randomizer | This randomizes the value of the velocity a bit. The higher the value, the more the velocity changes. I suggest keeping this between |
|
Speed | The speed the origin moves from the first location to the second one. Measured in |
|
Frequency | In Minecraft a new entity or particle spawns every tick, but when the speed is very high an empty space comes between two entities or particles. To fix that you can use the frequency parameter. The frequency is how many entities/particles there should be every block. This effect only activates when the speed is too big that the amount of entities or particles per block is lower than the frequency. |
|
Delay | The amount of ticks this effect waits after the show starts before its activation. |
|
Frequency extra info
In Minecraft a new entity or particle spawns every tick, but when the speed is very high an empty space comes between two entities or particles. To fix that you can use the frequency parameter. The frequency is how many entities/particles there should be every block.
This effect only activates when the speed is too big that the amount of entities or particles per block is lower than the frequency.
An example is when a particle line travels 10 blocks forward with a speed of 1 and a frequency of 5. The frequency will not be activated because the speed is 1 block per second which means that there will be 20 particles on one block and 20 is bigger than 5. If we change the speed to 10 then it'll travel with 10 blocks per second. Meaning that there should normally only spawn 2 particles on every block! This is where the frequency kicks in to spawn extra particles to fill in the gap.
Preview
Youtube Tutorial
Not yet, srry :')
Last updated