File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,9 +28,11 @@ dependencies {
2828 modImplementation " net.fabricmc:fabric-loader:${ project.loader_version} "
2929
3030 // Fabric API. This is technically optional, but you probably want it anyway.
31- modImplementation " net.fabricmc.fabric-api:fabric-api:${ project.fabric_version} "
32- modImplementation " com.terraformersmc:modmenu:${ project.modmenu_version} "
33- modApi(" me.shedaniel.cloth:cloth-config-fabric:${ project.cloth_config_version} " ) {
31+ modImplementation include(fabricApi. module(" fabric-api-base" , project. fabric_version))
32+ modImplementation include(fabricApi. module(" fabric-rendering-v1" , project. fabric_version))
33+
34+ modImplementation include(" com.terraformersmc:modmenu:${ project.modmenu_version} " )
35+ modImplementation include(" me.shedaniel.cloth:cloth-config-fabric:${ project.cloth_config_version} " ) {
3436 exclude(group : " net.fabricmc.fabric-api" )
3537 }
3638
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ archives_base_name=betterhud
1616
1717# Dependencies
1818fabric_version =0.102.0+1.21
19- modmenu_version =15.0.0-beta.3
19+ modmenu_version =15.0.2
2020cloth_config_version =19.0.147
You can’t perform that action at this time.
0 commit comments