Rabbit Pathfinding Fixed (Unofficial Forge Port)

Rabbit Pathfinding Fixed (Unofficial Forge Port)

Fixes rabbit pathfinding / MC-150224. An unofficial Forge ecosystem port from the Fabric version

by
3.3K Downloads
forgeneoforgegame-mechanicsmobs
Rent Server with this Mod

About this Mod

Disclaimer

This is a fork of the Rabbit Pathfinding Fixed. I do not claim ownership of the original code, assets nor changing any of the code logic. All credit goes to the litetex. I just made a port for Forge ecosystem.

Rabbit Pathfinding Fixed

Fixes rabbit pathfinding efficiently.

As of 1.21.1 there are multiple problems with rabbit pathfinding:

Basic pathfinding

  1. The calculation of the jump height/velocity is incorrect and poorly implemented.
    This results in too small jumps for climbing over a block.
  2. Rabbits "stall" (no horizontal movement) during jumps - due to this they just jump upwards in the same place when trying to climb a block.
    This behavior is caused by RabbitMoveControl which only sets the (horizontal) speed correctly during movement but not while jumping.
  3. Rabbits are stuck / try to wander around forever.
    • The root cause is that EntityNavigation sets its timeouts based on movement speed.
      If the movement speed is 0 (this is the case when a rabbit/mob is "stuck"), the timeout is also 0... and if the timeout is 0 it's ignored and therefore it's executed forever (or until interrupted by something external like another goal).
    • Rabbits only have a single goal when idle: WanderAround(Far). Most other entities also use LookAroundGoal.
      Thus the above mentioned infinite navigation is never stopped in favor of executing another goal like in most other mobs.
    • RabbitMoveControl#tick constantly updates the rabbits speed (RabbitEntity#setSpeed).
      While doing this it also indirectly executes moveControl#moveTo thus the rabbit always tries to reach it's last target even when it shouldn't do that.

As of 1.21.4/24w46a MC-150224 was fixed, correcting the jump height (1) and fixing the stall (2).

However all other parts - including optimizations and sanity checks in above mentioned fixes - are still missing.

Eating carrot crops

  1. Rabbits can't reach the crops and always stop one block short of them.
    This is due to selecting the incorrect distance from the crop block (it's 1 but should be 0).
  2. Rabbits eat the crop instantly even while still jumping and being in the air.
  3. The goal/behavior is immediately aborted (after a few ticks - when a target crop block was selected) due to incorrect implementation of shouldContinue and isTargetPos methods.

Detailed video comparisons are also available.

Available Versions

1.0.6.1-1.20+neoforgerelease
MC 1.20.2, 1.20.3, 1.20.4neoforge
October 23, 2025
1.0.6.1-1.20+forgerelease
MC 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4forge
October 22, 2025
Forge-1.0.5/1.0.7+release
MC 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.11forge
July 2, 2025
NeoForge-1.0.5/1.0.7+release
MC 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.11neoforge
July 2, 2025

How to Install Rabbit Pathfinding Fixed (Unofficial Forge Port) on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set forge Loader

In the panel under "Egg", select the forge loader and matching Minecraft version (1.21.11).

3

Install Mod

Open the mod browser in the dashboard and search for "Rabbit Pathfinding Fixed (Unofficial Forge Port)". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

forgeneoforge

Minecraft Versions

1.21.11, 1.21.10, 1.21.9 (+14 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Rabbit Pathfinding Fixed (Unofficial Forge Port) server crashes on startup – what to do?

Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.

Is Rabbit Pathfinding Fixed (Unofficial Forge Port) compatible with forge and neoforge?

Rabbit Pathfinding Fixed (Unofficial Forge Port) officially supports forge, neoforge for Minecraft 1.21.11, 1.21.10, 1.21.9. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Rabbit Pathfinding Fixed (Unofficial Forge Port) – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Rabbit Pathfinding Fixed (Unofficial Forge Port) consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Rabbit Pathfinding Fixed (Unofficial Forge Port) with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
Apache License 2.0
Server-side
Required

Supported Versions

1.21.111.21.101.21.91.21.81.21.71.21.61.21.51.21.41.21.31.21.2+7 more