Compare commits
5
Commits
3b83beeba4
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d06793cfe1 | ||
|
|
df1e0d6d23 | ||
|
|
a265349c69 | ||
|
|
31ca3cff21 | ||
|
|
ecfa584f3c |
BIN
Binary file not shown.
Vendored
+9
-5
@@ -1,11 +1,15 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Gradle') {
|
||||
steps {
|
||||
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"
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" # ",
|
||||
"#G#",
|
||||
" # "
|
||||
],
|
||||
"key": {
|
||||
"#": "minecraft:obsidian",
|
||||
"G": "minecraft:ghast_tear"
|
||||
},
|
||||
"result": {
|
||||
"id": "minecraft:crying_obsidian",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"X": "minecraft:string",
|
||||
"Y": "minecraft:dropper"
|
||||
},
|
||||
"pattern": [
|
||||
" #X",
|
||||
"#YX",
|
||||
" #X"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:dispenser"
|
||||
},
|
||||
"group": "dispenser"
|
||||
}
|
||||
Reference in New Issue
Block a user