Skip to content

Commit

Permalink
Use Mojang mappings (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiler Sesame authored Jul 16, 2024
1 parent 88d857c commit 196eaf1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ plugins {
id("xyz.jpenilla.run-paper") version "2.3.0"
}

paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArtifactConfiguration.MOJANG_PRODUCTION

dependencies {
paperweight.paperDevBundle("1.21-R0.1-SNAPSHOT")
}

tasks {
assemble {
dependsOn(reobfJar)
}

runServer {
minecraftVersion("1.21")
}
Expand Down

0 comments on commit 196eaf1

Please sign in to comment.