1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-30 09:07:55 +00:00

attempt to use mojmap

currently does not compile
This commit is contained in:
Merith
2021-11-26 20:54:21 +00:00
parent bae502e8ea
commit dbbbe96df2
287 changed files with 4731 additions and 4820 deletions

View File

@@ -29,9 +29,9 @@ repositories {
}
}
loom {
accessWidenerPath = file("src/main/resources/cc.accesswidener")
}
//loom {
// accessWidenerPath = file("src/main/resources/cc.accesswidener")
//}
configurations {
implementation.extendsFrom shade
@@ -41,7 +41,8 @@ dependencies {
checkstyle 'com.puppycrawl.tools:checkstyle:8.45.1'
minecraft "com.mojang:minecraft:${mc_version}"
mappings "net.fabricmc:yarn:${mc_version}+build.${mappings_version}:v2"
//mappings "net.fabricmc:yarn:${mc_version}+build.${mappings_version}:v2"
mappings(minecraft.officialMojangMappings())
modImplementation "net.fabricmc:fabric-loader:${fabric_loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_api_version}"