From dedee1d54eb2549fb7fb1c8a9a7e5c0c6e85db9e Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Tue, 17 Mar 2026 19:37:22 +0000 Subject: [PATCH] Remove netherite related items from bastion chests Not a permanent fix --- CHANGELOG.md | 4 ++++ .../chests/bastion_hoglin_stable.json.patch | 18 +++++++++++++++ .../chests/bastion_other.json.patch | 14 ++++++++++++ .../chests/bastion_treasure.json.patch | 22 +++++++++++++++++++ 4 files changed, 58 insertions(+) create mode 100644 overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/chests/bastion_hoglin_stable.json.patch create mode 100644 overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/chests/bastion_other.json.patch create mode 100644 overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/chests/bastion_treasure.json.patch diff --git a/CHANGELOG.md b/CHANGELOG.md index 650fb29..fe078eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ender chests drop without silk touch +### Fixed + +- Fixed dendrite (netherite) materials appearing in bastion chests + ## [2.0.0] Initial 2.0.0 release diff --git a/overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/chests/bastion_hoglin_stable.json.patch b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/chests/bastion_hoglin_stable.json.patch new file mode 100644 index 0000000..7ed9603 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/chests/bastion_hoglin_stable.json.patch @@ -0,0 +1,18 @@ +[ + { + "op": "remove", + "path": "/pools/3/entries/1" + }, + { + "op": "remove", + "path": "/pools/0/entries/4" + }, + { + "op": "remove", + "path": "/pools/0/entries/3" + }, + { + "op": "remove", + "path": "/pools/0/entries/2" + } +] diff --git a/overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/chests/bastion_other.json.patch b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/chests/bastion_other.json.patch new file mode 100644 index 0000000..b8e78e5 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/chests/bastion_other.json.patch @@ -0,0 +1,14 @@ +[ + { + "op": "remove", + "path": "/pools/4/entries/1" + }, + { + "op": "remove", + "path": "/pools/0/entries/4" + }, + { + "op": "remove", + "path": "/pools/0/entries/3" + } +] diff --git a/overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/chests/bastion_treasure.json.patch b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/chests/bastion_treasure.json.patch new file mode 100644 index 0000000..a21f26c --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/chests/bastion_treasure.json.patch @@ -0,0 +1,22 @@ +[ + { + "op": "remove", + "path": "/pools/3" + }, + { + "op": "remove", + "path": "/pools/0/entries/3" + }, + { + "op": "remove", + "path": "/pools/0/entries/2" + }, + { + "op": "remove", + "path": "/pools/0/entries/1" + }, + { + "op": "remove", + "path": "/pools/0/entries/0" + } +]