Added
- Shoot enemies like in first person
- It can predict the target entity you want to shoot, even if the target is far away. Just aim at the target as if you were in first person
- Added config option:
enable_target_entity_predict
- Smooth transition when switching from third person to first person
- Cloth Config API is now an optional dependency
Changed
- The smooth factors in the configuration has been changed to smoothing half-life for better intuition
- When updating smooth eye position, multiply by the distance between it and the camera. This ensures a more consistent smoothing effect at different camera distances
- Temporarily switch to first person when the camera entity is inside a wall
Compatibility
- Compatible with mod do_a_barrel_roll (only Fabric version)
Added
- When the camera approaches the player, make player semi-transparent
- Save config when client stopping
- Enable third person mode by default
- Save third person mode in config
- Add config:
is_third_person_mode
- Add config:
- Temporarily switch to first person when using specific items (spyglass for vanilla)
- Add config:
use_to_first_person_pattern_expressions
- Add config:
Changed
- Change resource pack structure
assets/<namespace>/item_patterns/hold_to_aim/<anyname>.json
Enable aim mode when holding these itemsassets/<namespace>/item_patterns/use_to_aim/<anyname>.json
Enable aim mode when using these itemsassets/<namespace>/item_patterns/use_to_first_person/<anyname>.json
Temporarily switch to first person when using these items
Fixed
- Camera through glasses
- Game crashing #44
Added
- Load ItemPatterns from resource pack
- In Creative mode, you can directly pick blocks from the crosshair, even if player entity's sight is obstructed
- Add config:
use_camera_pick_in_creative
- Add config:
Changed
- Rename config options
holding_item_aiming_rules
tohold_to_aim_item_pattern_expressions
using_item_aiming_rules
touse_to_aim_item_pattern_expressions
Removed
- Remove config:
enable_buildin_item_aiming_rules
Fixed
- Unable quickly turn when sprinting
- Unable to join world in forge version #38
Added
- Configurable aiming mode checking
- Add boolean config: Enable Build-in match rules
- Add string list config: Hand Item Match Rules
- Add string list config: Using Item Matching Rules
Fixed
- Player's unsmooth rotation
- In config screen, flying_smooth_factor option is in wrong tab
Other
- Unable to join world in forge version