Skip to content

SKNoise | Octaves, Frequency, and Amplitude 👀

Compare
Choose a tag to compare
@ReportCardsMC ReportCardsMC released this 27 Feb 02:51
· 60 commits to master since this release
8bd91f5

SKNoise 0.1.3

This update adds support for octaves, frequency, and amplitude parameters inside of Bukkit's noise generators. Along with a few minor bug fixes!

Perlin/Simplex Noise (Updated)

Patterns [sknoise] (perlin|simplex) noise [at] [x ]%number%[, ][[y ]%number%[, ][[z ]%number%]] [(1¦with octaves %-integer%[,] frequency %-number%[,] [and] amplitude %-number%)]
[sknoise] (perlin|simplex) noise [at] %location% [(1¦with octaves %-integer%[,] frequency %-number%[,] [and] amplitude %-number%)]
Information Added support for Octaves, Frequency, and Amplitude parameters inside of Bukkit's noise generators.

Perlin/Simplex Seed (Updated)

Information Was fixed again in main branch to return a single value and not a list.