Compare commits

...
16 Commits
Author SHA1 Message Date
Len d06793cfe1 Fix Weathered Copper Trapdoor 2026-08-01 06:33:16 -05:00
Len df1e0d6d23 update Jenkinsfile build script 2026-08-01 06:16:37 -05:00
Len a265349c69 Fix Jenkinsfile name 2026-08-01 06:13:15 -05:00
Len 31ca3cff21 Add crying_obsidian.json 2025-12-26 10:18:16 +01:00
Len ecfa584f3c Fix easy dispenser recipe 2025-12-26 10:18:03 +01:00
Len 3b83beeba4 Fix blasting ironblock recipe 2025-08-04 10:34:44 +02:00
Len fc8f4c2c15 Add raw ore block smelting and blasting 2025-08-03 12:16:28 +02:00
Len 783c1f12ad Update grass recipe to use all seeds 2025-07-28 10:40:37 +02:00
Len 2c5fb71889 Remove enderdragon_event.json 2025-07-26 14:46:56 +02:00
Len fd3918e147 Add alternative ways to craft dispensers 2025-07-25 21:31:17 +02:00
Len c2d6eb8034 Fix pack not loading 2025-07-24 17:10:55 +02:00
Len ad3a76a3ca Update version 2025-07-24 17:06:27 +02:00
Len 5a92832d99 Fix buildscript 2025-07-09 17:41:52 +02:00
Len 780a561c0b Add copper doors and trapdoors to stonecutting 2025-07-08 16:19:26 +02:00
Len f8070dd89d Remove the structure datapack changes as the changes are made in the vanilla datapack 2025-07-08 16:19:14 +02:00
Len ef9efa3661 Update datapack for 1.21.7 2025-07-08 16:16:08 +02:00
30 changed files with 245 additions and 150 deletions
BIN
View File
Binary file not shown.
+9 -5
View File
@@ -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"
}
+28
View File
@@ -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"
}
}
+9 -27
View File
@@ -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
View File
@@ -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"
}
}
+1 -1
View File
@@ -1 +1 @@
zip -r Galaxy.zip galaxy/
cd ./galaxy && zip -r ../Galaxy.zip *