Перейти к содержимому
Mineforgian

Cobblemon TP-Pastures (No despawn for Pasture Block's)

Cobblemon Pasture Recall/Teleport Change

Загрузки
2K
Подписчики
7
Обновлён
14 марта 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 14 марта 2026 г.

Cobblemon TP-Pastures

Prevents pastured Pokémon from being recalled to the PC when they wander too far away. Instead, they are teleported back near their Pasture Block.

The mod includes a configurable teleport radius, safe landing detection, and optional debug notifications.

Server-side

This mod works in both singleplayer and multiplayer.

For multiplayer servers, this is a server-side mod, so it only needs to be installed on the server.

Why should you use it?

  • Prevents your Pasture Block from suddenly becoming almost empty because Pokémon wandered too far away.
  • Removes the need to trap your Pokémon with fences just to stop them from being recalled.
  • Improves compatibility with Cobbleworkers, allowing it to work more reliably.
  • Lets you use pastured Pokémon more freely for decoration, zoos, safaris, farms, and similar builds.

You may also want to use Cobblemon: SafePastures, which protects your Pokémon from damage.

If Cobblemon eventually changes or fixes the issue where pastured Pokémon despawn or get recalled to the PC, this mod may no longer be necessary. Until then, enjoy!

Dependencies

Cobblemon 1.7.1+
Fabric Loader 0.18.4+
Fabric API 0.116.8+

Configuration

The config file is located here:

...\config\cobblemon_tp_pastures.json

For this mod to work correctly, maxPastureRadius must be set lower than Cobblemon’s own pastureMaxWanderDistance value.

Cobblemon’s value can usually be found here:

...\config\cobblemon\main.json

By default, Cobblemon uses pastureMaxWanderDistance: 64, so TP-Pastures uses maxPastureRadius: 56.

Important note for modpacks

Some modpacks change Cobblemon’s default pastureMaxWanderDistance.

If your modpack changes this value, make sure TP-Pastures’ maxPastureRadius is still lower than it. Otherwise, Cobblemon may recall the Pokémon before TP-Pastures can teleport it back.

For example, Cobbleverse changes pastureMaxWanderDistance from 64 to 36.

To fix this, either change Cobblemon’s pastureMaxWanderDistance back to 64, or lower TP-Pastures’ maxPastureRadius to something like 28 or 30.

Default config

{
  "_maxPastureRadius_info": "Max roam distance in blocks from the pasture block center before a Pokemon is teleported back. Measured horizontally by default (see useHorizontalDistanceOnly). Default: 56. For best results, make sure this is lower than \"pastureMaxWanderDistance\" from Cobblemon's config.",
  "maxPastureRadius": 56,
  "_useHorizontalDistanceOnly_info": "If true, only horizontal X/Z distance is checked, ignoring height. Good for pastures near cliffs or multi-level farms. If false, full 3D distance is used. Default: false.",
  "useHorizontalDistanceOnly": false,
  "_candidateTeleportAttempts_info": "How many random positions around the pasture block are tried when searching for a safe landing spot. Higher values reduce the chance of landing inside a block, at a small performance cost. Default: 24.",
  "candidateTeleportAttempts": 24,
  "_fallbackYOffset_info": "If no safe position is found after candidateTeleportAttempts tries, the Pokemon is placed this many blocks directly above the pasture block as a last resort. Default: 1.5.",
  "fallbackYOffset": 1.5,
  "_debugLogging_info": "If true, nearby players see a chat message whenever a Pokemon is teleported back. Default: false.",
  "debugLogging": false,
  "_serverLogging_info": "If true, teleport events are written to the server log. Disable this if the log spam is unwanted. Default: false.",
  "serverLogging": false
}

Support / Bug Reports

I currently do not use a dedicated platform for support or bug reports.

If you need help or want to report an issue, you can contact me on Discord:

@datibrr

Ченджлог

1.21.1-1.1Релиз1.21.1 · 14 марта 2026 г.

1.21.1-1.1

  • Added a config option to enable or disable server log messages for teleport events (serverLogging).
1.21.1-1.0Релиз1.21.1 · 14 марта 2026 г.

1.21.1-1.0

Initial release.

Комментарии

Загружаем…