1.7 Visuals
Revert certain visuals and animations to how they behaved on 1.7. Note: the settings of this mod are unique on 1.8, and don't carry over to later versions, and vice versa.
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
- Type:
- Config Key:
-
USE_ITEM_WHILE_DIGGING- 1.7: Right-clicking while breaking blocks will stop the block break
- Config Key:
use-item-while-digging - Values
- Type:
Boolean - Default:
true
- Type:
-
ALWAYS_SWING- Provides better visual feedback when attacking while keeping vanilla behavior
- Config Key:
always-swing - Values
- Type:
Boolean - Default:
true
- Type: