Fix Weathered Copper Trapdoor
This commit is contained in:
parent
df1e0d6d23
commit
d06793cfe1
BIN
Galaxy.zip
Normal file
BIN
Galaxy.zip
Normal file
Binary file not shown.
18
Jenkinsfile
vendored
18
Jenkinsfile
vendored
|
|
@ -1,15 +1,15 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Gradle') {
|
||||
steps {
|
||||
sh '''
|
||||
set +x
|
||||
chmod +x zip.sh
|
||||
./zip.sh
|
||||
'''
|
||||
}
|
||||
}
|
||||
// stage('Gradle') {
|
||||
// steps {
|
||||
// sh '''
|
||||
// set +x
|
||||
// chmod +x zip.sh
|
||||
// ./zip.sh
|
||||
// '''
|
||||
// }
|
||||
// }
|
||||
stage('Archive') {
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'Galaxy.zip', followSymlinks: false
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:copper_block",
|
||||
"ingredient": "minecraft:weathered_copper",
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:weathered_copper_trapdoor"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user