NEW EXPRESSION
- Voronoi:
Syntax:
[sknoise] voronoi [noise] at [x] %number%[,] [[y] %-number%[(,|[,] and) [z] %-number%]] [with cell values]
[sknoise] voronoi [noise] at (loc|location) %location% [with cell values]
Description:
Get's the voronoi noise at a location, voronoi noise in simple words is a plot of distance between points. (Wiki)
Big Example:
Code (Text):
command /set: trigger: set {_l} to location of player set {_ogL} to location of player loop 100 times: loop 100 times: set {_value} to voronoi noise at ((x-coord of {_l}) / 2), (z-coord of {_l} / 2) if {_value} >= 0.5: set block at {_l} to white concrete else: set block at {_l} to black concrete add 1 to x-coord of {_l} add 1 to z-coord of {_l} set x-coord of {_l} to x-coord of {_ogL}
-
Welcome to skUnity!
Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.
If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!
Now, what are you waiting for? Join the community now!
Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon SKNoise | The Addon to Generation 1.0
The Addon That Includes Noise! (No, not sound.)