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 d90edd8 commit 748c434
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4-SNAPSHOT'
id 'ploceus' version '1.4-SNAPSHOT'
id 'fabric-loom' version '1.10-SNAPSHOT'
id 'ploceus' version '1.10-SNAPSHOT'
}

base {
Expand All @@ -19,7 +19,7 @@ repositories {

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

Expand Down

0 comments on commit 748c434

Please sign in to comment.