File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ val loader_version: String by project
2727
2828val halplibe_version: String by project
2929val mod_menu_version: String by project
30+ val btwaila_version: String by project
3031
3132group = mod_group
3233base.archivesName.set(mod_name)
@@ -98,6 +99,7 @@ dependencies {
9899 modImplementation(" turniplabs:halplibe:$halplibe_version " )
99100
100101 modImplementation(" turniplabs:modmenu-bta:$mod_menu_version " )
102+ modImplementation(" useless:btwaila:$btwaila_version " )
101103
102104 implementation(" org.slf4j:slf4j-api:1.8.0-beta4" )
103105 implementation(" org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0" )
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ loader_version=0.15.6-bta.7
99
1010# Other Mods
1111mod_menu_version =3.0.0
12- halplibe_version =5.2.4
12+ halplibe_version =5.3.1
13+ btwaila_version =1.2.2-7.3_04
14+
1315
1416# Mod
1517mod_version =1.1.0
You can’t perform that action at this time.
0 commit comments