I lowkey forgot to update the resource here, this is a quick summary of what was changed.
(0.1.1)
Average The expression was made more efficient
Noise Noise expressions were given a syntax to allow locations ((perlin|simplex) noise at %location%)
(0.1.2 - 0.1.4)
Seed Seed expression was originally set to return a list, this changed that
Noise These expressions were given parameters for octaves, frequency, and amplitude! Also fixed an issue with the original syntax
(0.1.5) IMPORTANT UPDATE
This is update reduced the file size by a ton, by removing skript from being bundled with the build, it reduced the file size from ~2.7mb to ~42kb
This update also changed the syntax by a lot for noise expressions.
Perlin Syntax
Code (Text):
[sknoise] perlin [noise] at [x] %number%[,] [[y] %-number%[(,|[,] and) [z] %-number%]] [(1¦with octaves %-integer%[,] frequency %-number%(,|[,] and) amplitude %-number%)] [sknoise] perlin [noise] at [(loc|location)] %location% [(1¦with octaves %-integer%[,] frequency %-number%(,|[,] and) amplitude %-number%)]
SimplexSyntax
(0.1.6)Code (Text):
[sknoise] simplex [noise] at [x] %number%[,] [[y] %-number%[(,|[,] and) [z] %-number%]] [(1¦with octaves %-integer%[,] frequency %-number%(,|[,] and) amplitude %-number%)] [sknoise] simplex [noise] at [(loc|location)] %location% [(1¦with octaves %-integer%[,] frequency %-number%(,|[,] and) amplitude %-number%)]
Noise The expressions were given the Normalized parameter at the beginning of the syntax
[normalized] (simplex|perlin) noise
-
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.)