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_api_version))
32+ modImplementation include(fabricApi. module(" fabric-rendering-v1" , project. fabric_api_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
You can’t perform that action at this time.
0 commit comments