[FEAT] Paper Support

This commit is contained in:
2024-10-22 20:13:32 +02:00
parent 86149ace11
commit e0e37685e2
352 changed files with 5772 additions and 1588 deletions

View File

@@ -2,7 +2,7 @@ def projectName = "CraterLib";
def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae593e56eba7885743bb44.png";
def JDK = "17";
def majorMc = "1.19.3";
def modLoaders = "forge|fabric|quilt";
def modLoaders = "forge|fabric|quilt|paper";
def supportedMc = "1.19.4";
def reltype = "snapshot";