switched to mojmap (still some bugs)

This commit is contained in:
Jonas_Jones 2023-04-05 16:01:27 +02:00
parent cc4cf42f31
commit 9d65bf4a3b
8 changed files with 78 additions and 65 deletions

View file

@ -17,7 +17,12 @@ repositories {
dependencies {
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
mappings loom.layered {
//it.parchment("org.parchmentmc.data:parchment-1.19.3:2022.12.18@zip")
it.officialMojangMappings {
setNameSyntheticMembers(false)
}
}
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
// Fabric API. This is technically optional, but you probably want it anyway.