Compare commits

...

3 commits

Author SHA1 Message Date
Sergeant Acoustic dcd940c696 Add more items to BKI safe list
All checks were successful
/ build-1.21 (push) Successful in 1m0s
2026-04-05 02:40:23 +01:00
Sergeant Acoustic f41fe938da Move better keep inventory configs to seperate datapack
Fixes issue with BKI being loaded above the mc_rebalance datapack when
updating an existing world to a version with the BKI datapack
2026-04-05 02:07:30 +01:00
Sergeant Acoustic 4d0aa0f41a Update changelog 2026-04-02 19:49:18 +01:00
6 changed files with 10 additions and 0 deletions

View file

@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added [Volume Fix](https://modrinth.com/mod/volume-fix)
- Added [HRTF Fix](https://modrinth.com/mod/hrtffix)
- Added [Dragon Movement Fix](https://modrinth.com/datapack/dragon-movement-fix)
- Fixed Ender Dragon melee attack damage applying every tick with no cooldown
## [2.2.0]

View file

@ -88,6 +88,8 @@ data modify storage bki:bki safe.list set value [\
"minecraft:netherite_leggings",\
"minecraft:netherite_boots",\
"minecraft:ender_chest",\
"aa4-atlas:antique_atlas",\
"minecraft:spyglass",\
"minecraft:clock",\
"minecraft:compass",\
"minecraft:recovery_compass",\

View file

@ -0,0 +1,7 @@
{
"pack": {
"description":"Made to have a higher load order than better keep inventory",
"pack_format": 48,
"supported_formats": [34, 48]
}
}