Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ljfa-ag committed Sep 2, 2024
1 parent ba9e4dc commit c4e1a41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
First release for Minecraft 1.21. Please don't hesitate to report any bugs or other issues to our [Github issue tracker](https://github.com/TeamTotemic/Totemic/issues) or [Discord channel](https://discord.com/channels/426876970693951498/426877961116057600).

Loading worlds from 1.20.1 or 1.20.4 appears to be working, but as always, making a world backup is highly recommended.

Minor differences from 1.20.4-0.12.13:
- The Medicine Bag is no longer enchantable and the Efficiency and Unbreaking enchantments no longer have any effect on it.
- The config file "totemic-common.toml" is now "totemic-startup.toml".
- 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
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ mod_authors=Pokefenn, ljfa, Sunconure11
mod_description=A magic mod about Totem Poles, nature and the power of music.
mod_group_id=pokefenn.totemic

mod_version=1.21.1-0.12.13
mod_release_type=alpha
mod_version=1.21.1-0.12.14
mod_release_type=beta
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public CustomRenderedBlockItem(Block pBlock, Properties pProperties) {
}

@Override
public void initializeClient(Consumer<IClientItemExtensions> consumer) {
public void initializeClient(Consumer<IClientItemExtensions> consumer) { //TODO: This method is deprecated, use RegisterClientExtensionsEvent instead
consumer.accept(new IClientItemExtensions() {
@Override
public BlockEntityWithoutLevelRenderer getCustomRenderer() {
Expand Down

0 comments on commit c4e1a41

Please sign in to comment.