[FEAT] Paper Support
This commit is contained in:
13
patches/1.21/Paper/build.gradle.patch
Normal file
13
patches/1.21/Paper/build.gradle.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- a/Paper/build.gradle
|
||||
+++ b/Paper/build.gradle
|
||||
@@ -70,8 +70,8 @@
|
||||
setVersionType("alpha")
|
||||
setChangelog(rootProject.file("changelog.md"))
|
||||
setProjectVersion("${minecraft_version}-${project.version}")
|
||||
- setDisplayName("[Paper 1.21.3] CraterLib - ${project.version}")
|
||||
- setGameVersions("1.21.3")
|
||||
+ setDisplayName("[Paper 1.21-1.21.1] CraterLib - ${project.version}")
|
||||
+ setGameVersions("1.21", "1.21.1")
|
||||
setLoaders("paper")
|
||||
setArtifact(reobfJar.outputJar)
|
||||
}
|
10
patches/1.21/Paper/src/main/resources/paper-plugin.yml.patch
Normal file
10
patches/1.21/Paper/src/main/resources/paper-plugin.yml.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/Paper/src/main/resources/paper-plugin.yml
|
||||
+++ b/Paper/src/main/resources/paper-plugin.yml
|
||||
@@ -3,6 +3,6 @@
|
||||
description: "A Modding API used to create 'universal' mods"
|
||||
main: com.hypherionmc.craterlib.paper.CraterLibPlugin
|
||||
author: HypherionSA
|
||||
-api-version: '1.21.3'
|
||||
+api-version: '1.21'
|
||||
bootstrapper: com.hypherionmc.craterlib.paper.CraterLibBootstrap
|
||||
load: STARTUP
|
Reference in New Issue
Block a user