mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-17 11:05:35 +01:00
Bump version
This commit is contained in:
parent
29237272fd
commit
ca354f206b
@ -96,7 +96,6 @@ It should work fine with most if not all mods and modpacks.
|
|||||||
- [x] Animation related fixes (1.7 Sneaking, c0.30 walking animation, ...)
|
- [x] Animation related fixes (1.7 Sneaking, c0.30 walking animation, ...)
|
||||||
- [x] Fixed clientside packet handling (1.16.5 transactions, 1.19.0 tablist, ...)
|
- [x] Fixed clientside packet handling (1.16.5 transactions, 1.19.0 tablist, ...)
|
||||||
#### TODO:
|
#### TODO:
|
||||||
- [ ] BetaCraft server list screen
|
|
||||||
- [ ] More extensions for Classic Protocol Extensions protocol
|
- [ ] More extensions for Classic Protocol Extensions protocol
|
||||||
- [ ] Window click interactions in <= 1.16.5
|
- [ ] Window click interactions in <= 1.16.5
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ dependencies {
|
|||||||
libs "net.lenni0451.mcstructs:text:${project.mcstructs_text_version}"
|
libs "net.lenni0451.mcstructs:text:${project.mcstructs_text_version}"
|
||||||
libs "net.lenni0451:Reflect:${project.reflect_version}"
|
libs "net.lenni0451:Reflect:${project.reflect_version}"
|
||||||
|
|
||||||
libs "com.github.allinkdev:BetacraftServerListParser:1.2.1"
|
libs "com.github.allinkdev:BetacraftServerListParser:${project.betacraft_version}"
|
||||||
|
|
||||||
modImplementation "com.terraformersmc:modmenu:${project.mod_menu_version}"
|
modImplementation "com.terraformersmc:modmenu:${project.mod_menu_version}"
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@ loader_version=0.14.17
|
|||||||
fabric_api_version=0.76.0+1.19.4
|
fabric_api_version=0.76.0+1.19.4
|
||||||
|
|
||||||
# viafabricplus
|
# viafabricplus
|
||||||
mod_version=2.4.7
|
mod_version=2.4.8
|
||||||
maven_group=de.florianmichael
|
maven_group=de.florianmichael
|
||||||
archives_base_name=viafabricplus
|
archives_base_name=viafabricplus
|
||||||
|
|
||||||
@ -32,5 +32,6 @@ minecraftauth_version=2.0.1
|
|||||||
mcstructs_text_version=2.2.0
|
mcstructs_text_version=2.2.0
|
||||||
reflect_version=1.1.0
|
reflect_version=1.1.0
|
||||||
|
|
||||||
# other mods
|
# other libs
|
||||||
|
betacraft_version=1.2.1
|
||||||
mod_menu_version=6.1.0-rc.1
|
mod_menu_version=6.1.0-rc.1
|
||||||
|
Loading…
Reference in New Issue
Block a user