9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-29 20:09:13 +00:00

move totem

This commit is contained in:
XiaoMoMi
2025-04-04 22:04:40 +08:00
parent 73e43f4d16
commit 77686ab323
3 changed files with 5 additions and 27 deletions

View File

@@ -68,6 +68,6 @@ public class TotemCommand extends BukkitCommandFeature<CommandSender> {
@Override
public String getFeatureID() {
return "totem";
return "totem_animation";
}
}