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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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'
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user