mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
b1.2.0.9+1.21.3
This commit is contained in:
parent
de8b66d27a
commit
30d2b318cd
3 changed files with 11 additions and 7 deletions
|
@ -94,7 +94,7 @@ modrinth {
|
||||||
versionName = "b${project.mod_version} [Fabric]"
|
versionName = "b${project.mod_version} [Fabric]"
|
||||||
versionType = "beta"
|
versionType = "beta"
|
||||||
uploadFile = remapJar
|
uploadFile = remapJar
|
||||||
gameVersions = [project.minecraft_version, project.min_minecraft_version]
|
gameVersions = [project.minecraft_version]
|
||||||
loaders = ['fabric', 'quilt']
|
loaders = ['fabric', 'quilt']
|
||||||
dependencies = [
|
dependencies = [
|
||||||
new ModDependency('P7dR8mSH', 'required'),
|
new ModDependency('P7dR8mSH', 'required'),
|
||||||
|
|
14
changelog.md
14
changelog.md
|
@ -1,7 +1,11 @@
|
||||||
### b1.2.0.8
|
### b1.2.0.9
|
||||||
⚠️ **Finalizing the beta, report any bugs that are found, thank you!**
|
⚠️ **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)
|
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`
|
~~Sorry for the delays for the main release, been real busy with school and work...~~
|
||||||
* removed `blacklisted-interactions` as it isn't needed anymore
|
|
||||||
|
* 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
|
|
@ -10,7 +10,7 @@ yarn_mappings=1.21.3+build.2
|
||||||
loader_version=0.16.7
|
loader_version=0.16.7
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.2.0.8+1.21.3
|
mod_version=1.2.0.9+1.21.3
|
||||||
maven_group=one.oth3r
|
maven_group=one.oth3r
|
||||||
file_name=sit!
|
file_name=sit!
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue