mirror of
https://github.com/GeyserMC/GeyserOptionalPack.git
synced 2025-12-19 14:59:14 +00:00
Remove minification for now
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -6,7 +6,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage ('Build') {
|
stage ('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'bash prepare_pack.sh -jc'
|
sh 'bash prepare_pack.sh'
|
||||||
sh 'zip GeyserOptionalPack.mcpack -r . -x ".*" Jenkinsfile required_files.txt prepare_pack.sh'
|
sh 'zip GeyserOptionalPack.mcpack -r . -x ".*" Jenkinsfile required_files.txt prepare_pack.sh'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"description": "Optional Bedrock resource pack to extend Geyser functionality",
|
"description": "Optional Bedrock resource pack to extend Geyser functionality",
|
||||||
"name": "GeyserOptionalPack",
|
"name": "GeyserOptionalPack",
|
||||||
"uuid": "e5f5c938-a701-11eb-b2a3-047d7bb283ba",
|
"uuid": "e5f5c938-a701-11eb-b2a3-047d7bb283ba",
|
||||||
"version": [1, 0, 0],
|
"version": [1, 0, 1],
|
||||||
"min_engine_version": [ 1, 16, 0 ]
|
"min_engine_version": [ 1, 16, 0 ]
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
"description": "GeyserOptionalPack",
|
"description": "GeyserOptionalPack",
|
||||||
"type": "resources",
|
"type": "resources",
|
||||||
"uuid": "eebb4ea8-a701-11eb-95ba-047d7bb283ba",
|
"uuid": "eebb4ea8-a701-11eb-95ba-047d7bb283ba",
|
||||||
"version": [1, 0, 0]
|
"version": [1, 0, 1]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user