Bump config-noise-function major version

* Removed IMAGE sampler
This commit is contained in:
Astrash
2022-08-12 12:46:21 +10:00
parent f1bf3990c1
commit 68875cc17b
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
version = version("1.0.0")
version = version("2.0.0")
dependencies {
compileOnlyApi(project(":common:addons:manifest-addon-loader"))

View File

@@ -12,3 +12,4 @@ website:
license: MIT License
depends:
library-image: "1.+"
config-noise-function: "2.+"

View File

@@ -12,4 +12,4 @@ website:
license: MIT License
depends:
structure-terrascript-loader: "1.+"
config-noise-function: "1.+"
config-noise-function: "2.+"