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 }}
|
appID: ${{ secrets.RELEASE_APP_ID }}
|
||||||
appPrivateKey: ${{ secrets.RELEASE_APP_PK }}
|
appPrivateKey: ${{ secrets.RELEASE_APP_PK }}
|
||||||
files: |
|
files: |
|
||||||
rainbow:build/libs/Rainbow.jar
|
rainbow:client/build/libs/Rainbow.jar
|
||||||
releaseEnabled: false
|
releaseEnabled: false
|
||||||
saveMetadata: true
|
saveMetadata: true
|
||||||
releaseProject: 'rainbow'
|
releaseProject: 'rainbow'
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"id": "rainbow-datagen",
|
"id": "rainbow-datagen",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"name": "Rainbow",
|
"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": [
|
"authors": [
|
||||||
"GeyserMC contributors"
|
"GeyserMC contributors"
|
||||||
],
|
],
|
||||||
@@ -22,12 +22,5 @@
|
|||||||
"fabricloader": ">=${loader_version}",
|
"fabricloader": ">=${loader_version}",
|
||||||
"fabric-api": "*",
|
"fabric-api": "*",
|
||||||
"minecraft": "${supported_versions}"
|
"minecraft": "${supported_versions}"
|
||||||
},
|
|
||||||
"custom": {
|
|
||||||
"modmenu": {
|
|
||||||
"links": {
|
|
||||||
"modmenu.discord": "https://discord.gg/GeyserMC"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"id": "rainbow",
|
"id": "rainbow",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"name": "Rainbow",
|
"name": "Rainbow-core",
|
||||||
"description": "Rainbow is a mod to generate Geyser item mappings and bedrock resourcepacks for use with Geyser's custom item API (v2)",
|
"description": "The core module of Rainbow",
|
||||||
"authors": [
|
"authors": [
|
||||||
"GeyserMC contributors"
|
"GeyserMC contributors"
|
||||||
],
|
],
|
||||||
@@ -24,9 +24,11 @@
|
|||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
"modmenu": {
|
"modmenu": {
|
||||||
|
"badges": ["library"],
|
||||||
"links": {
|
"links": {
|
||||||
"modmenu.discord": "https://discord.gg/GeyserMC"
|
"modmenu.discord": "https://discord.gg/GeyserMC"
|
||||||
}
|
},
|
||||||
|
"parent": "rainbow-client"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user