From 783b7f639146f8ac909a9acbb2fced99d7207a71 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Wed, 4 Mar 2026 15:21:10 +0000 Subject: [PATCH] Port advancements --- .../advancement/story/enchant_item.json.patch | 5 +++++ .../advancement/story/enter_the_nether.json.patch | 5 +++++ .../advancement/story/mine_diamond.json.patch | 5 +++++ .../advancement/story/upgrade_tools.json.patch | 12 ++++++++++++ .../global_packs/mc_rebalance_datapack/pack.mcmeta | 4 ++++ 5 files changed, 31 insertions(+) create mode 100644 overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/enchant_item.json.patch create mode 100644 overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/enter_the_nether.json.patch create mode 100644 overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/mine_diamond.json.patch create mode 100644 overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/upgrade_tools.json.patch diff --git a/overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/enchant_item.json.patch b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/enchant_item.json.patch new file mode 100644 index 0000000..50ee046 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/enchant_item.json.patch @@ -0,0 +1,5 @@ +{ + "op": "add", + "path": "/parent", + "value": "minecraft:story/enter_the_nether" +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/enter_the_nether.json.patch b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/enter_the_nether.json.patch new file mode 100644 index 0000000..b329bc4 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/enter_the_nether.json.patch @@ -0,0 +1,5 @@ +{ + "op": "add", + "path": "/parent", + "value": "mc_rebalance:story/mine_gold" +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/mine_diamond.json.patch b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/mine_diamond.json.patch new file mode 100644 index 0000000..50ee046 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/mine_diamond.json.patch @@ -0,0 +1,5 @@ +{ + "op": "add", + "path": "/parent", + "value": "minecraft:story/enter_the_nether" +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/upgrade_tools.json.patch b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/upgrade_tools.json.patch new file mode 100644 index 0000000..34929bc --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/advancement/story/upgrade_tools.json.patch @@ -0,0 +1,12 @@ +[ + { + "op": "add", + "path": "/parent", + "value": "mc_rebalance:story/wooden_paxel" + }, + { + "op": "add", + "path": "/display/icon/id", + "value": "minecraft:copper_pickaxe" + } +] diff --git a/overrides/global_packs/mc_rebalance_datapack/pack.mcmeta b/overrides/global_packs/mc_rebalance_datapack/pack.mcmeta index 8923b16..89d677a 100644 --- a/overrides/global_packs/mc_rebalance_datapack/pack.mcmeta +++ b/overrides/global_packs/mc_rebalance_datapack/pack.mcmeta @@ -80,6 +80,10 @@ "namespace": "minecraft", "path": "recipe/stone_(pickaxe|axe|hoe|shovel|sword|spear).json" }, + { + "namespace": "minecraft", + "path": "advancement/story/(mine_stone|iron_tools|form_obsidian).json" + }, { "namespace": "enderitemod", "path": "recipe/enderite_spear.json"