Compare commits
16
Commits
a2524cf2db
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d06793cfe1 | ||
|
|
df1e0d6d23 | ||
|
|
a265349c69 | ||
|
|
31ca3cff21 | ||
|
|
ecfa584f3c | ||
|
|
3b83beeba4 | ||
|
|
fc8f4c2c15 | ||
|
|
783c1f12ad | ||
|
|
2c5fb71889 | ||
|
|
fd3918e147 | ||
|
|
c2d6eb8034 | ||
|
|
ad3a76a3ca | ||
|
|
5a92832d99 | ||
|
|
780a561c0b | ||
|
|
f8070dd89d | ||
|
|
ef9efa3661 |
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,38 +0,0 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"quality": 1,
|
||||
"name": "minecraft:elytra",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"quality": 1,
|
||||
"name": "minecraft:dragon_head",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 8.0,
|
||||
"min": 2.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:dragon_breath",
|
||||
"weight": 40
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:copper_block",
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:copper_door"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:copper_block",
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:copper_trapdoor"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:exposed_copper",
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:exposed_copper_door"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:exposed_copper",
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:exposed_copper_trapdoor"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:oxidized_copper",
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:oxidized_copper_door"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:oxidized_copper",
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:oxidized_copper_trapdoor"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:weathered_copper",
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:weathered_copper_door"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"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"
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": [
|
||||
"minecraft:podzol",
|
||||
"minecraft:coarse_dirt",
|
||||
"minecraft:mycelium",
|
||||
"minecraft:rooted_dirt",
|
||||
"minecraft:dirt"
|
||||
],
|
||||
"S": [
|
||||
"minecraft:wheat_seeds",
|
||||
"minecraft:melon_seeds",
|
||||
"minecraft:pumpkin_seeds",
|
||||
"minecraft:beetroot_seeds"
|
||||
]
|
||||
},
|
||||
"pattern": [
|
||||
" S ",
|
||||
"S#S",
|
||||
" S "
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:grass_block"
|
||||
}
|
||||
}
|
||||
@@ -2,33 +2,15 @@
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:red_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
}
|
||||
"minecraft:red_dye",
|
||||
"minecraft:sand",
|
||||
"minecraft:sand",
|
||||
"minecraft:sand",
|
||||
"minecraft:sand",
|
||||
"minecraft:sand",
|
||||
"minecraft:sand",
|
||||
"minecraft:sand",
|
||||
"minecraft:sand"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:red_sand",
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "redstone",
|
||||
"ingredients": [
|
||||
"minecraft:dropper",
|
||||
"minecraft:bow"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:dispenser"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"X": "minecraft:string",
|
||||
"Y": "minecraft:dropper"
|
||||
},
|
||||
"pattern": [
|
||||
" #X",
|
||||
"#YX",
|
||||
" #X"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:dispenser"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 800,
|
||||
"experience": 5.6,
|
||||
"group": "copper_block",
|
||||
"ingredient": "minecraft:raw_copper_block",
|
||||
"result": {
|
||||
"id": "minecraft:copper_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "misc",
|
||||
"cookingtime": 1600,
|
||||
"experience": 5.6,
|
||||
"group": "copper_block",
|
||||
"ingredient": "minecraft:raw_copper_block",
|
||||
"result": {
|
||||
"id": "minecraft:copper_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 800,
|
||||
"experience": 9.0,
|
||||
"group": "gold_block",
|
||||
"ingredient": "minecraft:raw_gold_block",
|
||||
"result": {
|
||||
"id": "minecraft:gold_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "misc",
|
||||
"cookingtime": 1600,
|
||||
"experience": 9.0,
|
||||
"group": "gold_block",
|
||||
"ingredient": "minecraft:raw_gold_block",
|
||||
"result": {
|
||||
"id": "minecraft:gold_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 800,
|
||||
"experience": 5.6,
|
||||
"group": "iron_block",
|
||||
"ingredient": "minecraft:raw_iron_block",
|
||||
"result": {
|
||||
"id": "minecraft:iron_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "misc",
|
||||
"cookingtime": 1600,
|
||||
"experience": 5.6,
|
||||
"group": "iron_block",
|
||||
"ingredient": "minecraft:raw_iron_block",
|
||||
"result": {
|
||||
"id": "minecraft:iron_block"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:cobblestone"
|
||||
},
|
||||
"ingredient": "minecraft:cobblestone",
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:gravel"
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
"ingredient": "minecraft:gravel",
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:sand"
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"biomes": "#minecraft:has_structure/bastion_remnant",
|
||||
"max_distance_from_center": 80,
|
||||
"size": 6,
|
||||
"spawn_overrides": {
|
||||
"monster": {
|
||||
"bounding_box": "piece",
|
||||
"spawns": [
|
||||
{
|
||||
"type": "minecraft:piglin_brute",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:piglin",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
}, "start_height": {
|
||||
"absolute": 33
|
||||
},
|
||||
"start_pool": "minecraft:bastion/starts",
|
||||
"step": "surface_structures",
|
||||
"use_expansion_hack": false
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"type": "minecraft:end_city",
|
||||
"biomes": "#minecraft:has_structure/end_city",
|
||||
"spawn_overrides": {
|
||||
"monster": {
|
||||
"bounding_box": "full",
|
||||
"spawns": [
|
||||
{
|
||||
"type": "minecraft:shulker",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}, "step": "surface_structures"
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"type": "minecraft:woodland_mansion",
|
||||
"biomes": "#minecraft:has_structure/woodland_mansion",
|
||||
"spawn_overrides": {
|
||||
"monster": {
|
||||
"bounding_box": "full",
|
||||
"spawns": [
|
||||
{
|
||||
"type": "minecraft:evoker",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:vindicator",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
}, "step": "surface_structures"
|
||||
}
|
||||
+2
-3
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 48,
|
||||
"description": "Data pack for resources provided by Galaxy",
|
||||
"supported_formats": {"min_inclusive": 48, "max_inclusive": 48}
|
||||
"pack_format": 81,
|
||||
"description": "Data pack for resources provided by Altitude"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user