
Dogs cannot go through Nether Portals
Mikkel136 opened this issue ยท 1 comments
Type of bug
Other unexpected behaviour
Error log (if applicable)
No response
Bug description
Dogs cannot travel to The Nether/The End by going through portals.
The only way to transport dogs through the Nether is by either
- Putting them in a Minecart, and pushing that through a Nether Portal
- Using /dog comehere [ID]
Steps to reproduce
- Be on the latest version of Paper for 1.21
- Place a Nether Portal and stand on top of it
- Dog wanders through the Nether Portal
Expected behaviour
Dogs immediately travel through portals like other entities
Actual behaviour
Dog do not travel through portals
This is intentional behavior, as the dogs should always follow their owner, and not get pushed into portals and disappear.
MyDog/src/main/java/dk/fido2603/mydog/listeners/WolfMainListener.java
Lines 538 to 556 in df7c2bc