Apollo
Developers
Mods
OneSevenVisuals

1.7 Visuals

Revert certain visuals and animations to how they behaved on 1.7.

Integration

How to toggle the mod

public void toggle17VisualsExample(Player viewer, boolean value) {
    Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
    apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModOneSevenVisuals.ENABLED, value));
}

Available options

  • ENABLED

    • Config Key: enabled
    • Values
      • Type: Boolean
      • Default: true
  • ALWAYS_SWING

    • Provides better visual feedback when attacking while keeping vanilla behavior
    • Config Key: always-swing
    • Values
      • Type: Boolean
      • Default: true