mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
v1.2.4.4
This commit is contained in:
parent
392d508ef3
commit
6dcd99c12a
2 changed files with 14 additions and 10 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
# v1.2.4.4
|
||||||
|
* bumped OtterLib version to `0.2.0.0`
|
||||||
|
* now relies on OtterLib Language Reader
|
||||||
|
|
||||||
# v1.2.4.3
|
# v1.2.4.3
|
||||||
* added a max OtterLib version as the beta will have breaking changes between major versions
|
* added a max OtterLib version as the beta will have breaking changes between major versions
|
||||||
|
|
||||||
|
|
|
@ -4,21 +4,21 @@ org.gradle.parallel=true
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
min_minecraft_version=1.21.5
|
min_minecraft_version=1.21.6
|
||||||
max_minecraft_version=1.21.5
|
max_minecraft_version=1.21.6
|
||||||
minecraft_versions=1.21.5
|
minecraft_versions=1.21.6
|
||||||
|
|
||||||
minecraft_version=1.21.5
|
minecraft_version=1.21.6
|
||||||
yarn_mappings=1.21.5+build.1
|
yarn_mappings=1.21.6+build.1
|
||||||
loader_version=0.16.14
|
loader_version=0.16.14
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.2.4.3+1.21.5
|
mod_version=1.2.4.4+1.21.6
|
||||||
maven_group=one.oth3r
|
maven_group=one.oth3r
|
||||||
file_name=sit!
|
file_name=sit!
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.124.0+1.21.5
|
fabric_version=0.127.1+1.21.6
|
||||||
modmenu_version=14.0.0-rc.2
|
modmenu_version=15.0.0-beta.1
|
||||||
otterlib_version=0.1.2.1+1.21.5-fabric
|
otterlib_version=0.2.0.0+1.21.6-fabric
|
||||||
otterlib_max_version=0.2.0.0+1.21.5-fabric
|
otterlib_max_version=0.3.0.0+1.21.6-fabric
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue