Skip to content

Commit

Permalink
build: Apply a NeoForge Yarn mappings patch
Browse files Browse the repository at this point in the history
Also updated the minimum Fabric Loader version to 0.15.6.
  • Loading branch information
Steveplays28 committed May 26, 2024
1 parent b773bd1 commit a33a85e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ subprojects {

dependencies {
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
mappings loom.layered {
it.mappings("net.fabricmc:yarn:${project.yarn_mappings}:v2")
it.mappings("dev.architectury:yarn-mappings-patch-neoforge:1.20.5+build.3")
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ modrinth_project_id=KuNKN7d2
# Fabric properties
# Check these on https://modmuss50.me/fabric.html
yarn_mappings=1.20.5+build.1
fabric_loader_version=0.14.25
fabric_loader_version=0.15.6

# NeoForge properties
neoforge_version=20.5.21-beta
Expand Down

0 comments on commit a33a85e

Please sign in to comment.