File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515
1616 modImplementation " net.fabricmc:fabric-loader:${ rootProject.fabric_loader_version} "
1717 modImplementation(fabricApi. module(" fabric-resource-loader-v0" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
18- modImplementation(fabricApi. module(" fabric-models-v0" , rootProject . fabric_api_version )) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
18+ modImplementation(fabricApi. module(" fabric-models-v0" , " 0.84.0+1.20.1 " )) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
1919 modImplementation(fabricApi. module(" fabric-registry-sync-v0" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
2020 modImplementation(fabricApi. module(" fabric-renderer-api-v1" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
2121 modRuntimeOnly(fabricApi. module(" fabric-renderer-indigo" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
You can’t perform that action at this time.
0 commit comments