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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Gradle') {
|
// stage('Gradle') {
|
||||||
steps {
|
// steps {
|
||||||
sh '''
|
// sh '''
|
||||||
set +x
|
// set +x
|
||||||
chmod +x zip.sh
|
// chmod +x zip.sh
|
||||||
./zip.sh
|
// ./zip.sh
|
||||||
'''
|
// '''
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
stage('Archive') {
|
stage('Archive') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: 'Galaxy.zip', followSymlinks: false
|
archiveArtifacts artifacts: 'Galaxy.zip', followSymlinks: false
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:stonecutting",
|
"type": "minecraft:stonecutting",
|
||||||
"ingredient": "minecraft:copper_block",
|
"ingredient": "minecraft:weathered_copper",
|
||||||
"result": {
|
"result": {
|
||||||
"count": 3,
|
"count": 3,
|
||||||
"id": "minecraft:weathered_copper_trapdoor"
|
"id": "minecraft:weathered_copper_trapdoor"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user