作者:rebot | 分类:模组
Minecraft 版本: 26.2
平台: neoforge
标签: adventure game-mechanics utility
Turns the regular lead into a universal leash you can use on almost any animal or mob or player in the game. It removes most vanilla restrictions, so you can lead many creatures that were previously unleasheable and easily move them around your world.
? Install on the server. Client installation is optional (vanilla clients can join and use it seamlessly).
⚠️ Server-side only? Some visual effects and client-side features may not display correctly for players without the mod installed. For the full experience, client installation is recommended.
? Singleplayer note: Works perfectly in singleplayer — just drop it into your mods folder as usual.
How it works:
Please report any bugs, errors, or feature suggestions on Discord: https://discord.gg/4XUPywnEyE

world/serverconfig/leashall-server.tomldefaultconfigs/leashall-server.tomlUse defaultconfigs/leashall-server.toml if you want every new world or server save to start with your preferred rules.
useEntityAllowList
false (default), all mobs are allowed unless they appear in blockedEntitiestrue, only mobs from allowedEntities can be leashed.allowedEntities - A list of entity ids or entity tags to allow.
blockedEntities - A list of entity ids or entity tags to block.
maxLeashesPerPlayer - Maximum number of mobs one player can have leashed at the same time. Set to -1 for unlimited leashes. This is the default.
minecraft:ghastexamplemod:custom_beast#minecraft:raiders#c:bossesAllow everything except wardens and ghasts:
useEntityAllowList = false
allowedEntities = []
blockedEntities = ["minecraft:warden", "minecraft:ghast"]
maxLeashesPerPlayer = -1
Allow only villagers, iron golems, and raiders:
useEntityAllowList = true
allowedEntities = ["minecraft:villager", "minecraft:iron_golem", "#minecraft:raiders"]
blockedEntities = []
maxLeashesPerPlayer = -1
Allow everything, but limit each player to 5 active leashes:
useEntityAllowList = false
allowedEntities = []
blockedEntities = []
maxLeashesPerPlayer = 5请登录后举报
暂无评论,抢个沙发吧~