Compare commits
3 commits
a75b37297f
...
dcd940c696
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dcd940c696 | ||
|
|
f41fe938da | ||
|
|
4d0aa0f41a |
|
|
@ -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 [Volume Fix](https://modrinth.com/mod/volume-fix)
|
||||||
- Added [HRTF Fix](https://modrinth.com/mod/hrtffix)
|
- Added [HRTF Fix](https://modrinth.com/mod/hrtffix)
|
||||||
- Added [Dragon Movement Fix](https://modrinth.com/datapack/dragon-movement-fix)
|
- 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]
|
## [2.2.0]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,6 +88,8 @@ data modify storage bki:bki safe.list set value [\
|
||||||
"minecraft:netherite_leggings",\
|
"minecraft:netherite_leggings",\
|
||||||
"minecraft:netherite_boots",\
|
"minecraft:netherite_boots",\
|
||||||
"minecraft:ender_chest",\
|
"minecraft:ender_chest",\
|
||||||
|
"aa4-atlas:antique_atlas",\
|
||||||
|
"minecraft:spyglass",\
|
||||||
"minecraft:clock",\
|
"minecraft:clock",\
|
||||||
"minecraft:compass",\
|
"minecraft:compass",\
|
||||||
"minecraft:recovery_compass",\
|
"minecraft:recovery_compass",\
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"description":"Made to have a higher load order than better keep inventory",
|
||||||
|
"pack_format": 48,
|
||||||
|
"supported_formats": [34, 48]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue