File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,9 +30,11 @@ dependencies {
3030 implementation " net.fabricmc:fabric-loader:${ project.loader_version} "
3131
3232 // Fabric API. This is technically optional, but you probably want it anyway.
33- implementation " net.fabricmc.fabric-api:fabric-api:${ project.fabric_api_version} "
34- implementation " com.terraformersmc:modmenu:${ project.modmenu_version} "
35- implementation(" me.shedaniel.cloth:cloth-config-fabric:${ project.cloth_config_version} " ) {
33+ implementation include(fabricApi. module(" fabric-api-base" , project. fabric_api_version))
34+ implementation include(fabricApi. module(" fabric-rendering-v1" , project. fabric_api_version))
35+
36+ implementation include(" com.terraformersmc:modmenu:${ project.modmenu_version} " )
37+ implementation include(" me.shedaniel.cloth:cloth-config-fabric:${ project.cloth_config_version} " ) {
3638 exclude(group : " net.fabricmc.fabric-api" )
3739 }
3840}
Original file line number Diff line number Diff line change 2121 " betterhud.mixins.json"
2222 ],
2323 "depends" : {
24- "fabricloader" : " >=0.19.2 " ,
24+ "fabricloader" : " >=0.19" ,
2525 "minecraft" : " >=26" ,
26- "java" : " >=25" ,
27- "fabric-api" : " *" ,
28- "cloth-config2" : " *" ,
29- "modmenu" : " *"
26+ "java" : " >=25"
3027 }
3128}
You can’t perform that action at this time.
0 commit comments