mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 12:39:19 +02:00
switched to mojmap (still some bugs)
This commit is contained in:
parent
cc4cf42f31
commit
9d65bf4a3b
8 changed files with 78 additions and 65 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue