Skip to content

Commit e03f846

Browse files
authored
Merge pull request #43 from Tschipcraft/dev
v1.10.3
2 parents 593b243 + 24af00b commit e03f846

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
- **Added support for Minecraft 1.21.6** ☁️
2-
- Fixed 1.21.5 NeoForge crash when installed alongside MidnightLib
3-
- Slightly lowered the volume of dig up sounds ([#39](https://github.com/Tschipcraft/spawnanimations/issues/39))
1+
- **Added support for Minecraft 1.21.7** 💿

data/spawnanimations/function/internal/version_checker/start.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##by Tschipcraft
22

33
execute store result score $version ts.sa.settings run data get entity @r DataVersion
4-
execute unless score $global tvc_ignore matches 1 if score $version ts.sa.settings matches 4500.. run tellraw @a [{"text":"[Spawn Animations] ","color":"gray"},{"text":"?","bold":true,"color":"gold"},{"text":" Future unknown Minecraft version above 1.21.6 detected! This data pack/mod may not work correctly anymore! Please make sure to check for updates in the menu! (","color":"gold"},{"text":"/trigger tschipcraft.menu","underlined":true,"color":"gold","click_event":{"action":"run_command","command":"trigger tschipcraft.menu"},"hover_event":{"action":"show_text","value":"Click here","text":"Click here"}},{"text":")","color":"gold"}]
4+
execute unless score $global tvc_ignore matches 1 if score $version ts.sa.settings matches 4500.. run tellraw @a [{"text":"[Spawn Animations] ","color":"gray"},{"text":"?","bold":true,"color":"gold"},{"text":" Future unknown Minecraft version above 1.21.7 detected! This data pack/mod may not work correctly anymore! Please make sure to check for updates in the menu! (","color":"gold"},{"text":"/trigger tschipcraft.menu","underlined":true,"color":"gold","click_event":{"action":"run_command","command":"trigger tschipcraft.menu"},"hover_event":{"action":"show_text","value":"Click here","text":"Click here"}},{"text":")","color":"gold"}]
55
# Note: 1.17x-1.20x uses the old folder names (function -> functions)
66

77
# Announce escape sequence handling changes

pack.mcmeta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "spawnanimations",
33
"pack": {
44
"pack_format": 15,
5-
"supported_formats": [7, 80],
5+
"supported_formats": [7, 81],
66
"description": "Tschipcraft's Spawn Animations\n└ v${version} ● mc${mc_human_version_range}"
77
},
88
"overlays": {

0 commit comments

Comments
 (0)