This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/travelanchors/common.json5

18 lines
511 B
Plaintext
Raw Permalink Normal View History

2023-11-02 12:32:44 -05:00
{
// Fire an EntityTeleportEvent before allowing the teleport.
// This allows other mods to prevent the teleport or change the destination.
"fireTeleportEvent": true,
// The maximum angle you can look at the Travel Anchor to teleport.
// Minimum: 1.0
"max_angle": 30,
// The maximum distance you are allowed to teleport.
// Minimum: 1.0
"max_distance": 64,
// The maximum distance you can short-range teleport with shift-click.
// Range: 2.0 - 15.0
"max_short_tp_distance": 7
}