We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9614b3b commit 65e8d46Copy full SHA for 65e8d46
1 file changed
build.gradle
@@ -45,6 +45,7 @@ configurations.configureEach {
45
46
dependencies {
47
// Paper API
48
+ // https://jd.papermc.io/paper/1.20/
49
compileOnly group: 'io.papermc.paper', name: 'paper-api', version: "${minecraftVersion}-R0.1-SNAPSHOT"
50
51
// Folia API
0 commit comments