Use Mojang mappings for Geyser-Fabric

This commit is contained in:
Camotoy 2022-10-18 12:06:18 -04:00
parent 0e07991edf
commit 144d7b000a
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
11 changed files with 72 additions and 71 deletions

1
Jenkinsfile vendored
View file

@ -101,7 +101,6 @@ pipeline {
success {
script {
if (env.BRANCH_NAME == 'master') {
build propagate: false, wait: false, job: 'GeyserMC/Geyser-Fabric/master', parameters: [booleanParam(name: 'SKIP_DISCORD', value: true)]
build propagate: false, wait: false, job: 'GeyserMC/GeyserConnect/master', parameters: [booleanParam(name: 'SKIP_DISCORD', value: true)]
}
}