diff --git a/Galaxy.zip b/Galaxy.zip new file mode 100644 index 0000000..4f6fb9c Binary files /dev/null and b/Galaxy.zip differ diff --git a/Jenkinsfile b/Jenkinsfile index b48f09c..09b2104 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 diff --git a/galaxy/data/galaxy/recipe/copper/stonecutting_weathered_copper_trapdoor.json b/galaxy/data/galaxy/recipe/copper/stonecutting_weathered_copper_trapdoor.json index 5e753b6..f947d30 100644 --- a/galaxy/data/galaxy/recipe/copper/stonecutting_weathered_copper_trapdoor.json +++ b/galaxy/data/galaxy/recipe/copper/stonecutting_weathered_copper_trapdoor.json @@ -1,6 +1,6 @@ { "type": "minecraft:stonecutting", - "ingredient": "minecraft:copper_block", + "ingredient": "minecraft:weathered_copper", "result": { "count": 3, "id": "minecraft:weathered_copper_trapdoor"