Compatibility
Minecraft: Java Edition
26.1-snapshot-1
1.21.x
Platforms
Supported environments
Creators
Details
Licensed GPL-3.0-only
Published 6 months ago
Updated 3 months ago
There are still a few issues, so feel free to open pull requests to help improve this project! š
ā Features
- Automatic Movement of Entities to their Destination
š Usage
Add the pathway tag to an entity and set the destination by setting data.pathway.target to a list with three doubles, e.g., Player's Position
Config
Defined by attributes, except:
scoreboard players set @s pathway.maxDistance <any> ā default: unset ā maximum distance it will pathfind at once ā Change at your own discretion. Recommended: 100
scoreboard players set @s pathway.maxStepHeight <any> ā default: unset ā maximum blocks to step up at once
Example usage
#code:loop.mcfunction:
execute as @e[tag=my_entity] at @s run data modify entity @s data.pathway.target set from entity @p[distance=..50] Pos



