Pathway
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1-snapshot-1 26.1 26.1.1 26.1.2
平台: fabric forge neoforge quilt
标签: library mobs transportation
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请登录后举报
暂无评论,抢个沙发吧~