diff --git a/build.gradle b/build.gradle index f688b65..b6b496e 100644 --- a/build.gradle +++ b/build.gradle @@ -94,7 +94,7 @@ modrinth { versionName = "b${project.mod_version} [Fabric]" versionType = "beta" uploadFile = remapJar - gameVersions = [project.minecraft_version, project.min_minecraft_version] + gameVersions = [project.minecraft_version] loaders = ['fabric', 'quilt'] dependencies = [ new ModDependency('P7dR8mSH', 'required'), diff --git a/changelog.md b/changelog.md index 1d2ef98..1342147 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,11 @@ -### b1.2.0.8 -⚠️ **Finalizing the beta, report any bugs that are found, thank you!** +### b1.2.0.9 +⚠️ **STILL finalizing the beta, report any bugs that are found, thank you!** \ Help localize the mod to have more languages on release! [Crowdin](https://crowdin.com/project/oth3r-sit) -* changed the config entry type of `blacklisted-blocks` from String list to a CustomBlock list -* added a default entry to `blacklisted-blocks` -* removed `blacklisted-interactions` as it isn't needed anymore \ No newline at end of file + +~~Sorry for the delays for the main release, been real busy with school and work...~~ + +* disabled useable off hand filter by default +* revamped the useable hand filter code, should way better now +* added a `presets` section to hand filters +* added an `invert-filter` option to hand filters \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 3246dc5..87d8d2d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ yarn_mappings=1.21.3+build.2 loader_version=0.16.7 # Mod Properties -mod_version=1.2.0.8+1.21.3 +mod_version=1.2.0.9+1.21.3 maven_group=one.oth3r file_name=sit!