
Select version for changelog:
Changelog
V1.6.1 - release
- Now the void totem
format_versionitem it's updated from1.21.100to1.26.0. - Bug fixes and improve in Javascript code:
- Now
player;itemHand;itemLore;variables inTotemPlayerEffect()class are removed because are not necessary write it. - Now callback name is
call. - The pop of the void totem particle now generate less. (Comming soon the particle effect change).
- Fix a bug where the totem pop sound not reproduce when the lodestone block effect is in an unloaded chunk of player.
- Now the unstacking totem script detect correctly that player will have the effect. reason: before, the script detect the first player that have the same name to the player effect, now works by the player ID: Before:
- Now
this.player = world.getPlayers({name:namePlayer})[0];
After:
this.player = world.getPlayers().find(p => p.id == id);
- A
functionwas removed for execute aclassdirectly.- Now this addon support multilanguage:
en_GB.pt_PT.zh_TW.ja_JP.ru_RU.- Added file
contents.jsonin resources and behaviors pack for index all files in this addon.
- Added file
You can see all changelogs here: https://juan3178316.github.io/mc-wiki/the-void-totem/changelogs.html


:)