1
0
mirror of https://github.com/GeyserMC/Rainbow.git synced 2025-12-19 14:59:16 +00:00

Fix CI, update FMJs

This commit is contained in:
Eclipse
2025-10-16 15:41:13 +00:00
parent b295adf50c
commit 975d0c3d0d
3 changed files with 7 additions and 12 deletions

View File

@@ -62,7 +62,7 @@ jobs:
appID: ${{ secrets.RELEASE_APP_ID }}
appPrivateKey: ${{ secrets.RELEASE_APP_PK }}
files: |
rainbow:build/libs/Rainbow.jar
rainbow:client/build/libs/Rainbow.jar
releaseEnabled: false
saveMetadata: true
releaseProject: 'rainbow'

View File

@@ -3,7 +3,7 @@
"id": "rainbow-datagen",
"version": "${version}",
"name": "Rainbow",
"description": "Rainbow is a mod to generate Geyser item mappings and bedrock resourcepacks for use with Geyser's custom item API (v2)",
"description": "Rainbow's datagen module",
"authors": [
"GeyserMC contributors"
],
@@ -22,12 +22,5 @@
"fabricloader": ">=${loader_version}",
"fabric-api": "*",
"minecraft": "${supported_versions}"
},
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/GeyserMC"
}
}
}
}

View File

@@ -2,8 +2,8 @@
"schemaVersion": 1,
"id": "rainbow",
"version": "${version}",
"name": "Rainbow",
"description": "Rainbow is a mod to generate Geyser item mappings and bedrock resourcepacks for use with Geyser's custom item API (v2)",
"name": "Rainbow-core",
"description": "The core module of Rainbow",
"authors": [
"GeyserMC contributors"
],
@@ -24,9 +24,11 @@
},
"custom": {
"modmenu": {
"badges": ["library"],
"links": {
"modmenu.discord": "https://discord.gg/GeyserMC"
}
},
"parent": "rainbow-client"
}
}
}