You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bumped pack format and protocol version to mark 1.21.6 support
- Fixed 1.21.5 NeoForge crash when installed alongside MidnightLib
- Added Spawn Animations Compats by Fyoncle as an optional dependency
- Updated README
- Updated GitHub workflow
- Hardened the Play animation on unsupported blocks option
6
-
- Fixed incompatibility with [PandaAntiPermanentBlockBreak](https://modrinth.com/mod/Tb16z0yT) mod (closes [#38](https://github.com/Tschipcraft/spawnanimations/issues/38))
7
-
- Added `is_riding` and `has_passengers` exclusion checks to the loop, fixing zombies not being excluded when riding zombie horses from the [Zombie Horse Spawn](https://modrinth.com/mod/owDBGfRd) mod in 1.20.1
8
-
- Fixed mobs not adjusting their animation speed during their animation
9
-
- Fixed version checker messages not being displayed
10
-
- Annotated required java version for mod versions
1
+
-**Added support for Minecraft 1.21.6** ☁️
2
+
- Fixed 1.21.5 NeoForge crash when installed alongside MidnightLib
This data pack/mod is designed to be as unintrusive as possible. Hidden entities including their worn armor and tools will only be invisible and silent.
22
22
23
-
This data pack/mod is completely server-side, but can also be installed on the client for singleplayer worlds!
23
+
This project is completely server-side, but can also be installed on the client for single-player worlds!
24
24
25
25
[➜ For available settings and customization, take a look at the wiki](https://github.com/Tschipcraft/spawnanimations/wiki)
26
26
@@ -34,14 +34,16 @@ More sophisticated animations with Animated Java are planned for v2.0.
Download the latest release from [here](https://github.com/Tschipcraft/spawnanimations/releases/latest) and put the data pack .zip file into the `datapacks` folder of your Minecraft world.
39
+
[Download the latest release](https://github.com/Tschipcraft/spawnanimations/releases/latest) and install either as:
40
+
41
+
***Data Pack** ➜ Place `.zip` in your world's `datapacks` folder
42
+
***Mod** ➜ Drop into your `mods` folder and optionally install [MidnightLib](https://modrinth.com/project/codAaoxh) for a global config file and UI
41
43
42
44
For Minecraft 1.14, 1.15 and 1.16 use [a legacy edition](https://github.com/Tschipcraft/spawnanimations/tree/master/other_editions).
43
45
44
-
This data pack is also available as a mod with an additional global config file and settings menu when installed alongside [MidnightLib](https://modrinth.com/mod/midnightlib). Download the latest release and put the mod .jar file into your `.minecraft/mods` folder.
46
+
To manage settings, reset, or uninstall the pack, use `/trigger tschipcraft.menu` or `/function #tschipcraft:menu`.
45
47
46
48
Also available on Modrinth and CurseForge!
47
49
@@ -52,7 +54,7 @@ Also available on Modrinth and CurseForge!
52
54
<imgheight="72px"alt="Download on Modrinth"src="https://raw.githubusercontent.com/Tschipcraft/badges/main/assets/modrinth-badge-dark.svg">
@@ -64,6 +66,6 @@ Also available on Modrinth and CurseForge!
64
66
65
67
Development builds are available on [GitHub Actions](https://github.com/Tschipcraft/spawnanimations/actions/workflows/ci.yml). These builds are not guaranteed to be stable and may contain bugs. Please always back up your world before using them.
66
68
67
-
## Manage
69
+
## Compatibility
68
70
69
-
To open the ingame menu, execute `/trigger tschipcraft.menu` or `/function #tschipcraft:menu`. There is a **Reset** and an **Uninstall** button.
71
+
This data pack implements the [Smithed](https://wiki.smithed.dev/conventions/) and essential [MC Datapacks Discord Server](https://mc-datapacks.github.io/en/conventions/index.html) Conventions to ensure data pack compatibility.
executeunlessscore$globaltvc_ignorematches1ifscore$versionts.sa.settingsmatches4400..runtellraw@a[{"text":"[Spawn Animations] ","color":"gray"},{"text":"?","bold":true,"color":"gold"},{"text":" Future unknown Minecraft version above 1.21.4 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
+
executeunlessscore$globaltvc_ignorematches1ifscore$versionts.sa.settingsmatches4500..runtellraw@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"}]
5
5
# Note: 1.17x-1.20x uses the old folder names (function -> functions)
0 commit comments