Skip to content

Commit

Permalink
loom 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Feb 21, 2025
1 parent 462b954 commit 5d2db52
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'maven-publish'
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'ploceus' version '1.5-SNAPSHOT'
id 'fabric-loom' version '1.10-SNAPSHOT'
id 'ploceus' version '1.10-SNAPSHOT'
}

base {
Expand All @@ -19,15 +19,11 @@ repositories {

dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings loom.layered {
mappings "net.ornithemc:feather:${project.minecraft_version}+build.${project.feather_build}:v2"
addLayer ploceus.nestedMappings()
}
nests "net.ornithemc:nests:${project.minecraft_version}+build.${project.nests_build}"
mappings ploceus.featherMappings(project.feather_build)
nests ploceus.nests(project.nests_build)
modImplementation "net.fabricmc:fabric-loader:${project.fabric_loader_version}"
compileOnly "org.quiltmc:quilt-loader:${project.quilt_loader_version}"

ploceus.addCommonLibraries()
ploceus.dependOsl(project.osl_version)
}

Expand Down

0 comments on commit 5d2db52

Please sign in to comment.