Skip to content

Commit

Permalink
Drop DevLogin (MinecraftFreecam#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
hashalite authored Jan 20, 2024
2 parents 94c8481 + a286b5c commit 1878392
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ subprojects {
// https://github.com/architectury/architectury-loom/blob/5b3e7c72b665f7eb38c23ceb677027acdc867398/src/main/java/net/fabricmc/loom/configuration/ide/RunConfig.java#L117
configName "Run"
}
loggedIn {
inherit client
configName "Run logged in"
programArg "--msa"
if (project.path.contains("forge")) {
forgeTemplate "client"
}
}
remove server // We only need client runs
}

Expand All @@ -55,7 +47,6 @@ subprojects {
officialMojangMappings()
parchment("org.parchmentmc.data:parchment-${parchmentAppendix}:${parchmentVersion}@zip")
}
// modLocalRuntime "com.ptsmods:devlogin:${rootProject.devlogin_version}"
}
}

Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ neoforge_req=[20,)
# https://mvnrepository.com/artifact/me.shedaniel.cloth/cloth-config?repo=architectury
modmenu_version=9.0.0-pre.1
cloth_version=13.0.114
devlogin_version=3.4.1

0 comments on commit 1878392

Please sign in to comment.