Fix Weathered Copper Trapdoor

This commit is contained in:
Len 2026-08-01 06:32:03 -05:00
parent df1e0d6d23
commit d06793cfe1
3 changed files with 10 additions and 10 deletions

BIN
Galaxy.zip Normal file

Binary file not shown.

18
Jenkinsfile vendored
View File

@ -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

View File

@ -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"