-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
- Updated to Minecraft 1.21.1 | ||
- Fixed not being able to respawn in Tipis after death | ||
- Added the block tag `totemic:zaphkiel_waltz_growable`, allowing customization of which blocks are affected by the Zaphkiel Waltz ceremony | ||
- Note that only blocks which receive random ticks are actually affected by the Zaphkiel Waltz | ||
- Added an error message when trying to start the Danse Macabre ceremony on Peaceful difficulty | ||
- Lots of code cleanup under the hood | ||
This update contains additions that allow more customization when it comes to interactions with other mods, via data packs. This might be especially useful for developers of modpacks and other mods. | ||
- Added new entity type tags: | ||
- `buffalo_dance_targets` and `eagle_dance_targets`: These mobs will be converted to Buffaloes and Bald Eagles, repsectively, by the corresponding Ceremonies. | ||
- `hymn_of_maturity_blacklist`: These animals will be excluded from the Hymn of Maturity baby growth acceleration. | ||
- Added the data map `cleansing_ceremony_conversions`: Controls which mobs will be converted to which mobs by the Steve's Lullaby Ceremony. | ||
- Fixed a few potential crashes when feature flags are used. | ||
- Added a bit of Christmas vibes. You might recognize this if you were around 9 years ago (!). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters